--- libtk-dirselect-perl-1.12.orig/debian/control +++ libtk-dirselect-perl-1.12/debian/control @@ -0,0 +1,26 @@ +Source: libtk-dirselect-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl, perl-tk, libtest-pod-perl +Build-Conflicts-Indep: libtest-pod-coverage-perl +Maintainer: Debian Perl Group +Uploaders: Dominique Dumont +Standards-Version: 3.8.4 +Homepage: http://search.cpan.org/dist/Tk-DirSelect/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtk-dirselect-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtk-dirselect-perl/ + +Package: libtk-dirselect-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, perl-tk +Description: cross-platform directory selection widget + Tk::DirSelect provides a cross-platform directory selection widget. A + context menu (right-click or ) allows the + creation, renaming, and deletion of directories while browsing. + . + Note: Perl/Tk 804 added the chooseDirectory method which uses native + system dialogs where available. Unfortunately, a non-existent + directory cannot (yet?) be chosen. If you want a native feel for + your program, and do not need non-existent directory choice, you + probably want to use chooseDirectory method instead of Tk::DirSelect. --- libtk-dirselect-perl-1.12.orig/debian/copyright +++ libtk-dirselect-perl-1.12/debian/copyright @@ -0,0 +1,30 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: Michael Carman +Source: http://search.cpan.org/dist/Tk-DirSelect/ +Name: Tk-DirSelect + +Files: * +Copyright: 2000-2001 Kristi Thompson + 2002-2005,2010 Michael J. Carman +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2008, 2010, Dominique Dumont + 2010, gregor herrmann +License: Artistic or GPL-1+ + +License: Artistic + 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- libtk-dirselect-perl-1.12.orig/debian/watch +++ libtk-dirselect-perl-1.12/debian/watch @@ -0,0 +1,4 @@ +# format version number, currently 3; this line is compulsory! +version=3 +# URL to the package page followed by a regex to search +http://search.cpan.org/dist/Tk-DirSelect/ .*/Tk-DirSelect-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libtk-dirselect-perl-1.12.orig/debian/libtk-dirselect-perl.docs +++ libtk-dirselect-perl-1.12/debian/libtk-dirselect-perl.docs @@ -0,0 +1 @@ +README --- libtk-dirselect-perl-1.12.orig/debian/compat +++ libtk-dirselect-perl-1.12/debian/compat @@ -0,0 +1 @@ +7 --- libtk-dirselect-perl-1.12.orig/debian/changelog +++ libtk-dirselect-perl-1.12/debian/changelog @@ -0,0 +1,29 @@ +libtk-dirselect-perl (1.12-1) unstable; urgency=low + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Salvatore Bonaccorso ] + * debian/control: Changed: Replace versioned (build-)dependency on + perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as + permitted by Debian Policy 3.8.3). + + [ Dominique Dumont ] + * New upstream release + * debian/copyright: updated years and upstream license + * debian/control: updated to standard version 3.8.4 + + [ gregor herrmann ] + * Minimize debian/rules. + * debian/control: remove version from perl-tk (build) dependency, fulfilled + since at least oldstable; add libtest-pod-perl to Build-Depends-Indep; add + libtest-pod-coverage-perl to Build-Conflicts-Indep. + * debian/copyright: update formatting. + + -- Dominique Dumont Sat, 27 Feb 2010 20:53:47 +0100 + +libtk-dirselect-perl (1.11-1) unstable; urgency=low + + * Initial Release. (Closes: #509608) + + -- Dominique Dumont Fri, 26 Dec 2008 18:05:44 +0100 --- libtk-dirselect-perl-1.12.orig/debian/rules +++ libtk-dirselect-perl-1.12/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@