r29471 - in /trunk/libapp-whiff-perl/debian: changelog control copyright libapp-whiff-perl.docs rules

bricas-guest at users.alioth.debian.org bricas-guest at users.alioth.debian.org
Thu Jan 8 16:24:28 UTC 2009


Author: bricas-guest
Date: Thu Jan  8 16:24:24 2009
New Revision: 29471

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29471
Log:
initial debian/* changes

Removed:
    trunk/libapp-whiff-perl/debian/libapp-whiff-perl.docs
Modified:
    trunk/libapp-whiff-perl/debian/changelog
    trunk/libapp-whiff-perl/debian/control
    trunk/libapp-whiff-perl/debian/copyright
    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=29471&op=diff
==============================================================================
--- trunk/libapp-whiff-perl/debian/changelog (original)
+++ trunk/libapp-whiff-perl/debian/changelog Thu Jan  8 16:24:24 2009
@@ -1,5 +1,5 @@
 libapp-whiff-perl (0.001-1) unstable; urgency=low
 
-  * Initial Release.
+  * Initial Release. (Closes: #511225)
 
  -- Brian Cassidy <brian.cassidy at gmail.com>  Thu, 8 Jan 2009 11:52:00 -0400

Modified: trunk/libapp-whiff-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-whiff-perl/debian/control?rev=29471&op=diff
==============================================================================
--- trunk/libapp-whiff-perl/debian/control (original)
+++ trunk/libapp-whiff-perl/debian/control Thu Jan  8 16:24:24 2009
@@ -13,7 +13,6 @@
 Package: libapp-whiff-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libfile-which-perl
-Description: find the first executable of a series of alternatives
- find the first executable of a series of alternatives
- .
- This description was automagically extracted from the module by dh-make-perl.
+Description: 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.

Modified: trunk/libapp-whiff-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-whiff-perl/debian/copyright?rev=29471&op=diff
==============================================================================
--- trunk/libapp-whiff-perl/debian/copyright (original)
+++ trunk/libapp-whiff-perl/debian/copyright Thu Jan  8 16:24:24 2009
@@ -3,17 +3,17 @@
 Upstream-Maintainer: Ricardo Signes <rjbs at cpan.org>
 Upstream-Source: http://search.cpan.org/dist/App-Whiff/
 Upstream-Name: App-Whiff
-Disclaimer: This copyright info was automatically extracted 
-    from the perl module. It may not be accurate, so you better 
-    check the module sources in order to ensure the module for its 
-    inclusion in Debian or for general legal information. Please, 
-    if licensing information is incorrectly generated, file a bug 
-    on dh-make-perl.
 
 Files: *
-Copyright: Ricardo Signes <rjbs at cpan.org>
+Copyright: 2008, Ricardo Signes <rjbs at cpan.org>
 License-Alias: Perl
 License: Artistic | GPL-1+
+
+Files: inc/*
+Copyright: Copyright 2002 - 2008 by Brian Ingerson, Audrey Tang and Adam Kennedy.
+License: GPL-1+ | Artistic
+ This program is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself.
 
 Files: debian/*
 Copyright: 2009, Brian Cassidy <brian.cassidy at gmail.com>

Modified: trunk/libapp-whiff-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapp-whiff-perl/debian/rules?rev=29471&op=diff
==============================================================================
--- trunk/libapp-whiff-perl/debian/rules (original)
+++ trunk/libapp-whiff-perl/debian/rules Thu Jan  8 16:24:24 2009
@@ -1,8 +1,12 @@
 #!/usr/bin/make -f
+
+PERL ?= /usr/bin/perl
 
 build: build-stamp
 build-stamp:
-	dh build
+	dh build --before dh_auto_configure
+	$(PERL) Makefile.PL INSTALLDIRS=vendor --skipdeps
+	dh build --after dh_auto_configure
 	touch $@
 
 clean:




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