Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-10-07 09:55:12 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-10-07 09:55:12 (GMT)
commit76a8fd7a789bab34eef7ab0de1eaa13ad7570cb9 (patch)
tree869a7d3620765fb98e48b5fad8137fa95cb7af1a
parentb236133f4a3a9cd613059f3516fe0ecb303cb9b8 (diff)
Depend on ${misc:Depends}.
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
-rw-r--r--debian/control.in2
3 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 9f38ed9..52a6902 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
sugar-hulahop (0.4.3-1) UNRELEASED; urgency=low
* New upstream release.
+ * Depend on ${misc:Depends}.
* Update cdbs snippets:
+ Move dependency cleanup to new local snippet package-relations.mk.
+ Update copyright-check output to more closely match proposed new
diff --git a/debian/control b/debian/control
index 27ab6d4..dcd87c4 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ XS-Python-Version: all
Package: python-hulahop
Architecture: any
-Depends: ${shlibs:Depends}, ${python:Depends}, ${cdbs:Depends}, python-gtk2, python-gobject
+Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, ${cdbs:Depends}, python-gtk2, python-gobject
Suggests: sugar-web-activity
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
diff --git a/debian/control.in b/debian/control.in
index 2612260..f5fba59 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -12,7 +12,7 @@ XS-Python-Version: all
Package: python-hulahop
Architecture: any
-Depends: ${shlibs:Depends}, ${python:Depends}, ${cdbs:Depends}, python-gtk2, python-gobject
+Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, ${cdbs:Depends}, python-gtk2, python-gobject
Suggests: sugar-web-activity
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}