r38671 - in /trunk/liblocale-msgfmt-perl/debian: ./ changelog compat control copyright rules watch

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Fri Jun 26 02:43:26 UTC 2009


Author: ryan52-guest
Date: Fri Jun 26 02:43:21 2009
New Revision: 38671

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38671
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/liblocale-msgfmt-perl/debian/
    trunk/liblocale-msgfmt-perl/debian/changelog
    trunk/liblocale-msgfmt-perl/debian/compat
    trunk/liblocale-msgfmt-perl/debian/control
    trunk/liblocale-msgfmt-perl/debian/copyright
    trunk/liblocale-msgfmt-perl/debian/rules   (with props)
    trunk/liblocale-msgfmt-perl/debian/watch

Added: trunk/liblocale-msgfmt-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-msgfmt-perl/debian/changelog?rev=38671&op=file
==============================================================================
--- trunk/liblocale-msgfmt-perl/debian/changelog (added)
+++ trunk/liblocale-msgfmt-perl/debian/changelog Fri Jun 26 02:43:21 2009
@@ -1,0 +1,5 @@
+liblocale-msgfmt-perl (0.05-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #534651)
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Thu, 25 Jun 2009 19:23:11 -0700

Added: trunk/liblocale-msgfmt-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-msgfmt-perl/debian/compat?rev=38671&op=file
==============================================================================
--- trunk/liblocale-msgfmt-perl/debian/compat (added)
+++ trunk/liblocale-msgfmt-perl/debian/compat Fri Jun 26 02:43:21 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/liblocale-msgfmt-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-msgfmt-perl/debian/control?rev=38671&op=file
==============================================================================
--- trunk/liblocale-msgfmt-perl/debian/control (added)
+++ trunk/liblocale-msgfmt-perl/debian/control Fri Jun 26 02:43:21 2009
@@ -1,0 +1,19 @@
+Source: liblocale-msgfmt-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.6.0-12), perl-modules
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
+Standards-Version: 3.8.2
+Homepage: http://search.cpan.org/dist/Locale-Msgfmt/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/liblocale-msgfmt-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/liblocale-msgfmt-perl/
+
+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.

Added: trunk/liblocale-msgfmt-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-msgfmt-perl/debian/copyright?rev=38671&op=file
==============================================================================
--- trunk/liblocale-msgfmt-perl/debian/copyright (added)
+++ trunk/liblocale-msgfmt-perl/debian/copyright Fri Jun 26 02:43:21 2009
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Ryan Niebur <ryanryan52 at gmail.com>
+Upstream-Source: http://search.cpan.org/dist/Locale-Msgfmt/
+Upstream-Name: Locale-Msgfmt
+
+Files: *
+Copyright: 2009, Ryan Niebur <ryanryan52 at gmail.com>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Ryan Niebur <ryanryan52 at gmail.com>
+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'

Added: trunk/liblocale-msgfmt-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-msgfmt-perl/debian/rules?rev=38671&op=file
==============================================================================
--- trunk/liblocale-msgfmt-perl/debian/rules (added)
+++ trunk/liblocale-msgfmt-perl/debian/rules Fri Jun 26 02:43:21 2009
@@ -1,0 +1,10 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+CMD=$(subst override_,,$@)
+
+override_dh_auto_install:
+	$(CMD)
+	rm -fr debian/$(shell dh_listpackages)/usr/bin/

Propchange: trunk/liblocale-msgfmt-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/liblocale-msgfmt-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblocale-msgfmt-perl/debian/watch?rev=38671&op=file
==============================================================================
--- trunk/liblocale-msgfmt-perl/debian/watch (added)
+++ trunk/liblocale-msgfmt-perl/debian/watch Fri Jun 26 02:43:21 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Locale-Msgfmt/   .*/Locale-Msgfmt-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




More information about the Pkg-perl-cvs-commits mailing list