debian/0000755000000000000000000000000012260727075007176 5ustar debian/changelog0000644000000000000000000000572112260727075011055 0ustar libtk-splashscreen-perl (1.0-4) unstable; urgency=low * Team upload [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * debian/rules: delete /usr/lib/perl5 only if it exists. [ Frank Lichtenheld ] * debian/rules: Cleanup: + move build to build target + make install depend on build + introduce build-stamp + split PREFIX into DESTDIR and PREFIX + move dh_clean before $(MAKE) clean + remove non-existant configure target from .PHONY + enable tests * debian/control: Add xvfb to b-d-i for tests [ gregor herrmann ] * debian/watch: use dist-based URL. * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * Change my email address. [ Damyan Ivanov ] * add -a option to xvfb-run invocation [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * Apply wrap-and-sort * Remove Gustavo Franco from Uploaders (Closes: #729419) * Switch to source format "3.0 (quilt)" * Bump debhelper compatibility to 9 + Update versioned debhelper build-dependency accordingly * No more install README as documentation (no additional information) * Revamp debian/rules + Fix lintian warning debian-rules-missing-recommended-target + Replace "dh_clean -k" with "dh_prep" + Use dh_auto_{configure,build,test,install,clean} + Use debian/clean and dh_clean's automatic stamp file removal + Remove obsolete /usr/lib/perl5 handling + Remove obsolete variable usage + Finally switch to a minimal dh-style debian/rules file * Fix lintian warning copyright-refers-to-symlink-license * Bump Standards-Version to 3.9.5 (no further changes) * Add xauth as build-dependency to prevent test suite failures -- Axel Beckert Wed, 01 Jan 2014 06:50:34 +0100 libtk-splashscreen-perl (1.0-3) unstable; urgency=low * Update to debhelper compatibility level 5. * Add dh_md5sums to debian/rules. * Don't ignore errors from make clean. -- gregor herrmann Fri, 17 Aug 2007 13:45:56 +0200 libtk-splashscreen-perl (1.0-2) unstable; urgency=low * Change to standards version 3.7.2 * Fix Build-Depends-Indep lintian error -- Carlo Segre Thu, 8 Jun 2006 14:28:34 -0500 libtk-splashscreen-perl (1.0-1) unstable; urgency=low * Initial Release (Closes: #304291) * Maintainer - Debian Perl Group via Carlo Segre -- Carlo Segre Mon, 11 Apr 2005 00:12:56 -0600 debian/compat0000644000000000000000000000000212260723676010377 0ustar 9 debian/control0000644000000000000000000000222212260727054010574 0ustar Source: libtk-splashscreen-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Carlo Segre , gregor herrmann Build-Depends-Indep: perl, perl-tk, xauth, xvfb Build-Depends: debhelper (>= 9~) Standards-Version: 3.9.5 Homepage: https://metacpan.org/release/Tk-Splashscreen Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtk-splashscreen-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtk-splashscreen-perl.git Package: libtk-splashscreen-perl Architecture: all Depends: perl-tk, ${misc:Depends}, ${perl:Depends} Description: Toplevel mega widget to display a splashscreen For programs that require large load times, it's a common practice to display a Splashscreen that occupies the user's attention. This Toplevel mega widget provides all the display, destroy and timing events. All you do is create the Splashscreen mega widget, populate it as you see fit, then invoke Splash() to display it and Destroy() to tear it down. debian/copyright0000644000000000000000000000152012260725707011127 0ustar This package was debianized by Carlo Segre on Mon, 11 Apr 2005 00:12:56 -0600. It was downloaded from http://www.cpan.org/authors/id/L/LU/LUSOL/ Upstream Author: Stephen O. Lidie Copyright (C) 2001 - 2002, Steve Lidie. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Perl is licensed under the terms of either: a) the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or b) the "Artistic License" which comes with Perl. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1' and the Artistic Licence in `/usr/share/common-licenses/Artistic'. debian/rules0000755000000000000000000000022012260725506010245 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_auto_test: xvfb-run -a dh_auto_test debian/watch0000644000000000000000000000017212260722511010215 0ustar version=3 https://metacpan.org/release/Tk-Splashscreen .*/Tk-Splashscreen-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/source/0000755000000000000000000000000012260723571010473 5ustar debian/source/format0000644000000000000000000000001412260723571011701 0ustar 3.0 (quilt) debian/clean0000644000000000000000000000001512260725162010172 0ustar Makefile.old