r7170 - in /trunk/libpod-xhtml-perl/debian: changelog control watch

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Aug 26 20:33:28 UTC 2007


Author: gregoa-guest
Date: Sun Aug 26 20:33:28 2007
New Revision: 7170

URL: http://svn.debian.org/wsvn/?sc=1&rev=7170
Log:
* Add watch file.
* Add libtest-pod-perl, libtest-pod-coverage-perl to Build-Depends-Indep.
* Convert some characters in debian/control.

Added:
    trunk/libpod-xhtml-perl/debian/watch
Modified:
    trunk/libpod-xhtml-perl/debian/changelog
    trunk/libpod-xhtml-perl/debian/control

Modified: trunk/libpod-xhtml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libpod-xhtml-perl/debian/changelog?rev=7170&op=diff
==============================================================================
--- trunk/libpod-xhtml-perl/debian/changelog (original)
+++ trunk/libpod-xhtml-perl/debian/changelog Sun Aug 26 20:33:28 2007
@@ -1,3 +1,11 @@
+libpod-xhtml-perl (1.52-2) UNRELEASED; urgency=low
+
+  * Add watch file.
+  * Add libtest-pod-perl, libtest-pod-coverage-perl to Build-Depends-Indep.
+  * Convert some characters in debian/control.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 26 Aug 2007 22:25:58 +0200
+
 libpod-xhtml-perl (1.52-1) unstable; urgency=low
 
   * Initial Release.

Modified: trunk/libpod-xhtml-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libpod-xhtml-perl/debian/control?rev=7170&op=diff
==============================================================================
--- trunk/libpod-xhtml-perl/debian/control (original)
+++ trunk/libpod-xhtml-perl/debian/control Sun Aug 26 20:33:28 2007
@@ -2,9 +2,9 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 5.0.0)
-Build-Depends-Indep: perl (>= 5.8.8-7)
+Build-Depends-Indep: perl (>= 5.8.8-7), libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>
+Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpod-xhtml-perl/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-xhtml-perl/
@@ -13,8 +13,8 @@
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, perl-modules
 Description: Translate POD to Xhtml
- There’s Pod::PXML and Pod::XML, so why do we need Pod::Xhtml? You need
- an XSLT to transform XML into XHTML and many people don’t have the time
+ There's Pod::PXML and Pod::XML, so why do we need Pod::Xhtml? You need
+ an XSLT to transform XML into XHTML and many people don't have the time
  or inclination to do this. But they want to make sure that the pages
  they put on their web site are well-formed, they want those pages to
  use stylesheets easily, and possibly they want to squirt the XHTML
@@ -22,5 +22,5 @@
  .
  By generating well-formed XHTML straight away we allow anyone to just
  use the output files as-is. For those who want to use XML tools or
- transformations they can use the XHTML as a source, because it’s a
+ transformations they can use the XHTML as a source, because it's a
  well-formed XML document.

Added: trunk/libpod-xhtml-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libpod-xhtml-perl/debian/watch?rev=7170&op=file
==============================================================================
--- trunk/libpod-xhtml-perl/debian/watch (added)
+++ trunk/libpod-xhtml-perl/debian/watch Sun Aug 26 20:33:28 2007
@@ -1,0 +1,2 @@
+version=3
+http://cpan.org/modules/by-module/Pod/Pod-Xhtml-([\d\.]+)\.tar\.gz




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