[SCM] Packaging for whiff branch, master, updated. upstream/0.001-2-gb3efef2

Brian Cassidy brian.cassidy at gmail.com
Mon Jan 12 20:48:16 UTC 2009


The following commit has been merged in the master branch:
commit b3efef2270bbe882e5196551b48025bc9559e5d0
Author: Brian Cassidy <brian.cassidy at gmail.com>
Date:   Mon Jan 12 16:47:55 2009 -0400

    attempt to fix up copyright and description

diff --git a/debian/control b/debian/control
index 79a47b9..e1ef213 100644
--- a/debian/control
+++ b/debian/control
@@ -14,10 +14,12 @@ Package: whiff
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libfile-which-perl
 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.
+ 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
+ It 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.
+ .
+ A programmer interface is available in the App::Whiff module.
diff --git a/debian/copyright b/debian/copyright
index 8f66b0a..2a886ea 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,19 +5,21 @@ Upstream-Source: http://search.cpan.org/dist/App-Whiff/
 Upstream-Name: App-Whiff
 
 Files: *
-Copyright: 2008, Ricardo Signes <rjbs at cpan.org>
-License-Alias: Perl
-License: Artistic | GPL-1+
+Copyright: Copyright 2008, Ricardo SIGNES
+License: Perl
 
 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.
+License: Perl
 
 Files: debian/*
 Copyright: 2009, Brian Cassidy <brian.cassidy at gmail.com>
+License: Perl
+
+License-Alias: Perl
 License: Artistic | GPL-1+
+ This program is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself.
 
 License: Artistic
     This program is free software; you can redistribute it and/or modify

-- 
Packaging for whiff



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