r27425 - in /trunk/libxml-libxml-perl/debian: changelog control patches/fix_manpage_typos

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Nov 29 09:42:54 UTC 2008


Author: gregoa
Date: Sat Nov 29 09:42:51 2008
New Revision: 27425

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27425
Log:
* patch fix_manpage_typos: add a short description.
* debian/control: add ${misc:Depends} to Depends:

Modified:
    trunk/libxml-libxml-perl/debian/changelog
    trunk/libxml-libxml-perl/debian/control
    trunk/libxml-libxml-perl/debian/patches/fix_manpage_typos

Modified: trunk/libxml-libxml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/debian/changelog?rev=27425&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/debian/changelog (original)
+++ trunk/libxml-libxml-perl/debian/changelog Sat Nov 29 09:42:51 2008
@@ -9,7 +9,7 @@
     referencing it in MANIFEST. Mention the repackaging in
     debian/README.source. Add get-orig-source target to debian/rules.
   * debian/watch: extended regexp for matching upstream releases.
-  * Refresh patch fix_manpage_typos.
+  * Refresh patch fix_manpage_typos and add a short description.
   * Set debhelper compatibility level to 7; adapt
     debian/{control,compat,rules}.
   * debian/copyright: switch to new format.
@@ -19,6 +19,7 @@
     - wrap long lines
     - mention module name in long description
     - remove -1 revision from versioned build dependency
+    - add ${misc:Depends} to Depends:
 
   [ Damyan Ivanov ]
   * add no_linking_with_libm.patch, avoiding unneeded linkage with libm

Modified: trunk/libxml-libxml-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/debian/control?rev=27425&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/debian/control (original)
+++ trunk/libxml-libxml-perl/debian/control Sat Nov 29 09:42:51 2008
@@ -18,7 +18,7 @@
 Architecture: any
 Depends: ${perl:Depends}, libxml-libxml-common-perl,
  libxml-namespacesupport-perl (>= 1.07), libxml-sax-perl (>= 0.11),
- ${shlibs:Depends}
+ ${shlibs:Depends}, ${misc:Depends}
 Description: Perl module for using the GNOME libxml2 library
  XML::LibXML implements a Perl interface to the GNOME libxml2 library.
  The libxml2 library provides interfaces for parsing and manipulating

Modified: trunk/libxml-libxml-perl/debian/patches/fix_manpage_typos
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/debian/patches/fix_manpage_typos?rev=27425&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/debian/patches/fix_manpage_typos (original)
+++ trunk/libxml-libxml-perl/debian/patches/fix_manpage_typos Sat Nov 29 09:42:51 2008
@@ -1,3 +1,5 @@
+Description: Fix some typos in the POD/man page
+
 --- a/lib/XML/LibXML/Node.pod
 +++ b/lib/XML/LibXML/Node.pod
 @@ -20,7 +20,7 @@




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