debian/0000755000000000000000000000000011367634037007200 5ustar debian/rules0000755000000000000000000000052711367632773010271 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_installchangelogs: pod2text Changes.pod >Changes.generated dh_installchangelogs Changes.generated override_dh_auto_install: dh_auto_install rm $(TMP)/usr/share/man/man3/Changes.3pm rm $(TMP)/usr/share/perl5/Changes.pod debian/patches/0000755000000000000000000000000011367633550010626 5ustar debian/patches/fix-pod-spelling.patch0000644000000000000000000000166611367632773015047 0ustar Description: fix POD spelling errors Author: Jonathan Yu Origin: vendor Forwarded: no --- a/lib/Scriptalicious.pod +++ b/lib/Scriptalicious.pod @@ -108,7 +108,7 @@ somescript: failed to open somefile; Permission denied -Scriptalicious has no I dependancies; all the methods, save +Scriptalicious has no I dependencies; all the methods, save reading passwords from the user, will work in the absence of extra installed modules on all versions of Perl from 5.6.0 onwards. @@ -463,7 +463,7 @@ Note that the script goes to lengths to make sure that the information is always printed whether or not Template Toolkit is installed. This gets pretty verbose, but at least solves the "argh! that script -failed, but I don't know why because it needed this huge dependancy to +failed, but I don't know why because it needed this huge dependency to tell me" problem. For example, the above would be printed as: debian/patches/series0000644000000000000000000000002711367632773012050 0ustar fix-pod-spelling.patch debian/changelog0000644000000000000000000000426211367632773011063 0ustar libscriptalicious-perl (1.16-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. * Remove Florian Ragwitz from Uploaders (closes: #523287). [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Jonathan Yu ] * New upstream release * Use new short debhelper rules format * Use new 3.0 (quilt) source format * Generate changelog from Changes.pod * Standards-Version 3.8.4 (drop perl version dep) * Add myself to Uploaders and Copyright * Drop M::B from B-D as EUMM is used instead * Rewrite control description * Add a patch to fix POD spelling errors * Add an override to prevent Changes.pod from being installed -- Jonathan Yu Mon, 03 May 2010 11:43:04 -0400 libscriptalicious-perl (1.15-1) unstable; urgency=low [ Krzysztof Krzyżaniak (eloy) ] * New upstream release (closes: #487901) * debian/control: + Uploaders: added me + Build-Depends: debhelpers dependency changed to (>= 7) + Build-Depends-Indep: added libpod-constants-perl + Standards-Version: increased to 3.8.0 (no other changes) * debian/compat: changed value to 7 (no other changes) * debian/copyright: updated copyright info * debian/rules: use debhelper (>= 7) simple example * debian/source.lintian-overrides: removed, not needed [ gregor herrmann ] * Take over for the Debian Perl Group with maintainer's permission (http://lists.debian.org/debian-perl/2008/06/msg00039.html) * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Changed: Maintainer set to Debian Perl Group (was: Florian Ragwitz ); Florian Ragwitz moved to Uploaders. * Add debian/watch. -- Krzysztof Krzyżaniak (eloy) Fri, 27 Jun 2008 10:43:59 +0200 libscriptalicious-perl (1.10-1) unstable; urgency=low * Initial Release (Closes: #326768). -- Florian Ragwitz Sun, 4 Sep 2005 16:24:31 +0200 debian/source/0000755000000000000000000000000011367633550010477 5ustar debian/source/format0000644000000000000000000000001411367632773011713 0ustar 3.0 (quilt) debian/clean0000644000000000000000000000002211367632773010204 0ustar Changes.generated debian/watch0000644000000000000000000000017011353700575010223 0ustar version=3 http://search.cpan.org/dist/Scriptalicious/ .+/Scriptalicious-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000202511367632773010607 0ustar Source: libscriptalicious-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7.0.50) Build-Depends-Indep: perl, libyaml-perl, libpod-constants-perl Maintainer: Debian Perl Group Uploaders: Krzysztof Krzyżaniak (eloy) , Jonathan Yu Standards-Version: 3.8.4 Homepage: http://search.cpan.org/dist/Scriptalicious/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libscriptalicious-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libscriptalicious-perl/ Package: libscriptalicious-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Suggests: libterm-readkey-perl, libyaml-perl Description: module to simplify writing of Perl scripts Scriptalicious is a Perl module that enables developers to write scripts that conform to common best practices, quickly and easily. It provides some useful features such as providing a help message via the -h option and shortcuts for aborting the program with various error conditions. debian/compat0000644000000000000000000000000211353700575010372 0ustar 7 debian/copyright0000644000000000000000000000217211367632773011142 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Sam Vilain Source: http://search.cpan.org/dist/Scriptalicious/ Name: Scriptalicious Files: * Copyright: 2005-2008, Sam Vilain License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, Jonathan Yu 2008, Krzysztof Krzyżaniak (eloy) 2005, Florian Ragwitz 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'