[libnet-amazon-s3-tools-perl] 01/03: Convert to source format "3.0 (quilt)"

Axel Beckert abe at deuxchevaux.org
Sun May 31 10:22:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libnet-amazon-s3-tools-perl.

commit 052baf7594c7d8f2277defbe1c0956f77e8e8e31
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun May 31 12:11:19 2015 +0200

    Convert to source format "3.0 (quilt)"
    
    * Remove build-dependency on quilt.
    * Remove debian/README.source.
---
 debian/README.source | 5 -----
 debian/changelog     | 3 +++
 debian/control       | 3 +--
 debian/rules         | 6 ++----
 debian/source/format | 1 +
 5 files changed, 7 insertions(+), 11 deletions(-)

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 9b2953a..2c6bb1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,6 +33,9 @@ libnet-amazon-s3-tools-perl (0.08-2) UNRELEASED; urgency=low
     + Convert to current machine-readable DEP5 format (1.0).
   * Fix duplicated dependency on libnet-amazon-s3-perl.
   * Apply wrap-and-sort.
+  * Convert to source format "3.0 (quilt)".
+    + Remove build-dependency on quilt.
+    + Remove debian/README.source.
 
  -- Ryan Niebur <ryan at debian.org>  Fri, 25 Sep 2009 00:25:43 -0700
 
diff --git a/debian/control b/debian/control
index de85828..a57f0da 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Uploaders: Charles Plessy <plessy at debian.org>,
            Ryan Niebur <ryan at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7),
-               quilt
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl
 Standards-Version: 3.8.0
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-amazon-s3-tools-perl.git
diff --git a/debian/rules b/debian/rules
index d9229f5..0d045f4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,11 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh build
 	touch $@
 
-clean: unpatch
+clean:
 	dh $@
 
 install: install-stamp
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)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-amazon-s3-tools-perl.git



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