debian/0000755000000000000000000000000012122665534007174 5ustar debian/patches/0000755000000000000000000000000012122655737010627 5ustar debian/control0000644000000000000000000000155212122665403010575 0ustar Source: libgetopt-simple-perl Section: perl Priority: optional Build-Depends: cdbs, devscripts, perl, debhelper, dh-buildinfo, libtest-pod-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libgetopt-simple-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgetopt-simple-perl.git Homepage: http://search.cpan.org/dist/Getopt-Simple/ Package: libgetopt-simple-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Description: provide a simple wrapper around Getopt::Long The Getopt::Simple module provides a simple way of specifying: * Command line switches * Type information for switch values * Default values for the switches * Help text per switch debian/source/0000755000000000000000000000000012122655562010474 5ustar debian/source/format0000644000000000000000000000001411373262460011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000317212122665534011051 0ustar libgetopt-simple-perl (1.52-4) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org). (accidentally lost in previous release) [ Jonas Smedegaard ] * Use anonscm.debian.org for Vcs-Browser. * Bump dephelper compatibility level to 8. -- Jonas Smedegaard Thu, 21 Mar 2013 21:18:29 +0100 libgetopt-simple-perl (1.52-3) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org). [ Jonas Smedegaard ] * Fix include CDBS snippet perl-build (not perl-makemaker). * Update copyright file: + Bump file format to 1.0. + Fix use comment and license pseudo-sections to obey silly restrictions of copyright format 1.0. * Update package relations: + Relax to build-depend unversioned on cdbs, devscripts and debhelper: Needed versions satisfied in stable, and oldstable no longer supported. * Bump standards-version to 3.9.4. -- Jonas Smedegaard Thu, 21 Mar 2013 20:23:34 +0100 libgetopt-simple-perl (1.52-2) unstable; urgency=low * Improve package relations: + Stop declaring packages part of core Perl even in oldstable: - libtest-simple-perl * Update copyright file: + Rewrite using draft 174 of DEP-5 format. + Fix license only as Artistic. * Bump policy compliance to standards-version 3.9.2. -- Jonas Smedegaard Sun, 08 May 2011 20:17:26 +0200 libgetopt-simple-perl (1.52-1) unstable; urgency=low * Initial packaging release. Closes: bug#616520. -- Jonas Smedegaard Sat, 05 Mar 2011 09:09:53 +0100 debian/compat0000644000000000000000000000000212122665356010374 0ustar 8 debian/watch0000644000000000000000000000023711534363652010231 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://search.cpan.org/dist/Getopt-Simple/ .*/Getopt-Simple-([\d.]+)\.tgz debian debian/copyright_hints0000644000000000000000000000121612122655750012333 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: Build.PL CHANGES Changelog.ini MANIFEST META.yml Makefile.PL README debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch t/pod.t t/test.t t/zero.pl t/zero.t Copyright: *No copyright* License: UNKNOWN FIXME Files: lib/Getopt/Simple.pm test.pl Copyright: 1997-2002, Ron Savage 1999-2002, Ron Savage License: UNKNOWN FIXME Files: debian/rules Copyright: 2011, Jonas Smedegaard License: GPL-2+ FIXME debian/copyright0000644000000000000000000000136412122657457011140 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Getopt::Simple Upstream-Contact: Ron Savage Source: http://search.cpan.org/dist/Getopt-Simple/ Files: * Copyright: 1999-2002, Ron Savage License: Artistic Comment: License: . All Programs of mine are 'OSI Certified Open Source Software'; you can redistribute them and/or modify them under the terms of The Artistic License, a copy of which is available at: http://www.opensource.org/licenses/index.html Files: debian/* Copyright: 2011, Jonas Smedegaard License: Artistic License: Artistic Comment: . On Debian GNU systems the 'Artistic License' can be found in '/usr/share/common-licenses/Artistic'. debian/gbp.conf0000644000000000000000000000014611373262460010612 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000244512122655677010270 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2011, Jonas Smedegaard # Description: Main Debian packaging script for Getopt::Simple # # 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 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-build.mk include /usr/share/cdbs/1/rules/debhelper.mk DEB_UPSTREAM_PACKAGE = Getopt-Simple DEB_UPSTREAM_TARBALL_EXTENSION = tgz #DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Getopt DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE DEB_UPSTREAM_TARBALL_MD5 = 5ff72e4753147e5eef5990b5d4aaae46 # Needed by upstream tests CDBS_BUILD_DEPENDS += , libtest-pod-perl debian/control.in0000644000000000000000000000145212122665334011204 0ustar Source: libgetopt-simple-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libgetopt-simple-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgetopt-simple-perl.git Homepage: http://search.cpan.org/dist/Getopt-Simple/ Package: libgetopt-simple-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends} Description: provide a simple wrapper around Getopt::Long The Getopt::Simple module provides a simple way of specifying: * Command line switches * Type information for switch values * Default values for the switches * Help text per switch