[libsyntax-highlight-perl-improved-perl] 03/05: Switch to a dh-v7-style debian/rules file and compat level 10

Axel Beckert abe at deuxchevaux.org
Wed Nov 8 00:45:54 UTC 2017


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

abe pushed a commit to branch master
in repository libsyntax-highlight-perl-improved-perl.

commit 34739d5de9de59a39d50219f3798bd55f058ae44
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Nov 8 01:40:16 2017 +0100

    Switch to a dh-v7-style debian/rules file and compat level 10
    
    * Update versioned debhelper build-dependency accordingly.
    * Install files via debian/{install,docs,manpages}.
---
 debian/changelog |  3 +++
 debian/compat    |  2 +-
 debian/control   |  2 +-
 debian/docs      |  1 +
 debian/install   |  1 +
 debian/manpages  |  1 +
 debian/rules     | 70 ++------------------------------------------------------
 7 files changed, 10 insertions(+), 70 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0ffcd84..b0d4475 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,9 @@ libsyntax-highlight-perl-improved-perl (1.01-4) UNRELEASED; urgency=low
 
   [ Axel Beckert ]
   * Convert to Debian source format "3.0 (quilt)".
+  * Switch to a dh-v7-style debian/rules file and compat level 10.
+    + Update versioned debhelper build-dependency accordingly.
+    + Install files via debian/{install,docs,manpages}.
 
  -- gregor herrmann <gregoa at debian.org>  Wed, 06 Aug 2008 21:34:13 -0300
 
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+10
diff --git a/debian/control b/debian/control
index 478acf0..1d1526a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: gregor herrmann <gregoa at debian.org>
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0)
+Build-Depends: debhelper (>= 10)
 Build-Depends-Indep: perl
 Standards-Version: 3.7.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsyntax-highlight-perl-improved-perl.git
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..3bad2ca
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+viewperl usr/bin
diff --git a/debian/manpages b/debian/manpages
new file mode 100644
index 0000000..8a051fa
--- /dev/null
+++ b/debian/manpages
@@ -0,0 +1 @@
+debian/viewperl.1
diff --git a/debian/rules b/debian/rules
index 45e67ad..657234c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,73 +1,7 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh_testdir
-
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	dh_installdirs usr/bin
-	dh_install viewperl usr/bin
-
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
-
-	touch $@
-
-binary-arch:
-# We have nothing to do here for an architecture-independent package
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs README
-	dh_installchangelogs ChangeLog
-	dh_installman debian/viewperl.1
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-source diff:
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+	dh $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsyntax-highlight-perl-improved-perl.git



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