--- libtext-iconv-perl-1.7.orig/debian/compat +++ libtext-iconv-perl-1.7/debian/compat @@ -0,0 +1 @@ +7 --- libtext-iconv-perl-1.7.orig/debian/rules +++ libtext-iconv-perl-1.7/debian/rules @@ -0,0 +1,80 @@ +#!/usr/bin/make -f +# Made with the aid of dh_make, by Craig Small +# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. +# Some lines taken from debmake, by Cristoph Lameter. +# This debian/rules was maintained by Steve Haslam . +# Copyright (C) 2005 Anibal Monsalve Salazar . + +# taken from liblocale-gettext-perl 1.01 -araqnid + +# Uncomment this to turn on verbose mode. +export DH_VERBOSE=1 + +ifndef PERL +PERL = /usr/bin/perl +endif + +TMP := $(shell pwd)/debian/libtext-iconv-perl + +build: build-stamp +build-stamp: + dh_testdir + +# Add here commands to compile the package. + $(PERL) Makefile.PL INSTALLDIRS=vendor + make OPTIMIZE="-O2 -g -Wall" + make test + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp install-stamp + +# Add here commands to clean up after the build process. + [ ! -f Makefile ] || $(MAKE) distclean + + dh_clean Makefile Makefile.old + +install: install-stamp +install-stamp: build-stamp + dh_testdir + dh_testroot + dh_prep + dh_installdirs + +# Add here commands to install the package into debian/libtext-iconv-perl. + $(MAKE) install PREFIX=$(TMP)/usr + + touch install-stamp + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installexamples + dh_installmenu + dh_installcron + dh_installman + dh_installchangelogs + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_perl -d + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +source diff: + @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary --- libtext-iconv-perl-1.7.orig/debian/control +++ libtext-iconv-perl-1.7/debian/control @@ -0,0 +1,18 @@ +Source: libtext-iconv-perl +Section: perl +Priority: required +Maintainer: Anibal Monsalve Salazar +Standards-Version: 3.8.2 +Build-Depends: perl (>= 5.12), debhelper (>= 7) +Homepage: http://search.cpan.org/search?module=Text::Iconv + +Package: libtext-iconv-perl +Architecture: any +Depends: ${shlibs:Depends}, ${perl:Depends} +Description: converts between character sets in Perl + The iconv() family of functions from XPG4 define an API for converting + between character sets (e.g. UTF-8 to Latin1, EBCDIC to ASCII). They + are provided by libc6. + . + This package allows access to them from Perl via the Text::Iconv + package. --- libtext-iconv-perl-1.7.orig/debian/copyright +++ libtext-iconv-perl-1.7/debian/copyright @@ -0,0 +1,21 @@ +This package Debianised by Steve Haslam on 4th +March 2000. + +It is currently maintained by Anibal Monsalve Salazar . + +Originally downloaded from CPAN: + + +******************** + +Copyright © 2000 Michael Piotrowski. All Rights Reserved. + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself. + +******************** + +See /usr/share/common-licenses/GPL and +/usr/share/common-licenses/Artistic for the basic licences Perl is +based on, and /usr/share/doc/perl/copyright for the license for +Perl itself. --- libtext-iconv-perl-1.7.orig/debian/changelog +++ libtext-iconv-perl-1.7/debian/changelog @@ -0,0 +1,120 @@ +libtext-iconv-perl (1.7-2build1) oneiric; urgency=low + + * Rebuild for perl-5.12. + + -- Matthias Klose Wed, 04 May 2011 23:09:25 +0200 + +libtext-iconv-perl (1.7-2) unstable; urgency=low + + * DH compatibility level is 7 + * Fix out-of-date-standards-version + * Fix dh-clean-k-is-deprecated + + -- Anibal Monsalve Salazar Fri, 03 Jul 2009 20:06:28 +1000 + +libtext-iconv-perl (1.7-1) unstable; urgency=low + + * New upstream version. Closes: #468142 + * Added debian/watch file + * Added homepage control header + * Bumped Standards-Version to 3.7.3 + * Fixed the following lintian issues: + - debian-rules-ignores-make-clean-error + - debian-copyright-file-uses-obsolete-national-encoding + + -- Anibal Monsalve Salazar Thu, 28 Feb 2008 10:08:22 +1100 + +libtext-iconv-perl (1.4-3) unstable; urgency=low + + * Set Standards-Version to 3.7.2. + * Set debian/compat to 5. + + -- Anibal Monsalve Salazar Thu, 22 Jun 2006 14:04:53 +1000 + +libtext-iconv-perl (1.4-2) unstable; urgency=low + + * Fixed "broken build (empty package) on m68k", closes: #327734. + * Set Standards-Version to 3.6.2 and updated homepage address in + debian/control. + + -- Anibal Monsalve Salazar Sat, 08 Oct 2005 23:43:04 +1000 + +libtext-iconv-perl (1.4-1) unstable; urgency=low + + * New upstream release. + - Fixed "/usr/share/man/man3/Text::Iconv.3pm.gz: says Text:Iconv", + closes: #204516. + - Fixed "upstream release 1.4 is available", closes: #312957. + * Patch to flush state after converting text, #230170, is not needed, + as indicated by the upstream author. Please refer to + http://rt.cpan.org/NoAuth/Bug.html?id=5099 + * Replaced dh_installmanpages with dh_installman in debian/rules. + * Fixed "Override says perl - required, .deb says perl - important". + * Contrary to the 1.2-3 changelog note, the upstream author is + quick to respond and actively maintains this Perl module. + + -- Anibal Monsalve Salazar Thu, 16 Jun 2005 08:28:18 +1000 + +libtext-iconv-perl (1.2-4) unstable; urgency=low + + * New maintainer. + + -- Anibal Monsalve Salazar Fri, 10 Jun 2005 21:05:07 +1000 + +libtext-iconv-perl (1.2-3) unstable; urgency=low + + * Applied patch to flush state after converting text (closes: #230170) + * I don't think this module is maintained any more (and with Encode + being part of the core, I would suggest using that instead) + * Slight modernisation of build process. + + -- Steve Haslam Sat, 13 Mar 2004 10:16:19 +0000 + +libtext-iconv-perl (1.2-2) unstable; urgency=low + + * Upgrade priority to Important, since debconf is to depend on this + package. Change dependency on perl to perl-base to avoid priority + meltdown. (Closes: #184538) + + -- Steve Haslam Sat, 22 Mar 2003 22:44:09 +0000 + +libtext-iconv-perl (1.2-1.3) unstable; urgency=low + + * NMU for perl 5.8. Added a build dependency on perl 5.8.0-3. + + -- Josselin Mouette Tue, 20 Aug 2002 18:29:47 +0200 + +libtext-iconv-perl (1.2-1) unstable; urgency=low + + * New upstream version + + -- Steve Haslam Thu, 13 Dec 2001 19:17:38 +0000 + +libtext-iconv-perl (1.1-3) unstable; urgency=low + + * Rebuild with newer dpkg-dev + * Remove dh_testversion + * Bumped standards-version + + -- Steve Haslam Thu, 3 May 2001 15:18:49 +0100 + +libtext-iconv-perl (1.1-2) unstable; urgency=low + + * Rebuild to catch up with Perl policy. + * Added Build-Depends on perl and debhelper. + + -- Steve Haslam Sun, 29 Apr 2001 00:41:13 +0100 + +libtext-iconv-perl (1.1-1) unstable; urgency=low + + * New upstream version + + -- Steve Haslam Thu, 28 Dec 2000 15:16:52 +0000 + +libtext-iconv-perl (1.0-1) unstable; urgency=low + + * Initial Release. + + -- Steve Haslam Sat, 4 Mar 2000 18:43:50 +0000 + + --- libtext-iconv-perl-1.7.orig/debian/watch +++ libtext-iconv-perl-1.7/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://www.cpan.org/modules/by-module/Text/Text-Iconv-(.*)\.tar\.gz