[SCM] Debian packaging of libfile-which-perl branch, master, updated. cacfb15ec442fadd38ebd926779f4715ea4e3bf9

Florian Schlichting fschlich at zedat.fu-berlin.de
Sat Feb 18 23:29:11 UTC 2012


The following commit has been merged in the master branch:
commit e1dc855a349f3a48812e4cd611131679e4ba725a
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Sun Feb 19 00:11:01 2012 +0100

    Switched to source format 3.0 (quilt)

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 9dc3fca..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,5 +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 76b74b7..6359077 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,7 +9,6 @@ libfile-which-perl (1.09-1) UNRELEASED; urgency=low
   [ gregor herrmann ]
   * debian/control: Changed: (build-)depend on perl instead of perl-
     modules.
-  * debian/rules: switch order of arguments to dh.
   * debian/control: add perl (>= 5.10.1) as an alternative build dependency
     for Pod::Simple.
 
@@ -18,6 +17,7 @@ libfile-which-perl (1.09-1) UNRELEASED; urgency=low
 
   [ Florian Schlichting ]
   * Updated package description (closes: #644701).
+  * Switched to source format 3.0 (quilt).
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sun, 27 Sep 2009 05:02:16 -0400
 
diff --git a/debian/control b/debian/control
index a4640de..9a964f0 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libfile-which-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: libperl-minimumversion-perl, libtest-minimumversion-perl,
  perl (>= 5.10.1) | libpod-simple-perl (>= 3.07), libtest-pod-perl (>= 1.26),
  libtest-cpan-meta-perl, libtest-script-perl (>= 1.05),
diff --git a/debian/rules b/debian/rules
index 971c8df..0bf1871 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with quilt
+	dh $@
 
 override_dh_auto_test:
 	AUTOMATED_TESTING=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 libfile-which-perl



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