debian/0000755000000000000000000000000011706560372007175 5ustar debian/copyright0000644000000000000000000000411411706560372011130 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: Locale-Msgfmt Upstream-Contact: Ryan Niebur Source: http://search.cpan.org/dist/Locale-Msgfmt/ Files: * Copyright: 2009, Ryan Niebur License: Artistic or GPL-1+ Files: t/samples/ja.po Copyright: 2009, The Padre development team as listed in Padre.pm: Aaron Trevena (TEEJAY) Ahmad Zawawi XXXX XXXX XXXXX (AZAWAWI) Adam Kennedy (ADAMK) Breno G. de Oliveira (GARU) Brian Cassidy (BRICAS) Cezary Morga (THEREK) Chris Dolan (CHRISDOLAN) Claudio Ramirez (CLAUDIO) Fayland Lam (FAYLAND) Gabor Szabo - XXXXX XXX (SZABGAB) Heiko Jansen (HJANSEN) Jerome Quelin (JQUELIN) Kaare Rasmussen (KAARE) Keedi Kim - XXX (KEEDI) Kenichi Ishigaki - XXXX (ISHIGAKI) Max Maischein (CORION) Patrick Donelan (PATSPAM) PaweX Murias (PMURIAS) Petar Shangov (PSHANGOV) Steffen Mueller (TSEE) License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, Jonathan Yu 2009, Ryan Niebur License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian GNU/Linux systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program 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; either version 1, or (at your option) any later version. . On Debian GNU/Linux systems, the complete text of version 1 of the General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000016711706560372010232 0ustar version=3 http://search.cpan.org/dist/Locale-Msgfmt/ .*/Locale-Msgfmt-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/changelog0000644000000000000000000000245711706560372011057 0ustar liblocale-msgfmt-perl (0.15-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Add myself to Uploaders and Copyright [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Ryan Niebur ] * add liblocale-maketext-gettext-perl to build deps * Update ryan52's email address [ gregor herrmann ] * Bump debhelper build dependency version, remove build-dependency on Module::Build. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ Dominique Dumont ] * control: bumped standard-version to 3.9.2 (no other changes) * debian/compat: bumped to 8 * control: added /me to uploaders -- Dominique Dumont Sat, 21 Jan 2012 16:59:00 +0100 liblocale-msgfmt-perl (0.14-1) unstable; urgency=low * New upstream release -- Ryan Niebur Thu, 06 Aug 2009 12:19:24 -0700 liblocale-msgfmt-perl (0.08-1) unstable; urgency=low * Initial Release. (Closes: #534651) -- Ryan Niebur Fri, 26 Jun 2009 20:26:05 -0700 debian/compat0000644000000000000000000000000211706560372010373 0ustar 8 debian/source/0000755000000000000000000000000011706560372010475 5ustar debian/source/format0000644000000000000000000000001411706560372011703 0ustar 3.0 (quilt) debian/control0000644000000000000000000000171411706560372010603 0ustar Source: liblocale-msgfmt-perl Maintainer: Debian Perl Group Uploaders: Ryan Niebur , Jonathan Yu , Dominique Dumont Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libtest-pod-perl, liblocale-maketext-gettext-perl Standards-Version: 3.9.2 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblocale-msgfmt-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/liblocale-msgfmt-perl.git Homepage: http://search.cpan.org/dist/Locale-Msgfmt/ Package: liblocale-msgfmt-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: pure Perl reimplementation of msgfmt Locale::Msgfmt is a tool to compile .po files to .mo files. This module does the same thing as msgfmt from GNU gettext-tools, except this is pure Perl. debian/rules0000755000000000000000000000034711706560372010261 0ustar #!/usr/bin/make -f %: dh $@ CMD=$(subst override_,,$@) PKG=$(shell dh_listpackages) EXAMPLES=/usr/share/doc/$(PKG)/examples/ override_dh_auto_install: $(CMD) -- INSTALLVENDORSCRIPT=$(EXAMPLES) INSTALLVENDORMAN1DIR=$(EXAMPLES)