r4659 - in /packages/libtext-shellwords-perl/trunk/debian: ./
changelog compat control copyright old.rules rules watch
gwolf at users.alioth.debian.org
gwolf at users.alioth.debian.org
Thu Dec 28 22:18:35 CET 2006
Author: gwolf
Date: Thu Dec 28 22:18:35 2006
New Revision: 4659
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4659
Log:
[svn-inject] Applying Debian modifications to trunk
Added:
packages/libtext-shellwords-perl/trunk/debian/
packages/libtext-shellwords-perl/trunk/debian/changelog
packages/libtext-shellwords-perl/trunk/debian/compat
packages/libtext-shellwords-perl/trunk/debian/control
packages/libtext-shellwords-perl/trunk/debian/copyright
packages/libtext-shellwords-perl/trunk/debian/old.rules
packages/libtext-shellwords-perl/trunk/debian/rules (with props)
packages/libtext-shellwords-perl/trunk/debian/watch
Added: packages/libtext-shellwords-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtext-shellwords-perl/trunk/debian/changelog?rev=4659&op=file
==============================================================================
--- packages/libtext-shellwords-perl/trunk/debian/changelog (added)
+++ packages/libtext-shellwords-perl/trunk/debian/changelog Thu Dec 28 22:18:35 2006
@@ -1,0 +1,31 @@
+libtext-shellwords-perl (1.03-2) unstable; urgency=low
+
+ * QA upload.
+ * Set maintainer to QA Group; Orphaned: #400368
+ * Move debhelper and cdbs from B-D-I to B-D
+ * Conforms with latest Standards Version 3.7.2
+
+ -- Michael Ablassmeier <abi at debian.org> Mon, 11 Dec 2006 08:52:03 +0100
+
+libtext-shellwords-perl (1.03-1) unstable; urgency=low
+
+ * New upstream release
+ * Using cdbs
+
+ -- Matt Hope <dopey at debian.org> Mon, 29 Dec 2003 00:45:34 +1100
+
+libtext-shellwords-perl (1.02-1) unstable; urgency=low
+
+ * New upstream version
+ * debian/
+ - added watch
+ - added information to copyright
+
+ -- Matt Hope <dopey at debian.org> Sat, 5 Jul 2003 20:27:57 +1000
+
+libtext-shellwords-perl (1.00-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Matt Hope <dopey at debian.org> Sat, 12 Apr 2003 20:59:12 +1000
+
Added: packages/libtext-shellwords-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtext-shellwords-perl/trunk/debian/compat?rev=4659&op=file
==============================================================================
--- packages/libtext-shellwords-perl/trunk/debian/compat (added)
+++ packages/libtext-shellwords-perl/trunk/debian/compat Thu Dec 28 22:18:35 2006
@@ -1,0 +1,1 @@
+4
Added: packages/libtext-shellwords-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtext-shellwords-perl/trunk/debian/control?rev=4659&op=file
==============================================================================
--- packages/libtext-shellwords-perl/trunk/debian/control (added)
+++ packages/libtext-shellwords-perl/trunk/debian/control Thu Dec 28 22:18:35 2006
@@ -1,0 +1,19 @@
+Source: libtext-shellwords-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4), cdbs (>= 0.4)
+Build-Depends-Indep: perl (>= 5.8.0)
+Maintainer: Debian QA Group <packages at qa.debian.org>
+Standards-Version: 3.7.2
+
+Package: libtext-shellwords-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: Tokenises lines of text
+ This is a thin wrapper around the shellwords.pl package, which comes
+ preinstalled with Perl. This module imports a single subroutine,
+ shellwords(). The shellwords() routine parses lines of text and
+ returns a set of tokens using the same rules that the Unix shell does
+ for its command-line arguments. Tokens are separated by whitespace,
+ and can be delimited by single or double quotes. The module also
+ respects backslash escapes.
Added: packages/libtext-shellwords-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtext-shellwords-perl/trunk/debian/copyright?rev=4659&op=file
==============================================================================
--- packages/libtext-shellwords-perl/trunk/debian/copyright (added)
+++ packages/libtext-shellwords-perl/trunk/debian/copyright Thu Dec 28 22:18:35 2006
@@ -1,0 +1,28 @@
+
+Package: libtext-shellwords-perl (Text::Shellwords)
+CPAN Package: Text-Shellwords
+
+Upstream Author: Lincoln Stein <lstein at cshl.org>.
+
+URL: http://search.cpan.org/author/LDS/
+
+Copyright statement:
+---8<-------------------------
+Copyright (c) 2001 Cold Spring Harbor Laboratory
+
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself. See DISCLAIMER.txt for
+disclaimers of warranty..
+---8<-------------------------
+
+Debianised:
+ Matt Hope <dopey at debian.org>, 20030312
+
+Perl is dual-licenced under "Artistic" and "GPL".
+The text of the GPL licence is available from
+ /usr/share/common-licenses/GPL
+The text of the Artistic licence is available from
+ /usr/share/common-licenses/Artistic
+The text of the Perl licence is available from
+ /usr/share/doc/perl/copyright
+
Added: packages/libtext-shellwords-perl/trunk/debian/old.rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtext-shellwords-perl/trunk/debian/old.rules?rev=4659&op=file
==============================================================================
--- packages/libtext-shellwords-perl/trunk/debian/old.rules (added)
+++ packages/libtext-shellwords-perl/trunk/debian/old.rules Thu Dec 28 22:18:35 2006
@@ -1,0 +1,60 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+export DH_COMPAT=3
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP = $(CURDIR)/debian/$(PACKAGE)
+
+build: Makefile
+Makefile:
+ dh_testdir
+
+
+ # Add here commands to compile the package.
+ $(PERL) Makefile.PL INSTALLDIRS=vendor
+ $(MAKE) OPTIMIZE="-O2 -g -Wall"
+
+ touch build-stamp
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp
+
+ -$(MAKE) realclean
+ -rm Makefile
+
+ dh_clean
+
+install:
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ $(MAKE) install PREFIX=$(TMP)/usr
+
+
+binary-arch:
+
+binary-indep: build install
+ dh_testdir
+ dh_testroot
+ dh_installdocs README
+ dh_installchangelogs Changes
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_perl
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary
Added: packages/libtext-shellwords-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtext-shellwords-perl/trunk/debian/rules?rev=4659&op=file
==============================================================================
--- packages/libtext-shellwords-perl/trunk/debian/rules (added)
+++ packages/libtext-shellwords-perl/trunk/debian/rules Thu Dec 28 22:18:35 2006
@@ -1,0 +1,7 @@
+#!/usr/bin/make -f
+
+# Put perlmodule.mk last to dh_clean temporary files not in MANIFEST
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk
+
+DEB_INSTALL_DOCS_libtext-shellwords-perl := README
Propchange: packages/libtext-shellwords-perl/trunk/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: packages/libtext-shellwords-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libtext-shellwords-perl/trunk/debian/watch?rev=4659&op=file
==============================================================================
--- packages/libtext-shellwords-perl/trunk/debian/watch (added)
+++ packages/libtext-shellwords-perl/trunk/debian/watch Thu Dec 28 22:18:35 2006
@@ -1,0 +1,3 @@
+version=2
+
+http://www.cpan.org/authors/id/LDS/ Text-Shellwords-(.*)\.tar\.gz debian uupdate
More information about the Pkg-perl-cvs-commits
mailing list