debian/0000755000000000000000000000000012231016550007161 5ustar debian/source/0000755000000000000000000000000012010727665010474 5ustar debian/source/format0000644000000000000000000000001412010727665011702 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000277212231016550011043 0ustar libpadre-plugin-yaml-perl (0.10-1) unstable; urgency=low * Team upload [ Dominique Dumont ] * Imported Upstream version 0.07 No significant change. No need to release [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Damyan Ivanov ] * Imported Upstream version 0.10 * update Homepage * add libtest-requires-perl to build-dependencies * add a patch dropping version requirement for 'parent' * claim conformance with Policu 3.9.4 -- Damyan Ivanov Sun, 20 Oct 2013 21:13:53 +0300 libpadre-plugin-yaml-perl (0.06-1) unstable; urgency=low * Imported Upstream version 0.06 * control: depends on padre 0.96 -- Dominique Dumont Tue, 15 May 2012 19:22:48 +0200 libpadre-plugin-yaml-perl (0.05-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. -- Salvatore Bonaccorso Fri, 23 Mar 2012 10:58:11 +0100 libpadre-plugin-yaml-perl (0.05-1) unstable; urgency=low * Initial Release. (Closes: #665275) -- Dominique Dumont Thu, 22 Mar 2012 20:39:22 +0100 debian/rules0000755000000000000000000000032112010727665010250 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/control0000644000000000000000000000244012231016071010562 0ustar Source: libpadre-plugin-yaml-perl Maintainer: Debian Perl Group Uploaders: Dominique Dumont Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: liblocale-msgfmt-perl (>= 0.15), libtest-requires-perl (>= 0.07), libtry-tiny-perl (>= 0.11), libyaml-libyaml-perl (>= 0.38), padre (>= 0.96), perl, xauth, xvfb Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpadre-plugin-yaml-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpadre-plugin-yaml-perl.git Homepage: http://padre.perlide.org/trac/wiki/PadrePluginYAML Package: libpadre-plugin-yaml-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libtry-tiny-perl (>= 0.11), libyaml-libyaml-perl (>= 0.38), padre (>= 0.96) Enhances: padre Description: YAML support for Padre The Perl IDE YAML support for Padre, the Perl Application Development and Refactoring Environment. . Syntax highlighting for YAML is supported by Padre out of the box. This plug-in adds some more features to deal with YAML files. debian/compat0000644000000000000000000000000212010727665010372 0ustar 8 debian/patches/0000755000000000000000000000000012231014721010606 5ustar debian/patches/drop-parent-ver-dep.patch0000644000000000000000000000116212231014721015422 0ustar Description: parent version requirement in 01-compile.t too tight Perhaps I am erring on the other side here, but removing the version requirement completely is easier than testing what exactly is the usage of parent and which version exactly introoduces it (assuming there is indeed some special usage). This is the reason the patch is not forwarded upstream. Author: Damyan Ivanov Forwarded: no --- a/t/01-compile.t +++ b/t/01-compile.t @@ -19,7 +19,7 @@ BEGIN { use_ok('YAML::XS', '0.41'); } use_ok('constant', '1.27'); - use_ok('parent', '0.228'); + use_ok('parent'); } done_testing(); debian/patches/series0000644000000000000000000000003212231013676012026 0ustar drop-parent-ver-dep.patch debian/watch0000644000000000000000000000020012125345420010205 0ustar version=3 https://metacpan.org/release/Padre-Plugin-YAML/ .*/Padre-Plugin-YAML-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000204612231005372011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Padre-Plugin-YAML Upstream-Contact: Zeno Gantner Source: https://metacpan.org/release/Padre-Plugin-YAML/ Files: * Copyright: 2011-2012, Zeno Gantner License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, 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'.