[SCM] Debian packaging of libwww-freshmeat-perl branch, master, updated. ea0a111bc7a45bb1711d29a8fd6879517d692dd5

Florian Schlichting fschlich at zedat.fu-berlin.de
Sun Mar 4 20:40:58 UTC 2012


The following commit has been merged in the master branch:
commit 60a2bd6bffca91498f9687087394cbdde8bf359b
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Sun Mar 4 21:08:59 2012 +0100

    Switched to source format 3.0 (quilt)

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 53061e1..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 c79c16b..7720472 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,5 @@
 libwww-freshmeat-perl (0.22-1) UNRELEASED; urgency=low
 
-  [ gregor herrmann ]
-  * debian/rules: switch order of arguments to dh.
-
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 
@@ -11,6 +8,7 @@ libwww-freshmeat-perl (0.22-1) UNRELEASED; urgency=low
   * Added (Build-)Dependency on libxml-parser-perl, wrap-and-sort.
   * Bumped Standards-Version to 3.9.3 (directly link GPL-1, Format 1.0).
   * Bumped compatibility level to 8 (no change).
+  * Switched to source format 3.0 (quilt).
 
  -- Florian Schlichting <fschlich at zedat.fu-berlin.de>  Sun, 04 Mar 2012 20:37:27 +0100
 
diff --git a/debian/control b/debian/control
index ac56ba4..83a0f4c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libwww-freshmeat-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libfile-slurp-perl,
  libmouse-perl,
  libtest-pod-perl,
diff --git a/debian/rules b/debian/rules
index 0086dd5..1edd2a1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 TEST_FILES = $(filter-out t/project.t,$(shell echo t/*.t))
 
 %:
-	dh $@ --with quilt
+	dh $@
 
 override_dh_auto_test:
 	dh_auto_test -- TEST_FILES="$(TEST_FILES)"
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 libwww-freshmeat-perl



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