[Pkg-utopia-commits] r82 - packages/gnome-volume-manager/trunk/debian

Sjoerd Simons sjoerd@haydn.debian.org
Wed, 17 Nov 2004 06:26:27 -0700


Author: sjoerd
Date: 2004-11-17 06:25:40 -0700 (Wed, 17 Nov 2004)
New Revision: 82

Modified:
   packages/gnome-volume-manager/trunk/debian/changelog
   packages/gnome-volume-manager/trunk/debian/rules
Log:
* Go to the last upstream development version
  Some things we're patchings are already fixed in a slightly different way in 
  there.  Continuing with the ``stable'' release would only diverge us further..
* Use tarball.mk at the request of Martin Pitt


Modified: packages/gnome-volume-manager/trunk/debian/changelog
===================================================================
--- packages/gnome-volume-manager/trunk/debian/changelog	2004-11-17 10:54:50 UTC (rev 81)
+++ packages/gnome-volume-manager/trunk/debian/changelog	2004-11-17 13:25:40 UTC (rev 82)
@@ -1,4 +1,4 @@
-gnome-volume-manager (1.0.2-5) UNRELEASED; urgency=low
+gnome-volume-manager (1.1.2-1) UNRELEASED; urgency=low
 
   * debian/patches/00_set_defaults.patch
     + Added. Merge all the gconf schema patches into one patch. 

Modified: packages/gnome-volume-manager/trunk/debian/rules
===================================================================
--- packages/gnome-volume-manager/trunk/debian/rules	2004-11-17 10:54:50 UTC (rev 81)
+++ packages/gnome-volume-manager/trunk/debian/rules	2004-11-17 13:25:40 UTC (rev 82)
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+DEB_TAR_SRCDIR=gnome-volume-manager-1.1.2
+
+include /usr/share/cdbs/1/rules/tarball.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/gnome.mk