[SCM] Debian packaging of libnet-amazon-ec2-perl branch, master, updated. 42cbfacb7756a1f3cd5232264f312b476db5db7d

gregor herrmann gregoa at debian.org
Sun Jan 22 16:45:02 UTC 2012


The following commit has been merged in the master branch:
commit f30e77234c471105e4f25bf6ffac309e7b8ebb65
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jan 22 17:26:12 2012 +0100

    Switch to "3.0 (quilt)" source format. Remove quilt framework.

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 26d778f..2c458ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,5 @@
 libnet-amazon-ec2-perl (0.16-1) UNRELEASED; urgency=low
 
-  [ gregor herrmann ]
-  * debian/rules: switch order of arguments to dh.
-
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 
diff --git a/debian/control b/debian/control
index 8eff74f..ddaf458 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: libnet-amazon-ec2-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.2.13), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7.2.13)
 Build-Depends-Indep: perl, libdigest-hmac-perl, libmoose-perl (>= 0.38),
  libparams-validate-perl, liburi-perl, libwww-perl,
  libxml-simple-perl (>= 2.18)
diff --git a/debian/rules b/debian/rules
index d082dd0..757424e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
-	dh $@ --with quilt
+	dh $@
 
 override_dh_auto_install:
 	dh_auto_install
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-amazon-ec2-perl



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