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

intrigeri pushed a commit to branch master
in repository libdesktop-notify-perl.

commit a84c123cc59da5e74675d32da29e5ccea0d1ffc1
Author: intrigeri <intrig...@debian.org>
Date:   Wed Aug 2 15:54:01 2017 +0000

    Convert debian/rules to short format.
---
 debian/rules | 62 ++----------------------------------------------------------
 1 file changed, 2 insertions(+), 60 deletions(-)

diff --git a/debian/rules b/debian/rules
index ffebe3c..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,62 +1,4 @@
 #!/usr/bin/make -f
 
-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:
-       dh_testdir
-
-       $(PERL) Makefile.PL INSTALLDIRS=vendor \
-               INSTALLVENDORARCH=/usr/share/perl5/ \
-               VENDORARCHEXP=/usr/share/perl5/
-       $(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
-
-       touch $@
-
-binary-arch:
-
-binary-indep: build install
-       dh_testdir
-       dh_testroot
-       dh_installexamples
-       dh_installdocs README
-       dh_installchangelogs Changes
-       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
+%:
+       dh $@

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to