--- libtext-unaccent-perl-1.08.orig/MANIFEST +++ libtext-unaccent-perl-1.08/MANIFEST @@ -8,3 +8,4 @@ t/unac.t unac.c unac.h +META.yml Module meta-data (added by MakeMaker) --- libtext-unaccent-perl-1.08.orig/debian/rules +++ libtext-unaccent-perl-1.08/debian/rules @@ -0,0 +1,89 @@ +#!/usr/bin/make -f +#-*- makefile -*- +# 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 Christoph Lameter. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 +export DH_COMPAT=3 + +PACKAGE=$(shell dh_listpackages) + +ifndef PERL +PERL = /usr/bin/perl +endif + +TMP =`pwd`/debian/$(PACKAGE) + +OPTIMIZE = -O2 -Wall +ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) +OPTIMIZE += -g +endif + +build: build-stamp +build-stamp: + dh_testdir + + + # Add here commands to compile the package. + $(PERL) Makefile.PL INSTALLDIRS=vendor + $(MAKE) OPTIMIZE="$(OPTIMIZE)" LD_RUN_PATH="" + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + -$(MAKE) realclean + + dh_clean + +install: + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/tmp. + $(MAKE) install PREFIX=$(TMP)/usr + + +# 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_testversion + dh_testdir + dh_testroot + dh_installdocs README +# dh_installexamples +# dh_installmenu +# dh_installemacsen +# dh_installinit +# dh_installcron + dh_installman +# dh_undocumented + dh_installchangelogs ChangeLog +# dh_link + dh_strip + dh_compress + dh_fixperms +# dh_makeshlibs + dh_installdeb + dh_perl + 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-unaccent-perl-1.08.orig/debian/copyright +++ libtext-unaccent-perl-1.08/debian/copyright @@ -0,0 +1,25 @@ +This package was debianized by Loic Dachary on +Tue, 17 Jul 2001 18:25:38 +0200. + +It was downloaded from http://www.senga.org/download/unac/ + +Author: Loic Dachary + +Copyright: + + This package 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; version 2 dated June, 1991. + + This package 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 package; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA + 02111-1307, USA. + +On Debian systems the full text of these two licences can be found +in /usr/share/common-licenses/GPL files. --- libtext-unaccent-perl-1.08.orig/debian/control +++ libtext-unaccent-perl-1.08/debian/control @@ -0,0 +1,17 @@ +Source: libtext-unaccent-perl +Section: interpreters +Priority: optional +Build-Depends: debhelper (>= 3.0.5), perl (>= 5.6.1-7) +Maintainer: Loic Dachary (OuoU) +Standards-Version: 3.6.1 + +Package: libtext-unaccent-perl +Architecture: any +Depends: ${perl:Depends}, ${shlibs:Depends} +Description: provides functions to remove accents using UTF16 as a pivot + Text::Unaccent is a module that provides functions to remove accents + from a string. For instance the string été will become ete. The + charset of the input string is specified as an argument. The input is + converted to UTF-16 using iconv(3), accents are stripped and the + result is converted back to the original charset. The iconv -l + command on GNU/Linux will show all charset supported. --- libtext-unaccent-perl-1.08.orig/debian/changelog +++ libtext-unaccent-perl-1.08/debian/changelog @@ -0,0 +1,72 @@ +libtext-unaccent-perl (1.08-1build4) trusty; urgency=low + + * Rebuild for Perl 5.18. + + -- Colin Watson Mon, 21 Oct 2013 10:57:53 +0100 + +libtext-unaccent-perl (1.08-1build3) precise; urgency=low + + * Rebuild for Perl 5.14. + + -- Colin Watson Tue, 15 Nov 2011 20:18:15 +0000 + +libtext-unaccent-perl (1.08-1build2) oneiric; urgency=low + + * Rebuild for Perl 5.12. + + -- Colin Watson Sun, 08 May 2011 13:33:32 +0100 + +libtext-unaccent-perl (1.08-1build1) intrepid; urgency=low + + * Rebuild for the perl 5.10 transition. + + -- Michael Bienia Sat, 24 May 2008 15:14:16 +0200 + +libtext-unaccent-perl (1.08-1) unstable; urgency=low + + * New upstream version + + -- Loic Dachary (OuoU) Sun, 17 Oct 2004 21:06:32 +0200 + +libtext-unaccent-perl (1.07-1) unstable; urgency=low + + * New upstream version + + -- Loic Dachary (OuoU) Mon, 2 Sep 2002 16:22:44 +0200 + +libtext-unaccent-perl (1.06-1) unstable; urgency=low + + * New upstream version + + -- Loic Dachary (OuoU) Sat, 6 Jul 2002 15:28:27 +0200 + +libtext-unaccent-perl (1.05-2) unstable; urgency=low + + * Update maintainer info + * Closes: bug#111988 + + -- Loic Dachary (OuoU) Tue, 11 Sep 2001 18:22:44 +0200 + +libtext-unaccent-perl (1.05-1) unstable; urgency=low + + * New upstream version + + -- Loic Dachary (OuoU) Thu, 19 Jul 2001 16:41:58 +0200 + +libtext-unaccent-perl (1.04-2) unstable; urgency=low + + * Remove useless README.Debian + * fix typo in copyright + * remove useless DESTDIR from rules + + -- Loic Dachary (OuoU) Wed, 18 Jul 2001 16:13:19 +0200 + +libtext-unaccent-perl (1.04-1) unstable; urgency=low + + * Initial Release. + + -- Loic Dachary (OuoU) Wed, 18 Jul 2001 14:32:19 +0200 + +Local variables: +mode: debian-changelog +End: