r65636 - in /trunk/libhtml-mason-perl/debian: README.source changelog control rules

ivan at users.alioth.debian.org ivan at users.alioth.debian.org
Thu Dec 9 10:21:52 UTC 2010


Author: ivan
Date: Thu Dec  9 10:21:46 2010
New Revision: 65636

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=65636
Log:
[packagecheck] fixed Vcs-(Svn|Browser)/Homepage field(s) in debian/control and/or URL in debian/watch and/or rmdir /usr/{lib|share}/perl5 in debian/rules.

Added:
    trunk/libhtml-mason-perl/debian/README.source
Modified:
    trunk/libhtml-mason-perl/debian/changelog
    trunk/libhtml-mason-perl/debian/control
    trunk/libhtml-mason-perl/debian/rules

Added: trunk/libhtml-mason-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-mason-perl/debian/README.source?rev=65636&op=file
==============================================================================
--- trunk/libhtml-mason-perl/debian/README.source (added)
+++ trunk/libhtml-mason-perl/debian/README.source Thu Dec  9 10:21:46 2010
@@ -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/libhtml-mason-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-mason-perl/debian/changelog?rev=65636&op=diff
==============================================================================
--- trunk/libhtml-mason-perl/debian/changelog (original)
+++ trunk/libhtml-mason-perl/debian/changelog Thu Dec  9 10:21:46 2010
@@ -1,6 +1,14 @@
 libhtml-mason-perl (1:1.44-2) UNRELEASED; urgency=low
 
   * Take over for the Debian Perl Group
+  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
+    field (source stanza). Changed: Maintainer set to Debian Perl Group
+    <pkg-perl-maintainers at lists.alioth.debian.org> (was: Ivan Kohler
+    <ivan-debian at 420.am>); Ivan Kohler <ivan-debian at 420.am> moved to
+    Uploaders.
+  * debian/rules: delete /usr/lib/perl5 only if it exists.
+  * Add debian/README.source to document quilt usage, as required by
+    Debian Policy since 3.8.0.
 
  -- Ivan Kohler <ivan-debian at 420.am>  Thu, 09 Dec 2010 02:21:28 -0800
 

Modified: trunk/libhtml-mason-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-mason-perl/debian/control?rev=65636&op=diff
==============================================================================
--- trunk/libhtml-mason-perl/debian/control (original)
+++ trunk/libhtml-mason-perl/debian/control Thu Dec  9 10:21:46 2010
@@ -1,8 +1,11 @@
 Source: libhtml-mason-perl
 Section: perl
 Priority: optional
-Maintainer: Ivan Kohler <ivan-debian at 420.am>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ivan Kohler <ivan-debian at 420.am>
 Standards-Version: 3.8.0
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-mason-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhtml-mason-perl/
 Build-Depends: cdbs, debhelper (>= 5), quilt
 Build-Depends-Indep: perl (>= 5.8.3), libparams-validate-perl (>= 0.69), libapache2-mod-perl2, libcache-cache-perl (>= 1.0), libexception-class-perl (>= 1.14), libclass-container-perl (>= 0.07), libmodule-build-perl, liblog-any-perl, libtest-deep-perl
 Homepage: http://www.masonhq.com/

Modified: trunk/libhtml-mason-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-mason-perl/debian/rules?rev=65636&op=diff
==============================================================================
--- trunk/libhtml-mason-perl/debian/rules (original)
+++ trunk/libhtml-mason-perl/debian/rules Thu Dec  9 10:21:46 2010
@@ -12,7 +12,7 @@
 binary-post-install/libhtml-mason-perl::
 	# don't install binaries or packlist
 	rm -rf debian/libhtml-mason-perl/usr/bin
-	rm -rf debian/libhtml-mason-perl/usr/lib
+	[ ! -d debian/libhtml-mason-perl/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose debian/libhtml-mason-perl/usr/lib/perl5
 
 install/libhtml-mason-perl::
 	cp debian/Apache*UserDirHandler.pm debian/libhtml-mason-perl/usr/share/perl5/HTML/Mason




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