--- libarchive-any-perl-0.0932.orig/debian/control +++ libarchive-any-perl-0.0932/debian/control @@ -0,0 +1,31 @@ +Source: libarchive-any-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Ernesto Hernández-Novich (USB) +Homepage: http://search.cpan.org/dist/Archive-Any/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libarchive-any-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libarchive-any-perl/ +Build-Depends: debhelper (>= 6), libmodule-build-perl +Build-Depends-Indep: perl, + perl-modules (>= 5.10), + libarchive-zip-perl (>= 1.07), + libmodule-find-perl (>= 0.05), + libfile-mmagic-perl (>= 1.27), + libmime-types-perl (>= 1.16), + libtest-warn-perl, + libtest-pod-perl, libtest-pod-coverage-perl +Standards-Version: 3.8.0 + +Package: libarchive-any-perl +Architecture: all +Depends: ${perl:Depends}, + perl-modules (>= 5.10), + libarchive-zip-perl (>= 1.07), + libmodule-find-perl (>= 0.05), + libfile-mmagic-perl (>= 1.27), + libmime-types-perl (>= 1.16) +Description: Perl module to deal with file archives in any format + The Archive::Any module allows a Perl program to create, manipulate, + read, and write different archive formats (tarballs and Zip files) + through a single API. --- libarchive-any-perl-0.0932.orig/debian/compat +++ libarchive-any-perl-0.0932/debian/compat @@ -0,0 +1 @@ +6 --- libarchive-any-perl-0.0932.orig/debian/watch +++ libarchive-any-perl-0.0932/debian/watch @@ -0,0 +1,4 @@ +# format version number, currently 3; this line is compulsory! +version=3 +# URL to the package page followed by a regex to search +http://search.cpan.org/dist/Archive-Any/ .*/Archive-Any-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libarchive-any-perl-0.0932.orig/debian/rules +++ libarchive-any-perl-0.0932/debian/rules @@ -0,0 +1,60 @@ +#!/usr/bin/make -f +# This debian/rules file is provided as a template for normal perl +# packages. It was created by Marc Brockschmidt for +# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may +# be used freely wherever it is useful. +# +# It was later modified by Jason Kohles +# http://www.jasonkohles.com/ to support Module::Build installed modules + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# If set to a true value then MakeMaker's prompt function will +# always return the default without waiting for user input. +export PERL_MM_USE_DEFAULT=1 + +PERL ?= /usr/bin/perl +PACKAGE = $(shell dh_listpackages) +TMP = $(CURDIR)/debian/$(PACKAGE) + +build: build-stamp +build-stamp: + dh_testdir + $(PERL) Build.PL installdirs=vendor + $(PERL) Build + $(PERL) Build test + touch $@ + +clean: + dh_testdir + dh_testroot + dh_clean build-stamp install-stamp + [ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean + +install: install-stamp +install-stamp: build-stamp + dh_testdir + dh_testroot + dh_clean -k + $(PERL) Build install destdir=$(TMP) create_packlist=0 + touch $@ + +binary-arch: +# We have nothing to do here for an architecture-independent package + +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installchangelogs Changes + dh_perl + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- libarchive-any-perl-0.0932.orig/debian/copyright +++ libarchive-any-perl-0.0932/debian/copyright @@ -0,0 +1,88 @@ +This package was debianized by Ernesto Hernández-Novich (USB) +using dh-make-perl on Fri, 30 May 2008 11:12:45 -0430. + +There was no explicit copyright notice neither in the webpage nor in +the module distribution. I contacted the upstream author asking for +clarification and also opened up a bug in CPAN's RT; the author +replied via private e-mail with the following clarification. + +From hydo@mac.com Thu Jun 19 12:39:47 2008 +Delivered-To: emhnemhn@gmail.com +Received: by 10.143.13.14 with SMTP id q14cs48492wfi; Thu, 19 Jun 2008 + 12:39:47 -0700 (PDT) +Received: by 10.114.181.6 with SMTP id d6mr3233168waf.50.1213904387011; + Thu, 19 Jun 2008 12:39:47 -0700 (PDT) +Return-Path: +Received: from smtpoutm.mac.com (smtpoutm.mac.com [17.148.16.70]) by + mx.google.com with ESMTP id j26si1763823waf.32.2008.06.19.12.39.46; Thu, 19 + Jun 2008 12:39:46 -0700 (PDT) +Received: from asmtp023-bge351000 (asmtp023-bge351000 [10.150.69.86]) by + smtpoutm.mac.com (Xserve/smtpout007/MantshX 4.0) with ESMTP id + m5JJdkMW007338 for ; Thu, 19 Jun 2008 12:39:46 -0700 + (PDT) +Received: from [192.168.0.70] ([76.121.199.123]) by asmtp023.mac.com (Sun + Java(tm) System Messaging Server 6.3-6.03 (built Mar 14 2008; 32bit)) with + ESMTPSA id <0K2Q000RW6M91V70@asmtp023.mac.com> for emhnemhn@gmail.com; Thu, + 19 Jun 2008 12:39:46 -0700 (PDT) +Message-id: <356975F6-E10F-48F1-87A4-6A58914A553F@mac.com> +From: Clint Moore +To: emhnemhn@gmail.com +In-reply-to: <1213798830.4152.24.camel@trillian.ius.cc> +Subject: Re: Missing copyright notice for Archive::Any +Date: Thu, 19 Jun 2008 12:39:45 -0700 +References: <1212164047.4211.16.camel@trillian.ius.cc> + <1213798830.4152.24.camel@trillian.ius.cc> +Content-Transfer-Encoding: 8bit + + +On Jun 18, 2008, at 7:20 AM, Ernesto Hernandez-Novich wrote: +> On Fri, 2008-05-30 at 11:44 -0430, Ernesto Hernandez-Novich wrote: +>> Greetings from Venezuela. +>> +>> I'm currently packaging Archive::Any for inclusion in the upcoming +>> Debian GNU/Linux distribution. I've noticed that you include +>> authorship +>> information but don't have an explicit Copyright note neither in the +>> webpage +>> +>> http://search.cpan.org/~cmoore/Archive-Any-0.0932/lib/Archive/Any.pm +>> +>> nor in any file inside the distribution. Not only Debian but also +>> CPAN +>> require that any uploaded module has proper authorship, licensing and +>> copyright information. You're only missing a simple "Copyright (c) +>> 2008 +>> Clint Morre" line. Could you add that information? +> +> A simple message stating that Archive::Any is Copyright such and such +> will suffice. + +In the interest of time: + +Archive::Any is Copyright Clint Moore + +How's that? :) + +-cm + +Upstream source: + http://search.cpan.org/dist/Archive-Any/ + +Files: * +Copyright: © 2008 Clint Moore +License: GPL-1+|Artistic + This program is free software; you can redistribute it and/or modify it under + the same terms as Perl itself. + . + Perl is distributed under your choice of the GNU General Public License or the + Artistic License. + . + The complete text of the GNU General Public License can be found in + /usr/share/common-licenses/GPL and the Artistic License can be found in + /usr/share/common-licenses/Artistic. + +Files: debian/* +Copyright: © 2008 Debian Perl Group +License: GPL-1|Artistic + Packaging is licensed under the same terms as the software itself (see above). + --- libarchive-any-perl-0.0932.orig/debian/changelog +++ libarchive-any-perl-0.0932/debian/changelog @@ -0,0 +1,7 @@ +libarchive-any-perl (0.0932-1) unstable; urgency=low + + * Initial Release (Closes: #483704). + * Included copyright clarification e-mail received from upstream + author. + + -- Ernesto Hernández-Novich (USB) Thu, 19 Jun 2008 15:44:16 -0430