[Pkg-uml-commit] r285 - trunk/src/rootstrap/debian

malattia at alioth.debian.org malattia at alioth.debian.org
Sun May 27 11:57:43 UTC 2007


Author: malattia
Date: 2007-05-27 11:57:43 +0000 (Sun, 27 May 2007)
New Revision: 285

Modified:
   trunk/src/rootstrap/debian/changelog
   trunk/src/rootstrap/debian/control
   trunk/src/rootstrap/debian/rules
Log:
use debian/compat and bump debhelper dependency


Modified: trunk/src/rootstrap/debian/changelog
===================================================================
--- trunk/src/rootstrap/debian/changelog	2007-05-27 11:53:46 UTC (rev 284)
+++ trunk/src/rootstrap/debian/changelog	2007-05-27 11:57:43 UTC (rev 285)
@@ -1,6 +1,7 @@
 rootstrap (0.3.24-3) unstable; urgency=low
 
   * build also on amd64
+  * use debian/compat and bump debhelper dependency
 
  -- Mattia Dongili <malattia at debian.org>  Sun, 27 May 2007 20:48:44 +0900
 

Modified: trunk/src/rootstrap/debian/control
===================================================================
--- trunk/src/rootstrap/debian/control	2007-05-27 11:53:46 UTC (rev 284)
+++ trunk/src/rootstrap/debian/control	2007-05-27 11:57:43 UTC (rev 285)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: User Mode Linux Maintainers <pkg-uml-pkgs at lists.alioth.debian.org>
 Uploaders: Andreas Schuldei <andreas at schuldei.org>, Mattia Dongili <malattia at debian.org>, Stefano Melchior <stefano.melchior at openlabs.it>
-Build-Depends: debhelper (>> 4.0.0), docbook-to-man
+Build-Depends: debhelper (>> 5.0.0), docbook-to-man
 Standards-Version: 3.7.2
 
 Package: rootstrap

Modified: trunk/src/rootstrap/debian/rules
===================================================================
--- trunk/src/rootstrap/debian/rules	2007-05-27 11:53:46 UTC (rev 284)
+++ trunk/src/rootstrap/debian/rules	2007-05-27 11:57:43 UTC (rev 285)
@@ -5,9 +5,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatability version to use.
-export DH_COMPAT=4
-
 configure: configure-stamp
 configure-stamp:
 	dh_testdir




More information about the Pkg-uml-commit mailing list