[Glibc-bsd-commits] r3338 - trunk/freebsd-buildutils/debian

Guillem Jover guillem at alioth.debian.org
Sat May 28 07:27:53 UTC 2011


Author: guillem
Date: 2011-05-28 07:27:53 +0000 (Sat, 28 May 2011)
New Revision: 3338

Modified:
   trunk/freebsd-buildutils/debian/changelog
   trunk/freebsd-buildutils/debian/compat
   trunk/freebsd-buildutils/debian/control
   trunk/freebsd-buildutils/debian/rules
Log:
Switch to debhelper compatibility level 7

Use dh_prep instead of ?\226?\128?\156dh_clean -k?\226?\128?\157.


Modified: trunk/freebsd-buildutils/debian/changelog
===================================================================
--- trunk/freebsd-buildutils/debian/changelog	2011-05-28 07:14:26 UTC (rev 3337)
+++ trunk/freebsd-buildutils/debian/changelog	2011-05-28 07:27:53 UTC (rev 3338)
@@ -14,6 +14,8 @@
   * Use -C option for pmake instead of manually changing dir.
   * Stop Build-Depending on pmake, bootstrap freebsd-make using GNU make
     and use it as pmake instead of using it from the pmake package.
+  * Switch to debhelper compatibility level 7.
+    - Use dh_prep instead of “dh_clean -k”.
 
  -- Robert Millan <rmh at debian.org>  Thu, 13 Jan 2011 18:29:12 +0100
 

Modified: trunk/freebsd-buildutils/debian/compat
===================================================================
--- trunk/freebsd-buildutils/debian/compat	2011-05-28 07:14:26 UTC (rev 3337)
+++ trunk/freebsd-buildutils/debian/compat	2011-05-28 07:27:53 UTC (rev 3338)
@@ -1 +1 @@
-5
+7

Modified: trunk/freebsd-buildutils/debian/control
===================================================================
--- trunk/freebsd-buildutils/debian/control	2011-05-28 07:14:26 UTC (rev 3337)
+++ trunk/freebsd-buildutils/debian/control	2011-05-28 07:27:53 UTC (rev 3338)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: GNU/kFreeBSD Maintainers <debian-bsd at lists.debian.org>
 Uploaders: Aurelien Jarno <aurel32 at debian.org>, Guillem Jover <guillem at debian.org>
-Build-Depends: debhelper (>= 5.0.0), flex, bison, libbsd-dev
+Build-Depends: debhelper (>= 7), flex, bison, libbsd-dev
 Vcs-Browser: http://svn.debian.org/wsvn/glibc-bsd/trunk/freebsd-buildutils/
 Vcs-Svn: svn://svn.debian.org/glibc-bsd/trunk/freebsd-buildutils/
 Standards-Version: 3.9.2

Modified: trunk/freebsd-buildutils/debian/rules
===================================================================
--- trunk/freebsd-buildutils/debian/rules	2011-05-28 07:14:26 UTC (rev 3337)
+++ trunk/freebsd-buildutils/debian/rules	2011-05-28 07:27:53 UTC (rev 3338)
@@ -111,7 +111,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 
 	for i in cksum lex make mkdep yacc file2c brandelf ; do \




More information about the Glibc-bsd-commits mailing list