[libchemistry-elements-perl] 06/12: Switch to source format '3.0 (quilt)' and dh(1).

gregor herrmann gregoa at debian.org
Fri Jan 13 19:32:47 UTC 2017


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

gregoa pushed a commit to branch master
in repository libchemistry-elements-perl.

commit 353dbb1b304a72c0b743384a0fe8f13fe90e5a34
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jan 13 20:23:10 2017 +0100

    Switch to source format '3.0 (quilt)' and dh(1).
---
 debian/README.source |  5 -----
 debian/control       |  3 +--
 debian/rules         | 22 +---------------------
 debian/source/format |  1 +
 4 files changed, 3 insertions(+), 28 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 cafb08a..9d90d47 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,7 @@ Uploaders: gregor herrmann <gregoa at debian.org>,
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.0),
-               quilt
+Build-Depends: debhelper (>= 7.0.0)
 Build-Depends-Indep: perl,
                      libtest-pod-perl,
                      libtest-pod-coverage-perl
diff --git a/debian/rules b/debian/rules
index b373995..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,24 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh build
-	touch $@
-
-clean: unpatch
+%:
 	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
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/libchemistry-elements-perl.git



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