r4557 - in /packages/liblocale-maketext-fuzzy-perl/trunk/debian: ./ changelog compat control copyright rules watch

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Mon Dec 4 22:39:02 CET 2006


Author: ntyni-guest
Date: Mon Dec  4 22:39:02 2006
New Revision: 4557

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4557
Log:
Load liblocale-maketext-fuzzy-perl-0.02 into
packages/liblocale-maketext-fuzzy-perl/trunk.

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

Added: packages/liblocale-maketext-fuzzy-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/liblocale-maketext-fuzzy-perl/trunk/debian/changelog?rev=4557&op=file
==============================================================================
--- packages/liblocale-maketext-fuzzy-perl/trunk/debian/changelog (added)
+++ packages/liblocale-maketext-fuzzy-perl/trunk/debian/changelog Mon Dec  4 22:39:02 2006
@@ -1,0 +1,14 @@
+liblocale-maketext-fuzzy-perl (0.02-2) unstable; urgency=low
+
+  * Switched to my debian.org email address.
+  * debian/watch - Updated URL so it does not timeout.
+
+ -- Stephen Quinney <sjq at debian.org>  Thu, 22 Sep 2005 22:43:40 +0100
+
+liblocale-maketext-fuzzy-perl (0.02-1) unstable; urgency=low
+
+  *  Inital release, closes: #188327.
+
+ -- Stephen Quinney <sjq at debian.org>  Fri,  4 Apr 2003 14:57:21 +0100
+
+

Added: packages/liblocale-maketext-fuzzy-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/liblocale-maketext-fuzzy-perl/trunk/debian/compat?rev=4557&op=file
==============================================================================
--- packages/liblocale-maketext-fuzzy-perl/trunk/debian/compat (added)
+++ packages/liblocale-maketext-fuzzy-perl/trunk/debian/compat Mon Dec  4 22:39:02 2006
@@ -1,0 +1,1 @@
+4

Added: packages/liblocale-maketext-fuzzy-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/liblocale-maketext-fuzzy-perl/trunk/debian/control?rev=4557&op=file
==============================================================================
--- packages/liblocale-maketext-fuzzy-perl/trunk/debian/control (added)
+++ packages/liblocale-maketext-fuzzy-perl/trunk/debian/control Mon Dec  4 22:39:02 2006
@@ -1,0 +1,16 @@
+Source: liblocale-maketext-fuzzy-perl
+Section: perl
+Priority: optional  
+Maintainer: Stephen Quinney <sjq at debian.org>
+Build-Depends-Indep: perl (>= 5.6.0-16), debhelper (>= 4), liblocale-maketext-perl, perl (>= 5.8.0) | libtest-simple-perl
+Standards-Version: 3.6.2
+
+Package: liblocale-maketext-fuzzy-perl
+Architecture: all
+Depends: perl (>= 5.6.0-16), liblocale-maketext-perl
+Description: Maketext from already interpolated strings 
+ This module is a subclass of Locale::Maketext, with additional
+ support for localizing messages that already contains interpolated
+ variables.  This is most useful when the messages are returned by
+ external modules -- for example, to match "dir: command not found"
+ against "[_1]: command not found".

Added: packages/liblocale-maketext-fuzzy-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/liblocale-maketext-fuzzy-perl/trunk/debian/copyright?rev=4557&op=file
==============================================================================
--- packages/liblocale-maketext-fuzzy-perl/trunk/debian/copyright (added)
+++ packages/liblocale-maketext-fuzzy-perl/trunk/debian/copyright Mon Dec  4 22:39:02 2006
@@ -1,0 +1,21 @@
+This package was debianized by Stephen Quinney <sjq at debian.org> on
+Fri, 04 Apr 2003 15:00:11 +0100
+
+It was downloaded from http://search.cpan.org/CPAN/authors/id/A/AU/AUTRIJUS/
+
+Upstream Author: Autrijus Tang <autrijus at autrijus.org>
+
+Copyright:
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of either:
+
+    a) the GNU General Public License as published by the Free Software
+       Foundation; either version 1, or (at your option) any later
+       version, or
+
+    b) the "Artistic License" which comes with Perl.
+
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL' and
+    the Artistic Licence in `/usr/share/common-licenses/Artistic'.

Added: packages/liblocale-maketext-fuzzy-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/liblocale-maketext-fuzzy-perl/trunk/debian/rules?rev=4557&op=file
==============================================================================
--- packages/liblocale-maketext-fuzzy-perl/trunk/debian/rules (added)
+++ packages/liblocale-maketext-fuzzy-perl/trunk/debian/rules Mon Dec  4 22:39:02 2006
@@ -1,0 +1,70 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+PACKAGE=$(shell dh_listpackages)
+
+PERL = /usr/bin/perl
+
+DESTDIR=..
+
+TMP     =`pwd`/debian/$(PACKAGE)
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+
+	$(PERL) Makefile.PL verbose INSTALLDIRS=vendor
+
+	touch configure-stamp
+
+build: build-stamp
+build-stamp: configure-stamp
+	dh_testdir
+
+	$(MAKE)
+	$(MAKE) test
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot 
+
+	[ ! -e Makefile ] || $(MAKE) distclean
+
+	dh_clean build-stamp configure-stamp
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	$(MAKE) install PREFIX=$(TMP)/usr
+
+	find $(TMP)/usr -type d -empty -print0 | xargs --no-run-if-empty --null rmdir -p --ignore-fail-on-non-empty
+
+# Build architecture-independent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	dh_installman
+	dh_installchangelogs Changes
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_perl
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb --destdir=$(DESTDIR)
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary
+

Propchange: packages/liblocale-maketext-fuzzy-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/liblocale-maketext-fuzzy-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/liblocale-maketext-fuzzy-perl/trunk/debian/watch?rev=4557&op=file
==============================================================================
--- packages/liblocale-maketext-fuzzy-perl/trunk/debian/watch (added)
+++ packages/liblocale-maketext-fuzzy-perl/trunk/debian/watch Mon Dec  4 22:39:02 2006
@@ -1,0 +1,6 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# Site		Directory		Pattern			Version	Script
+version=2
+http://www.cpan.org/authors/id/A/AU/AUTRIJUS/Locale-Maketext-Fuzzy-(.*)\.tar\.gz debian uupdate




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