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

malattia at alioth.debian.org malattia at alioth.debian.org
Tue Jan 1 13:16:14 UTC 2008


Author: malattia
Date: 2008-01-01 13:16:14 +0000 (Tue, 01 Jan 2008)
New Revision: 305

Modified:
   trunk/src/rootstrap/debian/changelog
   trunk/src/rootstrap/debian/control
   trunk/src/rootstrap/debian/rules
Log:
* Remove long time inactive uploaders
* bump Standards-version to 3.7.3 (lintian warning)
* unignore $(MAKE) clean errors (lintian)



Modified: trunk/src/rootstrap/debian/changelog
===================================================================
--- trunk/src/rootstrap/debian/changelog	2007-12-30 07:38:26 UTC (rev 304)
+++ trunk/src/rootstrap/debian/changelog	2008-01-01 13:16:14 UTC (rev 305)
@@ -4,6 +4,8 @@
     instead (Closes: #446795)
   * use /sbin/MAKEDEV as the link from /dev/ is not provided anymore
     (Closes: #446729)
+  * Remove long time inactive uploaders
+  * bump Standards-version to 3.7.3 (lintian warning)
 
  -- Mattia Dongili <malattia at debian.org>  Sun, 30 Dec 2007 16:34:41 +0900
 

Modified: trunk/src/rootstrap/debian/control
===================================================================
--- trunk/src/rootstrap/debian/control	2007-12-30 07:38:26 UTC (rev 304)
+++ trunk/src/rootstrap/debian/control	2008-01-01 13:16:14 UTC (rev 305)
@@ -2,9 +2,9 @@
 Section: utils
 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>
+Uploaders: Mattia Dongili <malattia at debian.org>, Stefano Melchior <stefano.melchior at openlabs.it>
 Build-Depends: debhelper (>> 5.0.0), docbook-to-man
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 
 Package: rootstrap
 Architecture: i386 amd64

Modified: trunk/src/rootstrap/debian/rules
===================================================================
--- trunk/src/rootstrap/debian/rules	2007-12-30 07:38:26 UTC (rev 304)
+++ trunk/src/rootstrap/debian/rules	2008-01-01 13:16:14 UTC (rev 305)
@@ -27,7 +27,7 @@
 	rm -f build-stamp configure-stamp
 
 # Add here commands to clean up after the build process.
-	-$(MAKE) clean
+	$(MAKE) clean
 
 	dh_clean
 




More information about the Pkg-uml-commit mailing list