r71507 - in /trunk/libhtml-template-perl/debian: changelog rules

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Wed Mar 16 19:18:47 UTC 2011


Author: periapt-guest
Date: Wed Mar 16 19:18:21 2011
New Revision: 71507

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71507
Log:
Refreshed debian/rules

Modified:
    trunk/libhtml-template-perl/debian/changelog
    trunk/libhtml-template-perl/debian/rules

Modified: trunk/libhtml-template-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-perl/debian/changelog?rev=71507&op=diff
==============================================================================
--- trunk/libhtml-template-perl/debian/changelog (original)
+++ trunk/libhtml-template-perl/debian/changelog Wed Mar 16 19:18:21 2011
@@ -3,6 +3,7 @@
   * New maintainer (Closes: #618373)
   * Upped compatibility level and debhelper version
   * Updated home page and svn fields in debian/control
+  * Refreshed debian/rules
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Wed, 16 Mar 2011 18:59:48 +0000
 

Modified: trunk/libhtml-template-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-template-perl/debian/rules?rev=71507&op=diff
==============================================================================
--- trunk/libhtml-template-perl/debian/rules (original)
+++ trunk/libhtml-template-perl/debian/rules Wed Mar 16 19:18:21 2011
@@ -1,54 +1,4 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
 
-#export DH_VERBOSE=1
-
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-	perl Makefile.PL INSTALLDIRS=vendor	
-	touch $@
-
-build: configure-stamp build-stamp
-build-stamp:
-	dh_testdir
-	$(MAKE)
-	TEST_SHARED_MEMORY=1 $(MAKE) test
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp configure-stamp
-	[ ! -f Makefile ] || $(MAKE) -i distclean
-	dh_clean
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(MAKE) install DESTDIR=$(CURDIR)/debian/libhtml-template-perl
-	rm -rfv $(CURDIR)/debian/libhtml-template-perl/usr/lib
-
-binary-arch: build install
-# We have nothing to do.
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installman
-	dh_installchangelogs Changes
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_perl
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+%:
+	TEST_SHARED_MEMORY=1 dh $@




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