[Glibc-bsd-commits] r2092 - trunk/libvolume-id/debian

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Sun Dec 30 17:30:49 UTC 2007


Author: aurel32
Date: 2007-12-30 17:30:48 +0000 (Sun, 30 Dec 2007)
New Revision: 2092

Modified:
   trunk/libvolume-id/debian/changelog
   trunk/libvolume-id/debian/control
   trunk/libvolume-id/debian/rules
Log:
  * New upstream version.
  * debian/control: use ${binary:Version} instead of ${Source-Version}.
  * debian/control: bump standards-version to 3.7.3.
  * debian/rules: don't ignore make clean errors.



Modified: trunk/libvolume-id/debian/changelog
===================================================================
--- trunk/libvolume-id/debian/changelog	2007-12-26 07:54:09 UTC (rev 2091)
+++ trunk/libvolume-id/debian/changelog	2007-12-30 17:30:48 UTC (rev 2092)
@@ -1,5 +1,12 @@
-libvolume-id (0.71.0-2) UNRELEASED; urgency=low
+libvolume-id (0.75.0-1) unreleased; urgency=low
 
+  [ Aurelien Jarno ]
+  * New upstream version.
+  * debian/control: use ${binary:Version} instead of ${Source-Version}.
+  * debian/control: bump standards-version to 3.7.3.
+  * debian/rules: don't ignore make clean errors.
+
+  [ Guillem Jover ]
   * Remove emacs mode lines from the changelog.
   * Clean up debian/rules:
     - Support noopt in DEB_BUILD_OPTIONS.
@@ -11,7 +18,7 @@
   * Install reportbug control files for each package, to redirect reporting
     to <debian-bsd at lists.debian.org>.
 
- -- Guillem Jover <guillem at debian.org>  Wed, 16 May 2007 04:08:34 +0300
+ -- Aurelien Jarno <aurel32 at debian.org>  Sun, 30 Dec 2007 18:27:52 +0100
 
 libvolume-id (0.71.0-1) unreleased; urgency=low
 

Modified: trunk/libvolume-id/debian/control
===================================================================
--- trunk/libvolume-id/debian/control	2007-12-26 07:54:09 UTC (rev 2091)
+++ trunk/libvolume-id/debian/control	2007-12-30 17:30:48 UTC (rev 2092)
@@ -4,7 +4,7 @@
 Maintainer: GNU/kFreeBSD Maintainers <debian-bsd at lists.debian.org>
 Uploaders: Aurelien Jarno <aurel32 at debian.org>
 Build-Depends: debhelper (>> 4.0.0)
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 
 Package: libvolume-id0
 Section: libs
@@ -17,7 +17,7 @@
 Package: libvolume-id-dev
 Section: libdevel
 Architecture: kfreebsd-i386 kfreebsd-amd64
-Depends: ${shlibs:Depends}, libvolume-id0 (= ${Source-Version})
+Depends: ${shlibs:Depends}, libvolume-id0 (= ${binary:Version})
 Description: libvolume_id development headers
  This package provides the static libraries and header files needed
  to link programs with libvolume_id.

Modified: trunk/libvolume-id/debian/rules
===================================================================
--- trunk/libvolume-id/debian/rules	2007-12-26 07:54:09 UTC (rev 2091)
+++ trunk/libvolume-id/debian/rules	2007-12-30 17:30:48 UTC (rev 2092)
@@ -33,7 +33,7 @@
 	dh_testdir
 	dh_testroot
 	
-	-$(MAKE) clean E=echo Q=@
+	[ ! -f Makefile ] || $(MAKE) clean E=echo Q=@
 	
 	dh_clean
 




More information about the Glibc-bsd-commits mailing list