--- liblocale-maketext-gettext-perl-1.28.orig/debian/control +++ liblocale-maketext-gettext-perl-1.28/debian/control @@ -0,0 +1,19 @@ +Source: liblocale-maketext-gettext-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group +Uploaders: Mikhail Gusarov +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/liblocale-maketext-gettext-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/liblocale-maketext-gettext-perl/ +Standards-Version: 3.8.3 +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl, libtest-pod-perl +Homepage: http://search.cpan.org/dist/Locale-Maketext-Gettext + +Package: liblocale-maketext-gettext-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends} +Description: Perl module bridging gettext and Maketext localization frameworks + Locale::Maketext::Gettext joins the GNU gettext and Maketext frameworks + providing a code that bridges gettext po/pot localization infrastructure and + Maketext Perl API. --- liblocale-maketext-gettext-perl-1.28.orig/debian/copyright +++ liblocale-maketext-gettext-perl-1.28/debian/copyright @@ -0,0 +1,46 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: imacat +Upstream-Source: http://search.cpan.org/dist/Locale-Maketext-Gettext/ +Upstream-Name: Locale-Maketext-Gettext + +Files: * +Copyright: 2003-2009, imacat +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: t/T_L10N.pm +Copyright: 2003, imacat +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: script/maketext, t/04-encodings.t, t/06-racing.t, t/09-f-encodings.t, + t/11-command-line.t +Copyright: 2003-2007, imacat +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: lib/Locale/Maketext/Gettext/Functions.pm, t/01-basic.t, t/05-switching.t, + t/07-f-basic.t, t/08-f-errors.t, t/10-f-switching.t +Copyright: 2003-2008, imacat +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Mikhail Gusarov +License-Alias: Perl +License: Artistic | 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 the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- liblocale-maketext-gettext-perl-1.28.orig/debian/watch +++ liblocale-maketext-gettext-perl-1.28/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://search.cpan.org/dist/Locale-Maketext-Gettext/ \ + .*/Locale-Maketext-Gettext-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- liblocale-maketext-gettext-perl-1.28.orig/debian/compat +++ liblocale-maketext-gettext-perl-1.28/debian/compat @@ -0,0 +1 @@ +7 --- liblocale-maketext-gettext-perl-1.28.orig/debian/liblocale-maketext-gettext-perl.docs +++ liblocale-maketext-gettext-perl-1.28/debian/liblocale-maketext-gettext-perl.docs @@ -0,0 +1,5 @@ +TODO +THANKS +SIGNATURE +README +BUGS --- liblocale-maketext-gettext-perl-1.28.orig/debian/changelog +++ liblocale-maketext-gettext-perl-1.28/debian/changelog @@ -0,0 +1,5 @@ +liblocale-maketext-gettext-perl (1.28-1) unstable; urgency=low + + * Initial release (Closes: #542914). + + -- Mikhail Gusarov Sun, 23 Aug 2009 05:43:32 +0700 --- liblocale-maketext-gettext-perl-1.28.orig/debian/rules +++ liblocale-maketext-gettext-perl-1.28/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@