r29609 - in /trunk/libapp-whiff-perl/debian: changelog control rules

bricas-guest at users.alioth.debian.org bricas-guest at users.alioth.debian.org
Mon Jan 12 14:56:46 UTC 2009


Author: bricas-guest
Date: Mon Jan 12 14:56:43 2009
New Revision: 29609

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29609
Log:
tidying as per comments from gregoa and dam.

Modified:
    trunk/libapp-whiff-perl/debian/changelog
    trunk/libapp-whiff-perl/debian/control
    trunk/libapp-whiff-perl/debian/rules

Modified: trunk/libapp-whiff-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-whiff-perl/debian/changelog?rev=29609&op=diff
==============================================================================
--- trunk/libapp-whiff-perl/debian/changelog (original)
+++ trunk/libapp-whiff-perl/debian/changelog Mon Jan 12 14:56:43 2009
@@ -1,12 +1,4 @@
 libapp-whiff-perl (0.001-1) UNRELEASED; urgency=low
-
-  COMMENTS:
-  * d/control: B-D needs perl-modules (>= 5.10) | libmodule-build-perl since
-    d/rules uses Module::Build; maybe also a lintian override ...
-  * d/control: short description should work as
-    $package is a $short_description
-    i.e. no verb and no capital letter at the start
-  * d/control: long description could be a bit longer ...
 
   * Initial Release. (Closes: #511225)
 

Modified: trunk/libapp-whiff-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-whiff-perl/debian/control?rev=29609&op=diff
==============================================================================
--- trunk/libapp-whiff-perl/debian/control (original)
+++ trunk/libapp-whiff-perl/debian/control Mon Jan 12 14:56:43 2009
@@ -13,6 +13,11 @@
 Package: libapp-whiff-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libfile-which-perl
-Description: Find the first executable of a series of alternatives
+Description: helper to find the first executable of a series of alternatives
  App::Whiff implements logic used by the whiff command, which takes a number
  of command names and returns the first one that exists and is executable.
+ .
+ The whiff command assumes that all the arguments form a best-first list of
+ alternatives, and only prints the path to the first alternative found in
+ the path. If none is found, it prints an error (to stderr) and exits
+ with an error code.

Modified: trunk/libapp-whiff-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-whiff-perl/debian/rules?rev=29609&op=diff
==============================================================================
--- trunk/libapp-whiff-perl/debian/rules (original)
+++ trunk/libapp-whiff-perl/debian/rules Mon Jan 12 14:56:43 2009
@@ -4,9 +4,7 @@
 
 build: build-stamp
 build-stamp:
-	dh build --before dh_auto_configure
-	$(PERL) Makefile.PL INSTALLDIRS=vendor --skipdeps
-	dh build --after dh_auto_configure
+	dh build
 	touch $@
 
 clean:




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