[libflickr-upload-perl] 06/11: Use dh(1) in debian/rules, and debhelper compat level 8.

gregor herrmann gregoa at debian.org
Sun Sep 14 11:24:42 UTC 2014


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

gregoa pushed a commit to branch master
in repository libflickr-upload-perl.

commit 5a3265b6cc8c6e1b4b7b524242ef06edceebdeb4
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Sep 14 13:15:02 2014 +0200

    Use dh(1) in debian/rules, and debhelper compat level 8.
    
    Additionally remove quilt fragments.
---
 debian/README.source |  5 -----
 debian/compat        |  2 +-
 debian/control       |  3 +--
 debian/rules         | 23 +----------------------
 4 files changed, 3 insertions(+), 30 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/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 00bc788..9cc49b4 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Uploaders: Alex Muntada <alexm at alexm.org>,
            Damyan Ivanov <dmn at debian.org>
 Section: perl
 Priority: extra
-Build-Depends: debhelper (>= 7),
-               quilt
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
                      libxml-parser-lite-tree-perl,
                      libwww-perl,
diff --git a/debian/rules b/debian/rules
index d9229f5..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,25 +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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libflickr-upload-perl.git



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