[SCM] Debian packaging of libnet-gpsd3-perl branch, master, updated. 5c0c335fa1cca848f1ab174f17074297079cf625

Florian Schlichting fschlich at zedat.fu-berlin.de
Mon Aug 22 10:38:21 UTC 2011


The following commit has been merged in the master branch:
commit 9abcd2f45b50c42d441e4ca23840fc382f712a21
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Mon Aug 22 10:20:13 2011 +0000

    use debhelper 8 / source-format 3.0 (quilt)

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 7df3fd2..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,6 +0,0 @@
-This package uses quilt to manage all modifications to the upstream
-source.  Changes are stored in the source package as diffs in
-debian/patches and applied during the build.
-
-See /usr/share/doc/quilt/README.source for a detailed explanation.
-
diff --git a/debian/changelog b/debian/changelog
index e87c7bd..ced78ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libnet-gpsd3-perl (0.17-1) UNRELEASED; urgency=low
   [ Florian Schlichting ]
   * Imported Upstream version 0.17
   * Update Standards-Version to 3.9.2 (link directly to GPL-1).
+  * Use debhelper 8 / source-format 3.0 (quilt).
 
   [ gregor herrmann ]
   * debian/rules: switch order of arguments to dh.
diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index b9a1580..ff42b41 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libnet-gpsd3-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl, libdatetime-perl, libjson-xs-perl,
   libio-socket-inet6-perl, libgps-point-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
diff --git a/debian/rules b/debian/rules
index f6b359a..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with quilt
+	dh $@
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)

-- 
Debian packaging of libnet-gpsd3-perl



More information about the Pkg-perl-cvs-commits mailing list