debian/0000755000000000000000000000000012251164736007175 5ustar debian/repack.local0000644000000000000000000000004312251164736011453 0ustar MANIFEST=1 rm getting-started.html debian/compat0000644000000000000000000000000212251164736010373 0ustar 9 debian/copyright0000644000000000000000000000304712251164736011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Module-Starter Upstream-Contact: Andy Lester Source: https://metacpan.org/release/Module-Starter/ Comment: The +dfsg version is created by removing the non-free getting-started.html file. debian/repack.sh automates this process. The file is regarded as being non-free because it cannot be modified. Files: * Copyright: 2005-2009, Andy Lester 2005-2009, Ricardo Signes 2005-2009, C.J. Adams-Collier 2010, Sawyer X License: Artistic or GPL-1+ Files: debian/* Copyright: 2008, Gunnar Wolf 2008, Jaldhar H. Vyas 2009, Jonathan Yu 2011, Nicholas Bamber 2011-2013, Salvatore Bonaccorso 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 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'. debian/rules0000755000000000000000000000003612251164736010254 0ustar #!/usr/bin/make -f %: dh $@ debian/watch0000644000000000000000000000035112251164736010225 0ustar version=3 opts="uversionmangle=s/\.\d\d$/$&0/;s/\.\d$/$&00/,dversionmangle=s/\+dfsg//" \ https://metacpan.org/release/Module-Starter/ .*/Module-Starter-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ \ debian sh debian/repack.stub debian/control0000644000000000000000000000211212251164736010574 0ustar Source: libmodule-starter-perl Build-Depends: debhelper (>= 9) Build-Depends-Indep: libpath-class-perl, perl Homepage: https://metacpan.org/release/Module-Starter/ Maintainer: Debian Perl Group Priority: optional Section: perl Standards-Version: 3.9.5 Uploaders: Jonathan Yu , Jaldhar H. Vyas , Nicholas Bamber , Salvatore Bonaccorso Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-starter-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmodule-starter-perl.git Package: libmodule-starter-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libpath-class-perl Description: simple starter kit for Perl modules Module::Starter is used to create a skeletal Perl module distribution, including basic builder scripts, tests, documentation, and module code. The module-starter script should be enough for most users, but the core Module::Starter module can also be overridden for more complex situations. debian/source/0000755000000000000000000000000012251164736010475 5ustar debian/source/format0000644000000000000000000000001412251164736011703 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001237012251164736011052 0ustar libmodule-starter-perl (1.620+dfsg-1) unstable; urgency=medium * Imported Upstream version 1.620+dfsg -- Salvatore Bonaccorso Sun, 08 Dec 2013 22:50:54 +0100 libmodule-starter-perl (1.610+dfsg-1) unstable; urgency=medium * Imported Upstream version 1.610+dfsg * Bump Standards-Version to 3.9.5 * Update copyright years for debian/* packaging -- Salvatore Bonaccorso Fri, 06 Dec 2013 17:09:43 +0100 libmodule-starter-perl (1.600+dfsg-2) unstable; urgency=low * Upload to unstable [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * Update debian/repack.stub. * Don't run release tests during package build. -- Salvatore Bonaccorso Mon, 06 May 2013 08:53:12 +0200 libmodule-starter-perl (1.600+dfsg-1) experimental; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Imported Upstream version 1.600+dfsg + Tries to quess author from getpwuid if --author is not provided; Tries to guess email from $ENV{'EMAIL'} if not provided with --email. (Closes: #472102). * Replace debian/repack.stub with current version. Replace debian/repack.stub with current script version provided in pkg-perl git repository (only typo fixes and reference to git repository instead of svn repository). * Update debian/copyright file. Update format to copyright-format 1.0 as released together with Debian policy 3.9.3. Update copyright years for debian/* packaging. * Bump Standards-Version to 3.9.4 * Bump Debhelper compat level to 9. Adjust versioned Build-Depends on debhelper to debhelper (>= 9). * Override dh_auto_test in debian/rules. Set RELEASE_TESTING=1 to run the two pod tests t/pod.t and t/pod-coverage.t. -- Salvatore Bonaccorso Sun, 28 Oct 2012 21:09:42 +0100 libmodule-starter-perl (1.580+dfsg-1) unstable; urgency=low * New upstream release * debian/patches: Drop spelling-errors-in-manpage.patch as it is applied upstream now. -- Salvatore Bonaccorso Sun, 03 Jul 2011 00:07:57 +0200 libmodule-starter-perl (1.570+dfsg-1) unstable; urgency=low [ Nicholas Bamber ] * New upstream release * Added spelling fix to patch [ Salvatore Bonaccorso ] * debian/control: Add (Build-)Depends(-Indep) on libpath-class-perl. (Closes: #627236). * Add myself to Uploaders * debian/copyright: Update copyright information for debian/* packaging stanza. * Bump Standards-Version to 3.9.2 (no changes needed) -- Salvatore Bonaccorso Mon, 23 May 2011 07:42:25 +0200 libmodule-starter-perl (1.560+dfsg-1) unstable; urgency=low * Added myself to Uploaders * New upstream release * Updated standards version to 3.9.1 * Refreshed copyright * Added debian/source/format * Added patch for grammatical error in pod -- Nicholas Bamber Sat, 09 Apr 2011 23:58:16 +0100 libmodule-starter-perl (1.540+dfsg-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release - adds option to create .gitignore (closes: #499394) * Standards-Version 3.8.3 (drop perl version dependency) [ Ryan Niebur ] * Update jawnsy's email address [ gregor herrmann ] * debian/copyright: update years of upstream copyright. * debian/control: remove leading article frm short description. -- Jonathan Yu Wed, 09 Dec 2009 13:20:43 -0500 libmodule-starter-perl (1.520+dfsg-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + Gunnar Wolf's die_on_unparseable_arguments patch applied upstream + Supports more licenses + Handles authors with apostrophes in their names better * Use new short rules format * Updated copyright information to match new machine-readable format * Bumped debhelper requirement to 7 * Remove version dependencies for libtest-pod{-coverage}-perl since the version requirements are satisfied by oldstable and newer * Standards-Version 3.8.2 (no changes) * Bumped compat to 7 * Added a repack to get rid of getting-started.html * Fixed uversionmangle to make it shorter (copy libanyevent-perl's) [ gregor herrmann ] * Add debian/README.source to document quilt usage, as required by Debian Policy since 3.8.0. * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Damyan Ivanov ] * watch: add uversionmangle to cope with upstream versions going from 1.470 to 1.50. The minor version is right-padded with zeroes * New upstream release [ Nathan Handler ] * debian/watch: Update to ignore development releases. -- Jonathan Yu Sun, 02 Aug 2009 19:38:53 -0400 libmodule-starter-perl (1.470-2) unstable; urgency=low * Fixes typo in debian/control (Closes: #472100) * Added myself as an uploader * Added build-dependency on quilt * Patching to die on unparseable arguments (Closes: #472101) -- Gunnar Wolf Sun, 23 Mar 2008 15:05:08 -0600 libmodule-starter-perl (1.470-1) unstable; urgency=low * Initial Release. (Closes: #468946) -- Jaldhar H. Vyas Sun, 02 Mar 2008 09:53:41 -0500 debian/repack.stub0000755000000000000000000000346412251164736011353 0ustar #!/bin/sh : <<=cut =pod =head1 NAME repack.stub - script to repack upstream tarballs from uscan =head1 INSTRUCTIONS put this in debian/repack.stub and add "debian sh debian/repack.stub" to the end of the line in debian/watch. you will also need to add a version mangle to debian/watch. then create a debian/repack.local. this is a shell script that is sourced under "set -e", so be careful to check returns codes. =head1 FUNCTIONS =over 4 =item rm rm is replaced by a function that does some magic ("rm -rv" by default), but also changes MANIFEST if $MANIFEST is 1 =item mv mv is replaced by a function that just does mv (by default), but also changes MANIFEST if $MANIFEST is 1 =item requires_version requires_version is there for future usage for requiring certain versions of the script =back =head1 VARIABLES =over 4 =item SUFFIX defaults to +dfsg what to append to the upstream version =item RM_OPTS defaults to -vrf options to pass to rm =item MANIFEST defaults to 0, set to 1 to turn on. this will manipulate MANIFEST files in CPAN tarballs. =item UP_BASE this is the directory where the upstream source is. =back =head1 COPYRIGHT AND LICENSE Copyright 2009, Ryan Niebur License: Artistic or GPL-1+ =cut if [ -z "$REPACK_SH" ]; then if [ -f ../../scripts/repack.sh ]; then REPACK_SH=../../scripts/repack.sh fi if [ -z "$REPACK_SH" ] && which repack.sh > /dev/null; then REPACK_SH=$(which repack.sh) fi fi if [ ! -f "$REPACK_SH" ]; then echo "Couldn't find a repack.sh. please put it in your PATH, put it at ../../scripts/repack.sh, or put it somewhere else and set the REPACK_SH variable" echo "You can get it from http://anonscm.debian.org/gitweb/?p=pkg-perl/scripts.git;a=blob_plain;f=repack.sh;hb=HEAD" exit 1 fi exec "$REPACK_SH" "$@"