r44349 - in /trunk/libsvn-hooks-perl/debian: README.source changelog control patches/ patches/pod.patch patches/series rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Sep 19 20:51:11 UTC 2009


Author: gregoa
Date: Sat Sep 19 20:51:06 2009
New Revision: 44349

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44349
Log:
releasing version 0.21-2

Added:
    trunk/libsvn-hooks-perl/debian/README.source
    trunk/libsvn-hooks-perl/debian/patches/
    trunk/libsvn-hooks-perl/debian/patches/pod.patch
    trunk/libsvn-hooks-perl/debian/patches/series
Modified:
    trunk/libsvn-hooks-perl/debian/changelog
    trunk/libsvn-hooks-perl/debian/control
    trunk/libsvn-hooks-perl/debian/rules

Added: trunk/libsvn-hooks-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-hooks-perl/debian/README.source?rev=44349&op=file
==============================================================================
--- trunk/libsvn-hooks-perl/debian/README.source (added)
+++ trunk/libsvn-hooks-perl/debian/README.source Sat Sep 19 20:51:06 2009
@@ -1,0 +1,6 @@
+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/libsvn-hooks-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-hooks-perl/debian/changelog?rev=44349&op=diff
==============================================================================
--- trunk/libsvn-hooks-perl/debian/changelog (original)
+++ trunk/libsvn-hooks-perl/debian/changelog Sat Sep 19 20:51:06 2009
@@ -1,3 +1,10 @@
+libsvn-hooks-perl (0.21-2) unstable; urgency=low
+
+  * Add a patch to make the POD work with Pod::Simple >= 3.08; add quilt
+    framework (closes: #546623).
+
+ -- gregor herrmann <gregoa at debian.org>  Sat, 19 Sep 2009 22:46:04 +0200
+
 libsvn-hooks-perl (0.21-1) unstable; urgency=low
 
   [Salvatore Bonaccorso]

Modified: trunk/libsvn-hooks-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-hooks-perl/debian/control?rev=44349&op=diff
==============================================================================
--- trunk/libsvn-hooks-perl/debian/control (original)
+++ trunk/libsvn-hooks-perl/debian/control Sat Sep 19 20:51:06 2009
@@ -1,7 +1,7 @@
 Source: libsvn-hooks-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50)
+Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
 Build-Depends-Indep: perl, libemail-send-perl, libemail-simple-creator-perl,
  libemail-simple-perl, libsoap-lite-perl, libsvn-look-perl, libsvn-notify-perl,
  libtest-pod-coverage-perl (>= 1.08), libtest-pod-perl (>= 1.22),

Added: trunk/libsvn-hooks-perl/debian/patches/pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-hooks-perl/debian/patches/pod.patch?rev=44349&op=file
==============================================================================
--- trunk/libsvn-hooks-perl/debian/patches/pod.patch (added)
+++ trunk/libsvn-hooks-perl/debian/patches/pod.patch Sat Sep 19 20:51:06 2009
@@ -1,0 +1,62 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: L<text|scheme:...> is invalid according to perlpod
+Bug: #546623
+
+--- a/lib/SVN/Hooks.pm
++++ b/lib/SVN/Hooks.pm
+@@ -54,8 +54,8 @@
+ =head1 USER TUTORIAL
+ 
+ In order to really understand what this is all about you'll need to
+-understand L<Subversion|http://subversion.tigris.org/> and its
+-L<hooks|http://svnbook.red-bean.com/nightly/en/svn.reposadmin.create.html#svn.reposadmin.create.hooks>.
++understand Subversion L<http://subversion.tigris.org/> and its
++hooks L<http://svnbook.red-bean.com/nightly/en/svn.reposadmin.create.html#svn.reposadmin.create.hooks>.
+ 
+ Subversion is a version control system, and as such it is used to
+ maintain current and historical versions of files and
+@@ -89,8 +89,8 @@
+ comply to a set of policies. The C<post-commit> can be used to log or
+ alert interested parties about the commit just done.
+ 
+-There are several useful L<hook scripts
+-available|http://subversion.tigris.org/tools_contrib.html#hook_scripts>,
++There are several useful hook scripts
++available at L<http://subversion.tigris.org/tools_contrib.html#hook_scripts>,
+ mainly for those three associated with the commit operation. However,
+ when you try to combine the functionality of two or more of those
+ scripts in a single hook you normally end up facing two problems.
+@@ -143,7 +143,7 @@
+ =item SVN::Hooks::CheckJira
+ 
+ Integrate Subversion with the
+-L<JIRA|http://www.atlassian.com/software/jira/> ticketing system.
++JIRA L<http://www.atlassian.com/software/jira/> ticketing system.
+ 
+ =item SVN::Hooks::CheckLog
+ 
+--- a/lib/SVN/Hooks/CheckMimeTypes.pm
++++ b/lib/SVN/Hooks/CheckMimeTypes.pm
+@@ -22,7 +22,7 @@
+ set.
+ 
+ The plugin was based on the
+-L<check-mime-type.pl|http://svn.digium.com/view/repotools/check-mime-type.pl>
++check-mime-type.pl L<http://svn.digium.com/view/repotools/check-mime-type.pl>
+ script.
+ 
+ It's active in the C<pre-commit> hook.
+--- a/lib/SVN/Hooks/JiraAcceptance.pm
++++ b/lib/SVN/Hooks/JiraAcceptance.pm
+@@ -20,9 +20,9 @@
+ This SVN::Hooks plugin is deprecated. Please, consider using the
+ SVN::Hooks::CheckJira plugin instead.
+ 
+-This plugin was derived from version 1.3 of the L<JIRA Commit
++This plugin was derived from version 1.3 of the JIRA Commit
+ Acceptance
+-Plugin|http://svn.atlassian.com/svn/public/contrib/jira/jira-commitacceptance-plugin/jars/jira-commitacceptance-plugin-1.3-client-scripts.zip>
++Plugin L<http://svn.atlassian.com/svn/public/contrib/jira/jira-commitacceptance-plugin/jars/jira-commitacceptance-plugin-1.3-client-scripts.zip>
+ by ferenc.kiss at midori.hu.
+ 
+ When enabled, it requires that any commits affecting some parts of the

Added: trunk/libsvn-hooks-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-hooks-perl/debian/patches/series?rev=44349&op=file
==============================================================================
--- trunk/libsvn-hooks-perl/debian/patches/series (added)
+++ trunk/libsvn-hooks-perl/debian/patches/series Sat Sep 19 20:51:06 2009
@@ -1,0 +1,1 @@
+pod.patch

Modified: trunk/libsvn-hooks-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-hooks-perl/debian/rules?rev=44349&op=diff
==============================================================================
--- trunk/libsvn-hooks-perl/debian/rules (original)
+++ trunk/libsvn-hooks-perl/debian/rules Sat Sep 19 20:51:06 2009
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- --author-tests




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