[libdata-validate-email-perl] 05/11: Switch to source format "3.0 (quilt)".

gregor herrmann gregoa at debian.org
Sat Oct 14 14:35:33 UTC 2017


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

gregoa pushed a commit to branch master
in repository libdata-validate-email-perl.

commit e56e61ceff1ca3032eadf0d927afd5ed821a1e60
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Oct 14 16:22:03 2017 +0200

    Switch to source format "3.0 (quilt)".
---
 debian/README.source | 5 -----
 debian/control       | 3 +--
 debian/rules         | 6 ++----
 debian/source/format | 1 +
 4 files changed, 4 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/control b/debian/control
index 48d3088..4a70a48 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 9),
-               quilt
+Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl,
                      libdata-validate-domain-perl,
                      libemail-address-perl
diff --git a/debian/rules b/debian/rules
index e8ae466..0a332c7 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/libdata-validate-email-perl.git



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