Author: lkajan-guest Date: 2012-06-14 11:51:27 +0000 (Thu, 14 Jun 2012) New Revision: 11330
Modified: trunk/packages/libsort-key-top-perl/trunk/debian/compat trunk/packages/libsort-key-top-perl/trunk/debian/control trunk/packages/libsort-key-top-perl/trunk/debian/copyright Log: updated debianization with suggestions from the Debian Perl group Modified: trunk/packages/libsort-key-top-perl/trunk/debian/compat =================================================================== --- trunk/packages/libsort-key-top-perl/trunk/debian/compat 2012-06-14 11:46:13 UTC (rev 11329) +++ trunk/packages/libsort-key-top-perl/trunk/debian/compat 2012-06-14 11:51:27 UTC (rev 11330) @@ -1 +1 @@ -7 +8 Modified: trunk/packages/libsort-key-top-perl/trunk/debian/control =================================================================== --- trunk/packages/libsort-key-top-perl/trunk/debian/control 2012-06-14 11:46:13 UTC (rev 11329) +++ trunk/packages/libsort-key-top-perl/trunk/debian/control 2012-06-14 11:51:27 UTC (rev 11330) @@ -4,16 +4,16 @@ Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Laszlo Kajan <[email protected]> DM-Upload-Allowed: yes -Build-Depends: debhelper (>= 7.0.50~) +Build-Depends: debhelper (>= 8.0.0) Standards-Version: 3.9.3 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/libsort-key-top-perl/trunk/ Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/libsort-key-top-perl/trunk/ -Homepage: http://search.cpan.org/~salva/Sort-Key-Top-0.06/lib/Sort/Key/Top.pm +Homepage: http://search.cpan.org/dist/Sort-Key-Top/ Package: libsort-key-top-perl Architecture: any Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends} -Description: select and sort top n elements in Perl +Description: Perl module to select and sort top n elements of a list The functions available from this module select the top n elements from a list using several common orderings and custom key extraction procedures. . Modified: trunk/packages/libsort-key-top-perl/trunk/debian/copyright =================================================================== --- trunk/packages/libsort-key-top-perl/trunk/debian/copyright 2012-06-14 11:46:13 UTC (rev 11329) +++ trunk/packages/libsort-key-top-perl/trunk/debian/copyright 2012-06-14 11:51:27 UTC (rev 11330) @@ -1,4 +1,4 @@ -Format: http://dep.debian.net/deps/dep5 +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Sort::Key::Top Upstream-Contact: Salvador Fandiño <[email protected]> Source: http://search.cpan.org/~salva/Sort-Key-Top-0.06/lib/Sort/Key/Top.pm @@ -9,16 +9,24 @@ Files: * Copyright: 2006-2008, 2011 by Salvador Fandiño <[email protected]> -License: Artistic +License: Artistic or GPL-1+ License: Artistic - This library is free software; you can redistribute it and/or modify it under - the same terms as Perl itself, either Perl version 5.8.8 or, at your option, - any later version of Perl 5 you may have available. + This program is free software; you can redistribute it and/or modify + it under the terms of the Artistic License, which comes with Perl. . - On Debian systems, the complete text of the Perl Artistic - License can be found in "/usr/share/common-licenses/Artistic". + On Debian systems, the complete text of the Artistic License can be + found in `/usr/share/common-licenses/Artistic'. +License: GPL-1+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 1, or (at your option) + any later version. + . + On Debian systems, the complete text of version 1 of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-1'. + License: GPL-3.0+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -36,4 +44,3 @@ On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". - _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
