[libwordnet-querydata-perl] 04/06: use minimal debhelper-powered debian/rules

Damyan Ivanov dmn at moszumanska.debian.org
Mon Jan 1 09:58:58 UTC 2018


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

dmn pushed a commit to branch master
in repository libwordnet-querydata-perl.

commit 93b6ff8f2e21d1a55ecc79cade7efe32ba7f8c6b
Author: Damyan Ivanov <dmn at debian.org>
Date:   Mon Jan 1 09:56:01 2018 +0000

    use minimal debhelper-powered debian/rules
---
 debian/rules | 21 +--------------------
 1 file changed, 1 insertion(+), 20 deletions(-)

diff --git a/debian/rules b/debian/rules
index 2b7e743..eb70895 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,24 +3,5 @@
 export WNHOME=/usr/share/wordnet
 export WNSEARCHDIR=/usr/share/wordnet
 
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
-	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-indep: install
+%:
 	dh $@
-
-binary-arch:
-
-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/libwordnet-querydata-perl.git



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