debian/0000755000000000000000000000000012142754306007172 5ustar debian/control0000644000000000000000000000217512142754271010603 0ustar Source: libpackage-variant-perl Section: perl Priority: optional Build-Depends: cdbs, devscripts, perl, debhelper, dh-buildinfo, libimport-into-perl, libstrictures-perl, libmodule-runtime-perl (>= 0.013), libtest-fatal-perl, libmoo-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libpackage-variant-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpackage-variant-perl.git Homepage: http://search.cpan.org/dist/Package-Variant/ Package: libpackage-variant-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: parameterizable packages Package::Variant allows you to build packages that return different variations depending on what parameters are given. . Users of your package will receive a subroutine able to take parameters and return the name of a suitable variant package. The implmentation does not care about what kind of package it builds. debian/source/0000755000000000000000000000000011752713702010473 5ustar debian/source/format0000644000000000000000000000001411373262460011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000200612142754252011042 0ustar libpackage-variant-perl (1.001004-1) unstable; urgency=low [ upstream ] * New release. + Fix documentation of "build_variant_of" method. [ Jonas Smedegaard ] * Add README.source emphasizing control.in file as *not* a show-stopper for contributions, referring to wiki page for details. * Add git URL as alternate source. * Stop track md5sum of upstream tarball. * Stop track upstream development releases. -- Jonas Smedegaard Thu, 09 May 2013 19:10:14 +0200 libpackage-variant-perl (1.001003-1) unstable; urgency=low [ upstream ] * New release. -- Jonas Smedegaard Tue, 09 Apr 2013 16:41:32 +0200 libpackage-variant-perl (1.001002-2) unstable; urgency=low * Build-depend on libmoo-perl, to improve testsuite. -- Jonas Smedegaard Wed, 20 Mar 2013 16:18:44 +0100 libpackage-variant-perl (1.001002-1) unstable; urgency=low * Initial packaging release. Closes: bug#703488. -- Jonas Smedegaard Wed, 20 Mar 2013 11:06:57 +0100 debian/README.source0000644000000000000000000000056312134045103011342 0ustar CDBS+git-buildpackage --------------------- This source package uses CDBS and git-buildpackage. NMUs need not (but are encouraged to) make special use of these tools. In particular, the debian/control.in file can be completely ignored. More info here: http://wiki.debian.org/CDBS+git-buildpackage -- Jonas Smedegaard Mon, 18 Feb 2013 12:55:37 +0100 debian/compat0000644000000000000000000000000212010177205010357 0ustar 8 debian/watch0000644000000000000000000000024012142753533010220 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://search.cpan.org/dist/Package-Variant/ .*/Package-Variant-([\d.]+)\.tar\.gz debian/copyright_hints0000644000000000000000000000145612142754264012343 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: Changes MANIFEST META.json META.yml Makefile.PL debian/README.source debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch maint/Makefile.PL.include t/01simple.t t/10argument-types.t t/11dynamic-build.t t/20moo-param-role.t Copyright: *No copyright* License: UNKNOWN FIXME Files: debian/rules Copyright: 2013, Jonas Smedegaard License: GPL-3+ FIXME Files: README Copyright: 2010-2012, the "Package::Variant" "AUTHOR" and License: UNKNOWN FIXME Files: lib/Package/Variant.pm Copyright: 2010-2012, the C L and License: UNKNOWN FIXME debian/copyright0000644000000000000000000000344212142753450011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Package::Variant Upstream-Contact: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Package-Variant Source: http://search.cpan.org/dist/Package-Variant/ git://git.shadowcat.co.uk/p5sagit/Package-Variant.git Files: * Copyright: 2010-2012, Matt S. Trout (cpan:MSTROUT) 2010-2012, Robert Sedlacek (cpan:PHAYLON) License: Artistic or GPL-1+ Comment: License: . This library is free software and may be distributed under the same terms as perl itself. . Comment: . Perl 5 is licensed under either the 'Artistic license' or the 'GNU General Public License' version 1 or later. Files: debian/* Copyright: 2013, Jonas Smedegaard License: GPL-3+ License: Artistic Comment: . On Debian systems the 'Artistic License' is located in '/usr/share/common-licenses/Artistic'. License: GPL-1+ Comment: . On Debian systems the 'GNU General Public License' version 1 is located in '/usr/share/common-licenses/GPL-1'. License: GPL-3+ 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 3, 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. . Comment: . On Debian systems the 'GNU General Public License' version 3 is located in '/usr/share/common-licenses/GPL-3'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . debian/gbp.conf0000644000000000000000000000014611373262460010612 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000266512142753470010264 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2013, Jonas Smedegaard # Description: Main Debian packaging script for Package::Variant # # 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 3, 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-makemaker.mk include /usr/share/cdbs/1/rules/debhelper.mk pkg = $(DEB_SOURCE_PACKAGE) DEB_UPSTREAM_PACKAGE = Package-Variant DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Package # Needed by upstream build process and (always) at runtime perl-deps = import-into strictures deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps)) deps +=, libmodule-runtime-perl (>= 0.013) # Needed by upstream testsuite deps-test = libtest-fatal-perl, libmoo-perl CDBS_BUILD_DEPENDS += , $(deps), $(deps-test) CDBS_DEPENDS_$(pkg) = $(deps) debian/control.in0000644000000000000000000000173612122301427011177 0ustar Source: libpackage-variant-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/libpackage-variant-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpackage-variant-perl.git Homepage: http://search.cpan.org/dist/Package-Variant/ Package: libpackage-variant-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} Description: parameterizable packages Package::Variant allows you to build packages that return different variations depending on what parameters are given. . Users of your package will receive a subroutine able to take parameters and return the name of a suitable variant package. The implmentation does not care about what kind of package it builds.