--- libmime-encwords-perl-1.010.101.orig/debian/control +++ libmime-encwords-perl-1.010.101/debian/control @@ -0,0 +1,21 @@ +Source: libmime-encwords-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 5.0.0) +Build-Depends-Indep: perl (>= 5.8.8-7), libmime-charset-perl (>= 1.006.2) +Maintainer: Debian Perl Group +Standards-Version: 3.7.3 +Homepage: http://search.cpan.org/dist/MIME-EncWords/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmime-encwords-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libmime-encwords-perl/ +Uploaders: Micah Anderson , + gregor herrmann , + Damyan Ivanov , Rene Mayorga + +Package: libmime-encwords-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libmime-charset-perl (>= 1.006.2) +Description: deal with RFC-1522 encoded words + MIME::EncWords is aimed to be another implimentation of MIME::Words + but with a more exact conformance with MIME specifications with some + improvements --- libmime-encwords-perl-1.010.101.orig/debian/copyright +++ libmime-encwords-perl-1.010.101/debian/copyright @@ -0,0 +1,17 @@ +This Package was downloaded from: http://search.cpan.org/dist/MIME-EncWords + +Files: * +Copyright: © 2006-2008 Hatuka*nezumi - IKEDA Soji +License: GPL-1+ | Artistic + This module is free software; you may redistribute it and/or modify it + under the same terms as Perl Itself. + +Files: debian/* +Copyright: © 2007-2008 Micah Anderson + © 2007-2008 Debian Perl Group +License: GPL + The Debian packaging information is under the GPL, version 2 or later + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL' and +the Artistic Licence in '/usr/share/common-licenses/Artistic'. --- libmime-encwords-perl-1.010.101.orig/debian/rules +++ libmime-encwords-perl-1.010.101/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. + +# 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) Makefile.PL INSTALLDIRS=vendor + $(MAKE) + $(MAKE) test + touch $@ + +clean: + dh_testdir + dh_testroot + dh_clean build-stamp install-stamp + [ ! -f Makefile ] || $(MAKE) realclean + +install: install-stamp +install-stamp: build-stamp + dh_testdir + dh_testroot + dh_clean -k + $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr + [ ! -d $(TMP)/usr/lib/perl5 ] || \ + rmdir --ignore-fail-on-non-empty --parents --verbose \ + $(TMP)/usr/lib/perl5 + 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 --- libmime-encwords-perl-1.010.101.orig/debian/changelog +++ libmime-encwords-perl-1.010.101/debian/changelog @@ -0,0 +1,104 @@ +libmime-encwords-perl (1.010.101-1) unstable; urgency=low + + * New upstream release. + * Bump (build) dependency on libmime-charset-perl to >= 1.006.2. + * debian/control: change my email address. + + -- gregor herrmann Mon, 21 Apr 2008 17:56:06 +0200 + +libmime-encwords-perl (1.010.10-1) unstable; urgency=low + + * New upstream release. + * debian/watch: remove wrong comment. + * debian/copyright: fix typo, add Debian Perl Group. + + -- gregor herrmann Wed, 16 Apr 2008 16:49:04 +0200 + +libmime-encwords-perl (1.010-1) unstable; urgency=low + + * New upstream release. + * Bump (build) dependency on libmime-charset-perl to >= 1.006.1 + (closes: #475211). + + -- gregor herrmann Sun, 13 Apr 2008 20:35:00 +0200 + +libmime-encwords-perl (1.009-1) unstable; urgency=low + + * New upstream release. + * Bump (build) dependency on libmime-charset-perl to >= 1.004. + * debian/copyright: change order of stanzas. + + -- gregor herrmann Tue, 01 Apr 2008 16:39:50 +0200 + +libmime-encwords-perl (1.008-1) unstable; urgency=low + + * New upstream release. + * debian/rules: minor update without functional changes. + + -- gregor herrmann Sat, 29 Mar 2008 18:22:43 +0100 + +libmime-encwords-perl (1.007-1) unstable; urgency=low + + * New upstream release + * Change the copyright file to the _new_ format + * Add myself to Uploaders + + -- Rene Mayorga Sun, 23 Mar 2008 23:53:48 -0600 + +libmime-encwords-perl (1.005-1) unstable; urgency=low + + * New upstream release. + + -- gregor herrmann Mon, 17 Mar 2008 20:42:18 +0100 + +libmime-encwords-perl (1.004-1) unstable; urgency=low + + [ Roberto C. Sanchez ] + * New upstream release. + + [ Damyan Ivanov ] + * Make (build-)dependency on libmime-charset-perl requiire at least 1.001 + * add myself to Uploaders + + -- Damyan Ivanov Sun, 16 Mar 2008 15:49:01 +0200 + +libmime-encwords-perl (1.000-1) unstable; urgency=low + + [ Damyan Ivanov ] + * [debian/watch] Stop capturing file extension + + [ gregor herrmann ] + * New upstream release. + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Removed: XS- + Vcs-Svn fields. + * debian/rules: + - delete /usr/lib/perl5 only if it exists (closes: #467909) + - update based on dh-make-perl's templates + - don't install README any more (text version of the POD documentation) + * debian/watch: use dist-based URL. + * debian/copyright: + - use version-agnostic download URL + - assume copyright from README and Changes + * Set Standards-Version to 3.7.3 (no changes). + + -- gregor herrmann Sat, 08 Mar 2008 13:28:18 +0100 + +libmime-encwords-perl (0.040-3) unstable; urgency=low + + * Add libmime-charset-perl to Depends: in debian/control (closes: #435019). + + -- gregor herrmann Sat, 28 Jul 2007 17:29:07 +0200 + +libmime-encwords-perl (0.040-2) unstable; urgency=low + + * Add libmime-charset-perl to Build-Depends-Indep (closes: #422529). + + -- gregor herrmann Sun, 06 May 2007 20:22:55 +0200 + +libmime-encwords-perl (0.040-1) unstable; urgency=low + + * Initial Release. + + -- Micah Anderson Mon, 19 Mar 2007 18:57:33 -0600 + --- libmime-encwords-perl-1.010.101.orig/debian/compat +++ libmime-encwords-perl-1.010.101/debian/compat @@ -0,0 +1 @@ +5 --- libmime-encwords-perl-1.010.101.orig/debian/watch +++ libmime-encwords-perl-1.010.101/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/MIME-EncWords/ .*/MIME-EncWords-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)