r19614 - in /trunk/libhtml-lint-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed May 7 17:16:33 UTC 2008


Author: gregoa
Date: Wed May  7 17:16:32 2008
New Revision: 19614

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19614
Log:
* Add "-p" to txt2man invocation in debian/rules to get name, section,
  etc. into the generated manpage; otherwise dh_installman errors out with
  "Could not determine section for debian/weblint.1" (closes: #479921).
* Set urgency to medium because of the FTBFS bug.

Modified:
    trunk/libhtml-lint-perl/debian/changelog
    trunk/libhtml-lint-perl/debian/rules

Modified: trunk/libhtml-lint-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-lint-perl/debian/changelog?rev=19614&op=diff
==============================================================================
--- trunk/libhtml-lint-perl/debian/changelog (original)
+++ trunk/libhtml-lint-perl/debian/changelog Wed May  7 17:16:32 2008
@@ -1,9 +1,16 @@
-libhtml-lint-perl (2.02-3) UNRELEASED; urgency=low
+libhtml-lint-perl (2.02-3) UNRELEASED; urgency=medium
 
+  [ Jonas Smedegaard ]
   * Separate build-only dependencies from build-and-runtime-dependencies in
     debian/rules build-dependency resolving.
 
- -- Jonas Smedegaard <dr at jones.dk>  Thu, 21 Feb 2008 04:01:17 +0100
+  [ gregor herrmann ]
+  * Add "-p" to txt2man invocation in debian/rules to get name, section,
+    etc. into the generated manpage; otherwise dh_installman errors out with
+    "Could not determine section for debian/weblint.1" (closes: #479921).
+  * Set urgency to medium because of the FTBFS bug.
+
+ -- gregor herrmann <gregoa at debian.org>  Wed, 07 May 2008 19:13:43 +0200
 
 libhtml-lint-perl (2.02-2) unstable; urgency=low
 

Modified: trunk/libhtml-lint-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-lint-perl/debian/rules?rev=19614&op=diff
==============================================================================
--- trunk/libhtml-lint-perl/debian/rules (original)
+++ trunk/libhtml-lint-perl/debian/rules Wed May  7 17:16:32 2008
@@ -17,7 +17,7 @@
 DEB_INSTALL_MANPAGES_weblint-perl := debian/weblint.1
 
 common-build-indep::
-	txt2man debian/weblint.txt > debian/weblint.1
+	txt2man -p debian/weblint.txt > debian/weblint.1
 
 common-binary-post-install-indep::
 	mv debian/libhtml-lint-perl/usr/bin debian/weblint-perl/usr




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