r36312 - in /trunk/libmodule-extract-use-perl/debian: changelog libmodule-extract-use-perl.examples rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun May 24 14:08:25 UTC 2009


Author: jawnsy-guest
Date: Sun May 24 14:08:20 2009
New Revision: 36312

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=36312
Log:
Added examples file. Upgraded to new d/rules format. Fixes issue with needing to 'touch' Makefile.PL since we patched it. Noted upstream bug report.

Added:
    trunk/libmodule-extract-use-perl/debian/libmodule-extract-use-perl.examples
Modified:
    trunk/libmodule-extract-use-perl/debian/changelog
    trunk/libmodule-extract-use-perl/debian/rules

Modified: trunk/libmodule-extract-use-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-extract-use-perl/debian/changelog?rev=36312&op=diff
==============================================================================
--- trunk/libmodule-extract-use-perl/debian/changelog (original)
+++ trunk/libmodule-extract-use-perl/debian/changelog Sun May 24 14:08:20 2009
@@ -1,18 +1,16 @@
 libmodule-extract-use-perl (0.14-1) UNRELEASED; urgency=low
 
-  TODO:
-  * debian/rules: without patching Makefile.PL we don't need to touch
-    Makefile. but:
+  WAITS FOR FIX:
   * it's nice that upstream removed the MAN3PODS stuff but now we end up with
     Use.3pm.gz instead of Module::Extract::Use.3pm.gz
-  * maybe install example script?
+    (Forwarded upstream to RT#46326)
 
   * New upstream release
     -> Fix to detect 'use' AND compile-time 'require'
-    -> Added an example file
-  * Removed libtest-output-perl from Depends (it's only a B-D-I)
+  * Removed libtest-output-perl from Depends
   * Added libtest-manifest-perl to B-D-I
   * Removed quilt patch since the whole MAN3PODS line was removed
+  * Added an example file
 
  -- Jonathan Yu <frequency at cpan.org>  Wed, 20 May 2009 18:33:06 -0400
 

Added: trunk/libmodule-extract-use-perl/debian/libmodule-extract-use-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-extract-use-perl/debian/libmodule-extract-use-perl.examples?rev=36312&op=file
==============================================================================
--- trunk/libmodule-extract-use-perl/debian/libmodule-extract-use-perl.examples (added)
+++ trunk/libmodule-extract-use-perl/debian/libmodule-extract-use-perl.examples Sun May 24 14:08:20 2009
@@ -1,0 +1,1 @@
+examples/*

Modified: trunk/libmodule-extract-use-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-extract-use-perl/debian/rules?rev=36312&op=diff
==============================================================================
--- trunk/libmodule-extract-use-perl/debian/rules (original)
+++ trunk/libmodule-extract-use-perl/debian/rules Sun May 24 14:08:20 2009
@@ -1,27 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	TEST_AUTHOR=1 dh build
-	touch $@
-
-clean:
-	# we have to touch Makefile after unpatching Makefile.PL,
-	# otherwise the latter is newer than the former and
-	# Makefile gets recreated
-	[ ! -f Makefile ] || touch Makefile
+%:
 	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh 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