r67309 - in /trunk/libdata-serializer-perl/debian: changelog compat rules

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Tue Jan 11 22:57:46 UTC 2011


Author: periapt-guest
Date: Tue Jan 11 22:57:40 2011
New Revision: 67309

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

Modified:
    trunk/libdata-serializer-perl/debian/changelog
    trunk/libdata-serializer-perl/debian/compat
    trunk/libdata-serializer-perl/debian/rules

Modified: trunk/libdata-serializer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-serializer-perl/debian/changelog?rev=67309&op=diff
==============================================================================
--- trunk/libdata-serializer-perl/debian/changelog (original)
+++ trunk/libdata-serializer-perl/debian/changelog Tue Jan 11 22:57:40 2011
@@ -8,6 +8,7 @@
   * New upstream release
   * Upped compat level to 8
   * Removed libmodule-build-perl from dependencies
+  * Refreshed debian/rules
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Tue, 11 Jan 2011 22:43:10 +0000
 

Modified: trunk/libdata-serializer-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-serializer-perl/debian/compat?rev=67309&op=diff
==============================================================================
--- trunk/libdata-serializer-perl/debian/compat (original)
+++ trunk/libdata-serializer-perl/debian/compat Tue Jan 11 22:57:40 2011
@@ -1,1 +1,1 @@
-8
+7

Modified: trunk/libdata-serializer-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-serializer-perl/debian/rules?rev=67309&op=diff
==============================================================================
--- trunk/libdata-serializer-perl/debian/rules (original)
+++ trunk/libdata-serializer-perl/debian/rules Tue Jan 11 22:57:40 2011
@@ -1,30 +1,4 @@
 #!/usr/bin/make -f
 
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
+%:
 	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	# work around /usr/usr
-	dh install --before dh_auto_install
-	$(PERL) Build install destdir=$(TMP) create_packlist=0
-	dh install --after dh_auto_install
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build




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