debian/0000755000000000000000000000000011554353011007164 5ustar debian/control0000644000000000000000000000160211554352774010605 0ustar Source: libperl6-export-attrs-perl Section: perl Priority: optional Build-Depends: devscripts (>= 2.10.7~), perl, perl-modules (>= 5.10.0) | libmodule-build-perl (>= 0.2808), cdbs (>= 0.4.85~), debhelper (>= 7.0.1), dh-buildinfo Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libperl6-export-attrs-perl Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libperl6-export-attrs-perl.git Homepage: http://search.cpan.org/dist/Perl6-Export-Attrs/ Package: libperl6-export-attrs-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, ${cdbs:Depends} Description: Perl 6 'is export(...)' trait as a Perl 5 attribute Perl6::Export::Attrs implements a Perl 5 native version of what the Perl 6 symbol export mechanism will look like. debian/source/0000755000000000000000000000000011462647673010506 5ustar debian/source/format0000644000000000000000000000001411373262460011700 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000027011554353011011035 0ustar libperl6-export-attrs-perl (0.0.3-1) unstable; urgency=low * Initial packaging release. Closes: bug#623715. -- Jonas Smedegaard Fri, 22 Apr 2011 21:24:53 +0200 debian/compat0000644000000000000000000000000211554262767010403 0ustar 7 debian/watch0000644000000000000000000000030311554274256010226 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://search.cpan.org/dist/Perl6-Export-Attrs/ .*/Perl6-Export-Attrs-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright_hints0000644000000000000000000000143411554275024012335 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174 Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: Build.PL Changes MANIFEST META.yml Makefile.PL debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/source/local-options debian/watch t/00.load.t t/pod-coverage.t t/pod.t Copyright: *No copyright* License: UNKNOWN FIXME Files: debian/rules Copyright: 2011, Jonas Smedegaard License: GPL FIXME Files: README Copyright: 2005, Damian Conway License: UNKNOWN FIXME Files: lib/Perl6/Export/Attrs.pm Copyright: 2005, Damian Conway C<< >>. HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR HOLDERS AND/OR OTHER PARTIES License: UNKNOWN FIXME debian/copyright0000644000000000000000000000313011554275343011127 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174 Upstream-Name: Perl6::Export::Attrs Upstream-Contact: Damian Conway Source: http://search.cpan.org/dist/Perl6-Export-Attrs/ Files: * Copyright: 2005, Damian Conway License: Artistic or GPL-1+ This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Comment: Perl is licensed under either the Artistic license or the GNU General Public License, version 1 or later. Files: debian/* Copyright: 2011, Jonas Smedegaard License: GPL-2+ 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 (GPL) version 1 is located in '/usr/share/common-licenses/GPL-1'. License: GPL-2+ 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. Comment: On Debian systems the GNU General Public License (GPL) version 2 is located in '/usr/share/common-licenses/GPL-2'. . 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/rules0000755000000000000000000000232211554275166010261 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright 2011, Jonas Smedegaard # Description: Main Debian packaging script for Perl6::Export::Attrs # # 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 = Perl6-Export-Attrs #DEB_UPSTREAM_URL = http://www.cpan.org/modules/by-module/Perl6-Export-Attrs DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY DEB_UPSTREAM_TARBALL_MD5 = c8af78c4fec3351178d1de59cc9c8869 debian/control.in0000644000000000000000000000136211554302376011206 0ustar Source: libperl6-export-attrs-perl Section: perl Priority: optional Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libperl6-export-attrs-perl Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libperl6-export-attrs-perl.git Homepage: http://search.cpan.org/dist/Perl6-Export-Attrs/ Package: libperl6-export-attrs-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, ${cdbs:Depends} Description: Perl 6 'is export(...)' trait as a Perl 5 attribute Perl6::Export::Attrs implements a Perl 5 native version of what the Perl 6 symbol export mechanism will look like.