r26387 - in /trunk/libmouse-perl/debian: README.source changelog control patches/ patches/manpage-whatis.patch patches/series rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Oct 30 19:31:51 UTC 2008


Author: gregoa
Date: Thu Oct 30 19:31:48 2008
New Revision: 26387

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26387
Log:
Add patch to add missing whatis entry in a manpage; add quilt framework
and debian/README.source.

Added:
    trunk/libmouse-perl/debian/README.source
    trunk/libmouse-perl/debian/patches/
    trunk/libmouse-perl/debian/patches/manpage-whatis.patch
    trunk/libmouse-perl/debian/patches/series
Modified:
    trunk/libmouse-perl/debian/changelog
    trunk/libmouse-perl/debian/control
    trunk/libmouse-perl/debian/rules

Added: trunk/libmouse-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmouse-perl/debian/README.source?rev=26387&op=file
==============================================================================
--- trunk/libmouse-perl/debian/README.source (added)
+++ trunk/libmouse-perl/debian/README.source Thu Oct 30 19:31:48 2008
@@ -1,0 +1,5 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.

Modified: trunk/libmouse-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmouse-perl/debian/changelog?rev=26387&op=diff
==============================================================================
--- trunk/libmouse-perl/debian/changelog (original)
+++ trunk/libmouse-perl/debian/changelog Thu Oct 30 19:31:48 2008
@@ -7,6 +7,8 @@
     - add /me to Uploaders
     - add libmoose-perl to Build-Depends-Indep (used in test suite)
   * debian/copyright: add information for files under inc/.
+  * Add patch to add missing whatis entry in a manpage; add quilt framework
+    and debian/README.source.
 
  -- gregor herrmann <gregoa at debian.org>  Thu, 30 Oct 2008 20:15:16 +0100
 

Modified: trunk/libmouse-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmouse-perl/debian/control?rev=26387&op=diff
==============================================================================
--- trunk/libmouse-perl/debian/control (original)
+++ trunk/libmouse-perl/debian/control Thu Oct 30 19:31:48 2008
@@ -1,7 +1,7 @@
 Source: libmouse-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7), quilt
 Build-Depends-Indep: perl (>= 5.6.10-12), libmoose-perl (>= 0.59)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Gunnar Wolf <gwolf at debian.org>,

Added: trunk/libmouse-perl/debian/patches/manpage-whatis.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmouse-perl/debian/patches/manpage-whatis.patch?rev=26387&op=file
==============================================================================
--- trunk/libmouse-perl/debian/patches/manpage-whatis.patch (added)
+++ trunk/libmouse-perl/debian/patches/manpage-whatis.patch Thu Oct 30 19:31:48 2008
@@ -1,0 +1,11 @@
+--- a/lib/Mouse/Role.pm
++++ b/lib/Mouse/Role.pm
+@@ -84,7 +84,7 @@
+ 
+ =head1 NAME
+ 
+-Mouse::Role
++Mouse::Role - role's metaclass instance
+ 
+ =head1 KEYWORDS
+ 

Added: trunk/libmouse-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmouse-perl/debian/patches/series?rev=26387&op=file
==============================================================================
--- trunk/libmouse-perl/debian/patches/series (added)
+++ trunk/libmouse-perl/debian/patches/series Thu Oct 30 19:31:48 2008
@@ -1,0 +1,1 @@
+manpage-whatis.patch

Modified: trunk/libmouse-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmouse-perl/debian/rules?rev=26387&op=diff
==============================================================================
--- trunk/libmouse-perl/debian/rules (original)
+++ trunk/libmouse-perl/debian/rules Thu Oct 30 19:31:48 2008
@@ -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