[SCM] Debian packaging of Tangram CPAN distribution branch, master, updated. debian/2.10-1.1-14-g8593bfe

gregor herrmann gregoa at debian.org
Sat Mar 30 13:07:48 UTC 2013


The following commit has been merged in the master branch:
commit bae1b3325216cc09ddcece5fcba5cc7b5e2eb9bd
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Mar 30 13:40:45 2013 +0100

    Use tiny debian/rules.
    
    Don't install README anymore.

diff --git a/debian/rules b/debian/rules
index c7c06e9..cbe925d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,45 +1,3 @@
-#! /usr/bin/make -f
-# -*-makefile-*-
-# debian/rules file for libtangram-perl
-
-PERL	?= /usr/bin/perl
-
-build:	build-stamp
-build-stamp:
-	dh_testdir
-	echo n | $(PERL) Makefile.PL INSTALLDIRS=vendor PERL=$(PERL)
-	$(MAKE) LD_RUN_PATH=
-	touch $@
-
-clean:	checkroot
-	rm -f build-stamp
-	[ ! -f Makefile ] || $(MAKE) distclean
-	dh_clean
-
-binary-indep:	checkroot build
-	dh_clean
-	dh_installdirs
-
-	$(MAKE) pure_install DESTDIR=$(CURDIR)/debian/libtangram-perl
-	[ ! -d debian/libtangram-perl/usr/lib/perl5 ] || rmdir -p --ignore-fail-on-non-empty debian/libtangram-perl/usr/lib/perl5
-	dh_installdocs README
-	#dh_installexamples tour 
-	dh_installchangelogs Changes.pod
-
-	dh_compress
-	dh_fixperms
-	dh_perl
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary-arch:	checkroot build
-
-binary:	binary-indep binary-arch
-
-checkroot:
-	dh_testdir
-	dh_testroot
-
-.PHONY:	binary binary-arch binary-indep clean checkroot build
+#!/usr/bin/make -f
+%:
+	dh $@

-- 
Debian packaging of Tangram CPAN distribution



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