Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-06-09 07:27:02 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-06-09 07:27:25 (GMT)
commite7f6b7c9d423424a8bcaf19e2a33d8e70b8cc0f2 (patch)
tree14defe74813658b32056586579d6eb68f12dab9c /debian
parentb4e38df16278c15693b91089b4b22708c660dd1d (diff)
Prepare for release to unstable (tighten XPCOM depends to 1.9rc2.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
3 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 5270f4b..33d6b04 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-sugar-hulahop (0.4.0-1) UNRELEASED; urgency=low
+sugar-hulahop (0.4.0-1) unstable; urgency=low
* Switch to using newly released upstream tarball.
* Update copyright-check (only files dropped or replaced with
@@ -17,7 +17,7 @@ sugar-hulahop (0.4.0-1) UNRELEASED; urgency=low
* Semi-auto-update debian/control to update build-dependencies:
DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
- -- Jonas Smedegaard <dr@jones.dk> Mon, 26 May 2008 13:34:44 +0200
+ -- Jonas Smedegaard <dr@jones.dk> Mon, 09 Jun 2008 09:27:08 +0200
sugar-hulahop (0.4.0~git.20071211-3) experimental; urgency=low
diff --git a/debian/control b/debian/control
index 9f9a4e0..8e94b3c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
Priority: optional
Maintainer: Debian OLPC <debian-olpc-devel@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
-Build-Depends: cdbs (>= 0.4.39), autotools-dev, devscripts (>= 2.10.7), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), debhelper (>= 5.0.44), dh-buildinfo, xulrunner-dev (>= 1.9~rc1), python-xpcom (>= 1.9~rc1), python-gtk2-dev
+Build-Depends: cdbs (>= 0.4.39), autotools-dev, devscripts (>= 2.10.7), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), debhelper (>= 5.0.44), dh-buildinfo, xulrunner-dev (>= 1.9~rc2), python-xpcom (>= 1.9~rc2), python-gtk2-dev
Standards-Version: 3.7.3
Vcs-Git: git://git.debian.org/git/collab-maint/sugar-hulahop.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/sugar-hulahop.git;a=summary
diff --git a/debian/rules b/debian/rules
index 065ec41..2182494 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ pkg = python-hulahop
CXXFLAGS += -fno-strict-aliasing
# Minimum usable version of xulrunner
-python-xpcom-minver = 1.9~rc1
+python-xpcom-minver = 1.9~rc2
binary-predep/python-hulahop::
echo "python-xpcom:Depends=python-xpcom (>= $(python-xpcom-minver))" >> debian/python-hulahop.substvars