r69559 - in /trunk/libclass-meta-perl/debian: changelog rules

roam-guest at users.alioth.debian.org roam-guest at users.alioth.debian.org
Thu Feb 24 23:41:46 UTC 2011


Author: roam-guest
Date: Thu Feb 24 23:41:39 2011
New Revision: 69559

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=69559
Log:
Bump the debhelper compat level to 8 and minimize the rules file.

Modified:
    trunk/libclass-meta-perl/debian/changelog
    trunk/libclass-meta-perl/debian/rules

Modified: trunk/libclass-meta-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-meta-perl/debian/changelog?rev=69559&op=diff
==============================================================================
--- trunk/libclass-meta-perl/debian/changelog (original)
+++ trunk/libclass-meta-perl/debian/changelog Thu Feb 24 23:41:39 2011
@@ -16,7 +16,8 @@
     - refer to Debian (not just GNU/Linux) systems
   * Bump Standards-Version to 3.9.1 with no changes.
   * Add spelling.patch to fix two spelling mistakes and a grammatical one.
-  * Bump the debhelper compatibility level to 8 with no changes.
+  * Bump the debhelper compatibility level to 8 with no changes and
+    minimize the rules file.
 
  -- Peter Pentchev <roam at ringlet.net>  Fri, 25 Feb 2011 00:43:56 +0200
 

Modified: trunk/libclass-meta-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-meta-perl/debian/rules?rev=69559&op=diff
==============================================================================
--- trunk/libclass-meta-perl/debian/rules (original)
+++ trunk/libclass-meta-perl/debian/rules Thu Feb 24 23:41:39 2011
@@ -1,28 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
+%:
 	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	# ugh, where do you come from?
-	[ ! -f debian/libclass-meta-perl/usr/lib/perl5/auto/Class/Meta/.packlist ] || \
-		$(RM) -v debian/libclass-meta-perl/usr/lib/perl5/auto/Class/Meta/.packlist
-	[ ! -d debian/libclass-meta-perl/usr/lib/perl5/auto/Class/Meta ] || \
-		rmdir --ignore-fail-on-non-empty --parents debian/libclass-meta-perl/usr/lib/perl5/auto/Class/Meta
-	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