[SCM] Debian packaging of libimap-admin-perl branch, master, updated. d41deddfa9c07f3d74bbeed378bc4f3692cde6be

Florian Schlichting fschlich at zedat.fu-berlin.de
Mon Apr 9 21:37:14 UTC 2012


The following commit has been merged in the master branch:
commit 7d4c12c4c5619da1747cbafb6a60a71d0a4d609d
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Mon Apr 9 23:09:10 2012 +0200

    Switched to 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 d391779..3a796df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,14 +18,12 @@ libimap-admin-perl (1.6.7-1) UNRELEASED; urgency=low
   [ Ryan Niebur ]
   * Update jawnsy's email address
 
-  [ gregor herrmann ]
-  * debian/rules: switch order of arguments to dh.
-
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 
   [ Florian Schlichting ]
   * Bumped Standards-Version to 3.9.3 (use copyright-format 1.0).
+  * Switched to source format 3.0 (quilt).
 
  -- Ryan Niebur <ryanryan52 at gmail.com>  Tue, 01 Sep 2009 21:19:03 -0700
 
diff --git a/debian/control b/debian/control
index 47feeac..5815fbd 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libimap-admin-perl
 Section: perl
 Priority: extra
-Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Niko Tyni <ntyni at iki.fi>, Rene Mayorga <rmayorga at debian.org>,
diff --git a/debian/rules b/debian/rules
index 1d75a94..6ea97ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with quilt
+	dh $@
 
 override_dh_auto_test:
 	NOINTERNET=1 dh_auto_test
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 libimap-admin-perl



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