[Pkg-uml-commit] r165 - trunk/src/kernel-patch-skas/debian

Mattia Dongili malattia at costa.debian.org
Sun Aug 27 14:36:46 UTC 2006


Author: malattia
Date: 2006-08-27 14:36:45 +0000 (Sun, 27 Aug 2006)
New Revision: 165

Modified:
   trunk/src/kernel-patch-skas/debian/changelog
   trunk/src/kernel-patch-skas/debian/control
   trunk/src/kernel-patch-skas/debian/rules
Log:
- list quilt in Build-Depend-Indep as per policy 7.6
- ack NMUs
- don't die if cleaning an already clean tree


Modified: trunk/src/kernel-patch-skas/debian/changelog
===================================================================
--- trunk/src/kernel-patch-skas/debian/changelog	2006-08-26 19:46:21 UTC (rev 164)
+++ trunk/src/kernel-patch-skas/debian/changelog	2006-08-27 14:36:45 UTC (rev 165)
@@ -9,6 +9,7 @@
   * filled the gap until 2.6.16 with patches from Paolo Giarrusso..
   * updated debhelper compatibility version.
   * remove localversion hunks to let people build kernels with make-kpkg.
+  * acknowlegde NMUs (Closes: #257583) (Closes: #281554)
 
  -- Mattia Dongili <malattia at debian.org>  Sat, 27 May 2006 16:52:53 +0200
 

Modified: trunk/src/kernel-patch-skas/debian/control
===================================================================
--- trunk/src/kernel-patch-skas/debian/control	2006-08-26 19:46:21 UTC (rev 164)
+++ trunk/src/kernel-patch-skas/debian/control	2006-08-27 14:36:45 UTC (rev 165)
@@ -3,8 +3,8 @@
 Priority: extra
 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), quilt
-Build-Depends-Indep: debhelper (>> 4.0.0), dh-kpatches
+Build-Depends: debhelper (>> 4.0.0)
+Build-Depends-Indep: debhelper (>> 4.0.0), dh-kpatches, quilt
 Standards-Version: 3.7.2
 
 Package: linux-patch-skas

Modified: trunk/src/kernel-patch-skas/debian/rules
===================================================================
--- trunk/src/kernel-patch-skas/debian/rules	2006-08-26 19:46:21 UTC (rev 164)
+++ trunk/src/kernel-patch-skas/debian/rules	2006-08-27 14:36:45 UTC (rev 165)
@@ -24,7 +24,7 @@
 	touch build-stamp
 
 unpatch:
-	QUILT_PATCHES=debian/patches quilt pop -a
+	-QUILT_PATCHES=debian/patches quilt pop -a
 	rm -f patch-stamp
 
 clean: unpatch




More information about the Pkg-uml-commit mailing list