debian/0000755000000000000000000000000012230724276007173 5ustar debian/source/0000755000000000000000000000000011710313525010464 5ustar debian/source/format0000644000000000000000000000001411710313525011672 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000452012230724276011046 0ustar libpadre-plugin-git-perl (0.12-1) unstable; urgency=low * Team upload * Imported Upstream version 0.12 * Update (build-)dependencies * Update Homepage: * Update copyright holders/years * remove unneeded libmodule-install-perl from build-dependencies * add libpithub-perl to build-dependencies * recommend libpithub-perl (used for Github interaction) * replace skip-dep-test patch with lower-test-version-reqs.patch * Canonise Vcs-* links, thanks lintian * mention recommended libpithub-perl in long description -- Damyan Ivanov Sun, 20 Oct 2013 12:56:03 +0300 libpadre-plugin-git-perl (0.11-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Dominique Dumont ] * Imported Upstream version 0.11 * compat: bumped to 9 * control: - removed deps on libcapture-tiny-perl * updated deps padre >=0.98 + added dep libdata-printer-perl (>= 0.33), libstrictures-perl * copyright: updated years + added patch to skip dependency tests which are too strict -- Dominique Dumont Sun, 12 May 2013 17:21:36 +0200 libpadre-plugin-git-perl (0.03-2) unstable; urgency=low * Team upload. * Fix FTBFS when the home of building user is not writable. Add override targets for dh_clean and expand the override target for dh_auto_test to have a writable home for the building user. This fixes a FTBFS failure on e.g. buildd hosts or in sbuild environments. (Closes: #665244) * Update debian/copyright file information. Update format to copyright-format 1.0 as released together with Debian policy 3.9.3. Refer to Debian systems in general instead of only Debian GNU/Linux systems. Explicitly point to GPL-1 license text in common-licenses. * Bump Standards-Version to 3.9.3 * Simplify (build-)dependency on libcapture-tiny-perl. Make the versioned (Build-)Depends(-Indep) on libcapture-tiny-perl an unversioned dependency as the required version is already satisfied in stable. -- Salvatore Bonaccorso Thu, 22 Mar 2012 23:07:38 +0100 libpadre-plugin-git-perl (0.03-1) unstable; urgency=low * Initial Release. (Closes: #531257) -- Dominique Dumont Wed, 11 Jan 2012 15:49:10 +0100 debian/rules0000755000000000000000000000032012010727662010244 0ustar #!/usr/bin/make -f BUILDHOME = $(CURDIR)/debian/build %: dh $@ override_dh_clean: dh_clean rm -rf $(BUILDHOME) override_dh_auto_test: mkdir -p $(BUILDHOME) HOME=$(BUILDHOME) xvfb-run -a dh_auto_test debian/control0000644000000000000000000000262412230724221010570 0ustar Source: libpadre-plugin-git-perl Maintainer: Debian Perl Group Uploaders: Ryan Niebur , Dominique Dumont Section: perl Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: libcpan-changes-perl (>= 0.23), libdata-printer-perl (>= 0.33), libpithub-perl, libstrictures-perl, libtest-deep-perl (>= 0.11), libtest-requires-perl (>= 0.07), padre (>= 0.98), xauth, xvfb Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpadre-plugin-git-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpadre-plugin-git-perl.git Homepage: http://padre.perlide.org/trac/wiki/PadrePluginGit Package: libpadre-plugin-git-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, git-core, libcpan-changes-perl, libtry-tiny-perl (>= 0.18), padre (>= 0.98), perl-modules Recommends: libpithub-perl Enhances: padre Description: simple Git interface for Padre The Git plugin provides a very simple interface for Padre to the git version control system. . The recommended libpithub-perl package enables interaction with Github from within Padre. debian/compat0000644000000000000000000000000212163221657010371 0ustar 9 debian/patches/0000755000000000000000000000000012230723066010616 5ustar debian/patches/lower-test-version-reqs.patch0000644000000000000000000000147212230723022016373 0ustar Description: lower version requirements Some of the versions are not really needed Forwarded: no Author: Damyan Ivanov --- a/t/01-compile.t +++ b/t/01-compile.t @@ -12,7 +12,7 @@ use Test::More tests => 14; BEGIN { use_ok('Padre::Plugin::Git', '0.11'); use_ok('CPAN::Changes', '0.23'); - use_ok('Carp', '1.32'); + use_ok('Carp'); use_ok('File::Slurp', '9999.19'); use_ok('File::Spec', '3.4'); use_ok('File::Which', '1.09'); @@ -20,7 +20,7 @@ BEGIN { use_ok('Pithub', '0.0102'); use_ok('Try::Tiny', '0.18'); use_ok('constant', '1.27'); - use_ok('parent', '0.227'); + use_ok('parent',); use_ok('Test::Deep', '0.108'); use_ok('Test::More', '0.98'); use_ok('Test::Requires', '0.07'); debian/patches/series0000644000000000000000000000003612230723066012032 0ustar lower-test-version-reqs.patch debian/watch0000644000000000000000000000017612125345413010223 0ustar version=3 https://metacpan.org/release/Padre-Plugin-Git/ .*/Padre-Plugin-Git-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000266712230720052011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Padre-Plugin-Git Upstream-Contact: Kaare Rasmussen, Kevin Dawson Source: https://metacpan.org/release/Padre-Plugin-Git/ Files: * Copyright: 2009-2013 Kaare Rasmussen 2009-2013 Kevin Dawson 2009-2013 Alexandr Ciornii 2009-2013 Ryan Niebur 2009-2013 Dominique Dumont 2009-2013 perlbotics License: Artistic or GPL-1+ Files: inc.* Copyright: 2011 Adam Kennedy License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Ryan Niebur 2012-2013 Dominique Dumont 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'.