debian/0000755000000000000000000000000012252140437007166 5ustar debian/rules0000755000000000000000000000273712252140437010257 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2012, 2013 Jonas Smedegaard # Description: Main Debian packaging script for Test::CheckDeps # # 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 = Test-CheckDeps DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Test # Needed by upstream build process and (always) at runtime deps = perl (>= 5.14) | libcpan-meta-perl (>= 2.120920) deps +=, libcpan-meta-check-perl (>= 0.007) deps +=, perl (>= 5.14) | libmodule-metatadata-perl # Needed by upstream regression tests deps-test = perl (>= 5.12) | libtest-simple-perl (>= 0.88) CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test) CDBS_DEPENDS_$(pkg) = $(deps) debian/control0000644000000000000000000000177412252140437010602 0ustar Source: libtest-checkdeps-perl Section: perl Priority: optional Build-Depends: cdbs (>= 0.4.122~), devscripts, debhelper, dh-buildinfo, perl (>= 5.14) | libcpan-meta-perl (>= 2.120920), libcpan-meta-check-perl (>= 0.007), perl (>= 5.14) | libmodule-metatadata-perl, perl (>= 5.12) | libtest-simple-perl (>= 0.88) Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-checkdeps-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-checkdeps-perl.git Homepage: http://search.cpan.org/dist/Test-CheckDeps/ Package: libtest-checkdeps-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Description: check for presence of dependencies Test::CheckDeps adds a test that assures all dependencies have been installed properly. If requested, it can bail out all testing on error. debian/README.source0000644000000000000000000000056312252140437011351 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/gbp.conf0000644000000000000000000000014612252140437010606 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/source/0000755000000000000000000000000012252140437010466 5ustar debian/source/format0000644000000000000000000000001412252140437011674 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000527612252140437011052 0ustar libtest-checkdeps-perl (0.010-1) unstable; urgency=medium * Team upload. * New upstream release. * Make Vcs-Git URL canonical. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Wed, 11 Dec 2013 20:46:28 +0100 libtest-checkdeps-perl (0.008-1) unstable; urgency=low * Team upload. [ upstream ] + Switch back to MakeMaker. + Bump prereq on CPAN::Meta::Check to 0.007. [ intrigeri ] * Include perl-makemaker.mk (not perl-build.mk). * Update package relations: + Drop dependency on libmodule-build-tiny-perl. + Version dependency on libcpan-meta-check-perl (>= 0.007). + Allow CPAN::Meta to be provided by perl (>= 5.14). -- intrigeri Tue, 01 Oct 2013 18:10:56 +0200 libtest-checkdeps-perl (0.006-1) unstable; urgency=low [ upstream ] * New release. + Require CPAN::Meta::Check 0.004. + Explicitly require CPAN::Meta 2.120920. + Switch to Module::Build::Tiny. [ Jonas Smedegaard ] * Include perl-build.mk (not perl-makemaker.mk). * Update package relations: + Tighten to (build-)depend versioned on libcpan-meta-perl. + Build-depend on libmodule-build-tiny-perl. + Tighten to build-depend versioned on cdbs: Needed for Module::Build::Tiny. -- Jonas Smedegaard Mon, 15 Jul 2013 22:07:20 +0200 libtest-checkdeps-perl (0.004-1) unstable; urgency=low [ upstream ] * New release. + Sort dependencies before displaying them. + check_dependencies() can now optionally also test recommended and suggested prerequisites. + Reinstate loading of CPAN::Meta. [ Salvatore Bonaccorso ] * Use canonical host (anonscm.debian.org) in Vcs-Git URI. [ 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 tracking md5sum of upstream tarball. * Remove debian/source/local-options: abort-on-upstream-changes and unapply-patches are default in dpkg-source since 1.16.1. * Bump dephelper compatibility level to 8. * Bump standards-version to 3.9.4. * Fix use comment and license pseudo-sections in copyright file to obey silly restrictions of copyright format 1.0. * Bump packaging license to GPL-3+, and extend copyrigt coverage for myself to include current year. * Relax to build-depend unversioned on cdbs: Needed version satisfied even in oldstable. -- Jonas Smedegaard Sat, 08 Jun 2013 22:41:06 +0200 libtest-checkdeps-perl (0.002-1) unstable; urgency=low * Initial packaging release. Closes: bug#672163. -- Jonas Smedegaard Wed, 09 May 2012 01:42:51 +0200 debian/compat0000644000000000000000000000000212252140437010364 0ustar 8 debian/copyright0000644000000000000000000000331312252140437011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Test::CheckDeps Upstream-Contact: Leon Timmermans Source: http://search.cpan.org/dist/Test-CheckDeps/ git://github.com/Leont/test-checkdeps Files: * Copyright: 2011, Leon Timmermans License: Artistic or GPL-1+ Comment: License: . This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. . Comment: . Perl 5 is licensed under either the 'Artistic license' or the 'GNU General Public License' version 1 or later. Files: debian/* Copyright: 2012-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/copyright_hints0000644000000000000000000000241612252140437012331 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 INSTALL MANIFEST META.json META.yml debian/README.source debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch dist.ini t/00-compile.t t/10-basics.t t/release-pod-coverage.t t/release-pod-syntax.t Copyright: *No copyright* License: UNKNOWN FIXME Files: README lib/Test/CheckDeps.pm Copyright: 2011, Leon Timmermans License: UNKNOWN FIXME Files: debian/rules Copyright: 2012-2013, Jonas Smedegaard License: GPL-3+ FIXME Files: LICENSE Copyright: 1989, Free Software Foundation, Inc 19xx name of author 19yy 2011, Leon Timmermans HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR HOLDERS AND/OR OTHER PARTIES Holder Holder maintains some semblance of Holder may not be used to endorse or promote Holder to include your Holder" is whoever is named in the or s for Holder, but only to the Holder. A Package modified in such disclaimer" for the program, if holder saying it may be interest in the notices and associated disclaimers the software, and License: GPL-ever FIXME debian/control.in0000644000000000000000000000142212252140437011175 0ustar Source: libtest-checkdeps-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-checkdeps-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-checkdeps-perl.git Homepage: http://search.cpan.org/dist/Test-CheckDeps/ Package: libtest-checkdeps-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Description: check for presence of dependencies Test::CheckDeps adds a test that assures all dependencies have been installed properly. If requested, it can bail out all testing on error. debian/watch0000644000000000000000000000031212252140437010213 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 opts=uversionmangle=s/_(\d+)/~$1/ \ http://search.cpan.org/dist/Test-CheckDeps/ .*/Test-CheckDeps-([\d._]+)\.tar\.gz debian