[Pkg-uml-commit] rootstrap: Changes to 'debian-unstable'

Mattia Dongili malattia at alioth.debian.org
Tue Jun 12 22:14:11 UTC 2012


 debian/changelog     |   11 +++++++++--
 debian/control       |    6 +++---
 debian/rules         |    5 +++--
 debian/source/format |    1 +
 4 files changed, 16 insertions(+), 7 deletions(-)

New commits:
commit 2e921bce37549869b33eb17fd6e40b7e5ed9a188
Author: Mattia Dongili <malattia at linux.it>
Date:   Wed Jun 13 06:52:20 2012 +0900

    Fix all Lintian warnings and set Source-Format
    
    Signed-off-by: Mattia Dongili <malattia at linux.it>

diff --git a/debian/changelog b/debian/changelog
index 0bf197b..9bc0894 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,15 @@
 rootstrap (0.3.25-1) unstable; urgency=low
 
   * Remove MAKEDEV calls as they are no-ops and udev should be used.
-
- -- Mattia Dongili <malattia at debian.org>  Sun, 10 Jun 2012 07:11:58 +0900
+  * Switch to dpkg-source 3.0 (quilt) format
+  * Fix all Linitian warnings:
+    - debhelper-but-no-misc-depends rootstrap
+    - debian-rules-missing-recommended-target build-arch
+    - debian-rules-missing-recommended-target build-indep
+    - ancient-standards-version 3.7.3 (current is 3.9.3)
+    - description-synopsis-starts-with-article
+
+ -- Mattia Dongili <malattia at debian.org>  Wed, 13 Jun 2012 06:51:44 +0900
 
 rootstrap (0.3.24-6.1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index f4286b8..bb8a1d6 100644
--- a/debian/control
+++ b/debian/control
@@ -4,14 +4,14 @@ Priority: optional
 Maintainer: User Mode Linux Maintainers <pkg-uml-pkgs at lists.alioth.debian.org>
 Uploaders: Mattia Dongili <malattia at debian.org>
 Build-Depends: debhelper (>> 5.0.0), docbook-to-man
-Standards-Version: 3.7.3
+Standards-Version: 3.9.3
 
 Package: rootstrap
 Architecture: i386 amd64
-Depends: python, debootstrap (>= 0.3.0), dpkg (>= 1.9.19), user-mode-linux
+Depends: python, debootstrap (>= 0.3.0), dpkg (>= 1.9.19), user-mode-linux, ${misc:Depends}
 Recommends: uml-utilities
 Suggests: dhcp3-client, dhcp3-server
-Description: A tool for building complete Linux filesystem images
+Description: Tool for building complete Linux filesystem images
  Rootstrap was originally written to provide a facility for building
  filesystems for use with User-mode Linux, but can be useful in other
  applications as well.
diff --git a/debian/rules b/debian/rules
index 5ecaa13..82ed092 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,8 +11,9 @@ configure-stamp:
 # Add here commands to configure the package.
 	touch configure-stamp
 
-build: build-stamp
-
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 build-stamp: configure-stamp 
 	dh_testdir
 
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)



More information about the Pkg-uml-commit mailing list