[equivs] 14/36: Replace override_dh_auto_{install, clean} with debian/{clean, install}

Axel Beckert abe at deuxchevaux.org
Fri Jul 28 23:04:35 UTC 2017


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

abe pushed a commit to branch master
in repository equivs.

commit d8ee3bbca74f72aab11ff99958347c6c8841d867
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Tue Jul 18 01:26:45 2017 +0200

    Replace override_dh_auto_{install,clean} with debian/{clean,install}
---
 debian/changelog | 1 +
 debian/clean     | 1 +
 debian/install   | 1 +
 debian/rules     | 7 -------
 4 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9da94b3..3ba90df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ equivs (2.0.11) UNRELEASED; urgency=medium
     headers. (Closes: #663424)
   * Apply wrap-and-sort.
   * Switch debian/rules to minimal dh v7 style.
+    + Replace override_dh_auto_{install,clean} with debian/{clean,install}
 
  -- Axel Beckert <abe at debian.org>  Tue, 18 Jul 2017 00:35:11 +0200
 
diff --git a/debian/clean b/debian/clean
new file mode 120000
index 0000000..2e54e9a
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+equivs.manpages
\ No newline at end of file
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..73752c9
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+usr
diff --git a/debian/rules b/debian/rules
index 51b069d..afef1ed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,10 +13,3 @@ BUILD_DATE = $(shell dpkg-parsechangelog -S Date)
 	dh $@
 
 build-indep: $(MANPAGES)
-
-override_dh_auto_clean:
-	$(RM) $(MANPAGES)
-
-override_dh_auto_install:
-	mkdir -p debian/$(PKG)
-	cp -la usr debian/$(PKG)

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



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