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-05-07 10:13:09 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-05-07 10:13:27 (GMT)
commita750cfa6cbd3e9d17469c165051e568a830323d2 (patch)
tree6db68a4f542a47ab46b6a57a2a865108bf64dbe0
parent0748e70bfa05e906d2dd77fe72b023d73d426e59 (diff)
Tighten python-xpcom dependency to match build-dependency.debian/0.4.0.git.20071211-2
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
-rw-r--r--debian/control.in2
3 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index eb55fa0..1265642 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sugar-hulahop (0.4.0~git.20071211-2) experimental; urgency=low
+
+ * Tighten python-xpcom dependency to match build-dependency.
+
+ -- Jonas Smedegaard <dr@jones.dk> Wed, 07 May 2008 12:11:51 +0200
+
sugar-hulahop (0.4.0~git.20071211-1) experimental; urgency=low
* Initial release. Closes: bug#444021.
diff --git a/debian/control b/debian/control
index 5376024..221b9a7 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}, python-gtk2, python-gobject, python-xpcom
+Depends: ${shlibs:Depends}, ${python:Depends}, python-gtk2, python-gobject, python-xpcom (>= 1.9~b5-4~)
Suggests: sugar-web-activity
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
diff --git a/debian/control.in b/debian/control.in
index d91fd7a..3c11b20 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}, python-gtk2, python-gobject, python-xpcom
+Depends: ${shlibs:Depends}, ${python:Depends}, python-gtk2, python-gobject, python-xpcom (>= 1.9~b5-4~)
Suggests: sugar-web-activity
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}