debian/0000755000000000000000000000000012231170320007155 5ustar debian/watch0000644000000000000000000000014011274570112010212 0ustar version=3 http://www.cpan.org/authors/id/G/GU/GUIDO/libintl-perl-(.*)\.tar\.gz debian uupdate debian/libintl-perl.docs0000644000000000000000000000003411274570112012432 0ustar FAQ NEWS README THANKS TODO debian/libintl-perl.install0000644000000000000000000000002611274570112013151 0ustar usr/share/* usr/share debian/rules0000755000000000000000000000234112163702461010250 0ustar #!/usr/bin/make -f # 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 TMP =$(CURDIR)/debian/tmp include /usr/share/dpkg/buildflags.mk build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: dh_testdir perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE='$(CFLAGS) $(CPPFLAGS)' LD='$(CC) $(CFLAGS) $(LDFLAGS)' cd $(CURDIR)/gettext_xs && perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE='$(CFLAGS) $(CPPFLAGS)' LD='$(CC) $(CFLAGS) $(LDFLAGS)' $(MAKE) LD_RUN_PATH="" $(MAKE) -C $(CURDIR)/gettext_xs dh_auto_test touch $@ clean: dh_testdir dh_testroot [ ! -f Makefile ] || $(MAKE) realclean [ ! -f Makefile ] || $(MAKE) -C $(CURDIR)/gettext_xs realclean rm -f xs_disabled dh_clean build-stamp config.log install: build dh_testdir dh_testroot dh_prep dh_installdirs $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr $(MAKE) -C $(CURDIR)/gettext_xs install DESTDIR=$(TMP) PREFIX=/usr binary-indep: install dh_testdir dh_testroot dh_install -i --exclude=xs dh $@ binary-arch: install dh $@ binary: binary-indep binary-arch .PHONY: build build-arch build-indep clean binary-indep binary-arch binary debian/libintl-perl.lintian-overrides0000644000000000000000000000004211274570112015137 0ustar libintl-perl: unusual-interpreter debian/libintl-xs-perl.install0000644000000000000000000000012111274570112013575 0ustar usr/lib/* usr/lib/ usr/share/man/man3/Locale::gettext_xs.3pm usr/share/man/man3/ debian/copyright0000644000000000000000000000123511274571021011122 0ustar This is the Debian package for the libintl-perl module. It was created by Marc Brockschmidt using dh-make-perl. The upstream sources were downloaded from CPAN: http://www.cpan.org/authors/id/G/GU/GUIDO/ The upstream author is: Guido Flohr Copyright: (C) 2002-2009, Guido Flohr This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. A copy of the LGPL-2 can be found at /usr/share/common-licenses/LGPL-2 on any Debian system. debian/libintl-perl.examples0000644000000000000000000000003711274570112013323 0ustar sample/README sample/simplecal debian/libintl-xs-perl.lintian-overrides0000644000000000000000000000004511274570112015572 0ustar libintl-xs-perl: unusual-interpreter debian/source/0000755000000000000000000000000011274571160010472 5ustar debian/source/format0000644000000000000000000000001411274601015011671 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212163676744010404 0ustar 9 debian/control0000644000000000000000000000225312163711264010576 0ustar Source: libintl-perl Section: perl Priority: optional Build-Depends: debhelper (>= 9), perl (>= 5.8.0-7), dpkg-dev (>= 1.16.1~) Maintainer: Peter Eisentraut Standards-Version: 3.9.4 Homepage: http://search.cpan.org/dist/libintl-perl/ Package: libintl-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Suggests: libintl-xs-perl Description: Uniforum message translations system compatible i18n library libintl-perl is an internationalization library for Perl that aims to be compatible with the Uniforum message translations system as implemented for example in GNU gettext. Package: libintl-xs-perl Architecture: any Depends: ${perl:Depends}, ${misc:Depends}, ${shlibs:Depends}, libintl-perl (= ${source:Version}) Description: Uniforum message translations system compatible i18n library libintl-perl is an internationalization library for Perl that aims to be compatible with the Uniforum message translations system as implemented for example in GNU gettext. . This package contains the XS Implementation of Uniforum Message Translation, which is, thanks to the use of C code and libraries, a little bit faster than the pure Perl implementation. debian/changelog0000644000000000000000000000715712231170320011041 0ustar libintl-perl (1.23-1build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 10:15:59 +0100 libintl-perl (1.23-1) unstable; urgency=low * New upstream release * Updated standards version * Changed to Debhelper level 9 * Added build-arch and build-indep targets * Fixed application of Debian build flags for hardening -- Peter Eisentraut Sat, 29 Jun 2013 21:23:42 -0400 libintl-perl (1.20-1) unstable; urgency=low * New upstream release (closes: #547983) * Added uupdate call to watch file * Use dh_lintian * Changed source format to 3.0 (quilt) * Updated standards version * Run test suite via dh_auto_test * Changed to Debhelper level 7 -- Peter Eisentraut Thu, 05 Nov 2009 18:48:31 +0200 libintl-perl (1.16-4) unstable; urgency=low * Don't ignore errors from make realclean, as per lintian check * Updated standards version * Added Homepage control field -- Peter Eisentraut Sun, 23 Dec 2007 09:22:38 +0100 libintl-perl (1.16-3) unstable; urgency=medium * Removed unnecessary libraries from Makefile.PL (closes: #421953) -- Peter Eisentraut Wed, 16 May 2007 10:20:00 +0200 libintl-perl (1.16-2) unstable; urgency=low * Updated watch file to version 3 * Changed to Debhelper level 5 * Updated standards version * Use ${source:Version} for dependency to make package binNMUable -- Peter Eisentraut Sun, 22 Apr 2007 19:17:28 +0200 libintl-perl (1.16-1) unstable; urgency=low * New upstream release * Added FAQ and THANKS to installation -- Peter Eisentraut Fri, 18 Nov 2005 09:41:42 +0100 libintl-perl (1.11-2) unstable; urgency=low * New maintainer (closes: #333190) * Updated standards version * Removed no longer necessary overrides -- Peter Eisentraut Thu, 20 Oct 2005 15:39:58 +0200 libintl-perl (1.11-1) unstable; urgency=low * New upstream release: + Adds description to all manpages (Closes: #229644) * debian/control: I'm a DD. -- Marc 'HE' Brockschmidt Thu, 1 Jul 2004 13:18:39 +0200 libintl-perl (1.10-2) unstable; urgency=low * Worked on packaging: Split the xs part out to a separate module, make the rest arch: all. (Closes: #233399) -- Marc Brockschmidt Wed, 18 Feb 2004 11:40:27 +0100 libintl-perl (1.10-1) unstable; urgency=low * New upstream release. * debian/changelog: Add location of upstream sources (Closes: #228769) * debian/watch: Added file * debian/rules: Execute make test -- Marc Brockschmidt Wed, 21 Jan 2004 14:22:08 +0100 libintl-perl (1.08-1) unstable; urgency=low * New upstream release. * debian/control: Suggest libdb4.1-dev for the virtual package libdb-dev, not the old libdb2-dev. * debian/rules: Moved build process from binary-indep to binary-*argh* -- Marc Brockschmidt Sun, 28 Dec 2003 13:21:38 +0100 libintl-perl (1.05-2) unstable; urgency=low * Initial Release (to the archive). (Closes: #218435) * debian/: + rules: Fixed optimization + copyright: This is LGPL-2, not GPL-2 + *override: Updated lintian override, added linda override + control: # OR a real package for a virtual package (libdb2-dev | libdb-dev instead of libdb-dev) # Changed short description (upstream asked for it) -- Marc Brockschmidt Mon, 17 Nov 2003 21:55:14 +0100 libintl-perl (1.05-1) unstable; urgency=low * Initial Release. -- Marc Brockschmidt Fri, 31 Oct 2003 11:56:29 +0100