r33289 - in /trunk/libmodule-pluggable-perl/debian: changelog control patches/ patches/fix-manifest.patch patches/series rules

bricas-guest at users.alioth.debian.org bricas-guest at users.alioth.debian.org
Wed Apr 15 19:02:10 UTC 2009


Author: bricas-guest
Date: Wed Apr 15 19:02:04 2009
New Revision: 33289

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=33289
Log:
debian/patches: add patch to fix MANIFEST as *~ files cause problems

Added:
    trunk/libmodule-pluggable-perl/debian/patches/
    trunk/libmodule-pluggable-perl/debian/patches/fix-manifest.patch
    trunk/libmodule-pluggable-perl/debian/patches/series
Modified:
    trunk/libmodule-pluggable-perl/debian/changelog
    trunk/libmodule-pluggable-perl/debian/control
    trunk/libmodule-pluggable-perl/debian/rules

Modified: trunk/libmodule-pluggable-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-pluggable-perl/debian/changelog?rev=33289&op=diff
==============================================================================
--- trunk/libmodule-pluggable-perl/debian/changelog (original)
+++ trunk/libmodule-pluggable-perl/debian/changelog Wed Apr 15 19:02:04 2009
@@ -4,6 +4,7 @@
   * New upstream release
   * debian/control: Added myself to uploaders
   * debian/{compat,control,rules,copyright}: Update to latest spec
+  * debian/patches: add patch to fix MANIFEST as *~ files cause problems
 
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN

Modified: trunk/libmodule-pluggable-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-pluggable-perl/debian/control?rev=33289&op=diff
==============================================================================
--- trunk/libmodule-pluggable-perl/debian/control (original)
+++ trunk/libmodule-pluggable-perl/debian/control Wed Apr 15 19:02:04 2009
@@ -5,7 +5,7 @@
 Uploaders: Niko Tyni <ntyni at iki.fi>, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
  gregor herrmann <gregor+debian at comodo.priv.at>,
  Brian Cassidy <brian.cassidy at gmail.com>
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7), quilt
 Build-Depends-Indep: perl (>= 5.6.0-16), perl-modules
 Standards-Version: 3.8.1
 Homepage: http://search.cpan.org/dist/Module-Pluggable/

Added: trunk/libmodule-pluggable-perl/debian/patches/fix-manifest.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-pluggable-perl/debian/patches/fix-manifest.patch?rev=33289&op=file
==============================================================================
--- trunk/libmodule-pluggable-perl/debian/patches/fix-manifest.patch (added)
+++ trunk/libmodule-pluggable-perl/debian/patches/fix-manifest.patch Wed Apr 15 19:02:04 2009
@@ -1,0 +1,12 @@
+Index: libmodule-pluggable-perl/MANIFEST
+===================================================================
+--- libmodule-pluggable-perl.orig/MANIFEST	2009-04-15 15:52:47.000000000 -0300
++++ libmodule-pluggable-perl/MANIFEST	2009-04-15 15:52:55.000000000 -0300
+@@ -50,7 +50,6 @@
+ t/lib/EditorJunk/Plugin/Bar.pm
+ t/lib/EditorJunk/Plugin/Bar.pm.swo
+ t/lib/EditorJunk/Plugin/Bar.pm.swp
+-t/lib/EditorJunk/Plugin/Bar.pm~
+ t/lib/EditorJunk/Plugin/Foo.pm
+ t/lib/ExtTest/Plugin/Bar.plugin
+ t/lib/ExtTest/Plugin/Foo.plugin

Added: trunk/libmodule-pluggable-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-pluggable-perl/debian/patches/series?rev=33289&op=file
==============================================================================
--- trunk/libmodule-pluggable-perl/debian/patches/series (added)
+++ trunk/libmodule-pluggable-perl/debian/patches/series Wed Apr 15 19:02:04 2009
@@ -1,0 +1,1 @@
+fix-manifest.patch

Modified: trunk/libmodule-pluggable-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmodule-pluggable-perl/debian/rules?rev=33289&op=diff
==============================================================================
--- trunk/libmodule-pluggable-perl/debian/rules (original)
+++ trunk/libmodule-pluggable-perl/debian/rules Wed Apr 15 19:02:04 2009
@@ -1,11 +1,13 @@
 #!/usr/bin/make -f
 
+include /usr/share/quilt/quilt.make
+
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh build
 	touch $@
 
-clean:
+clean: unpatch
 	dh $@
 
 install: install-stamp




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