r4232 - in /packages/libio-string-perl/trunk/debian: ./ changelog compat control copyright rules watch

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Fri Nov 17 15:12:36 CET 2006


Author: eloy
Date: Fri Nov 17 15:12:36 2006
New Revision: 4232

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4232
Log:
Load libio-string-perl-1.08 into packages/libio-string-perl/trunk.

Added:
    packages/libio-string-perl/trunk/debian/
    packages/libio-string-perl/trunk/debian/changelog
    packages/libio-string-perl/trunk/debian/compat
    packages/libio-string-perl/trunk/debian/control
    packages/libio-string-perl/trunk/debian/copyright
    packages/libio-string-perl/trunk/debian/rules   (with props)
    packages/libio-string-perl/trunk/debian/watch

Added: packages/libio-string-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libio-string-perl/trunk/debian/changelog?rev=4232&op=file
==============================================================================
--- packages/libio-string-perl/trunk/debian/changelog (added)
+++ packages/libio-string-perl/trunk/debian/changelog Fri Nov 17 15:12:36 2006
@@ -1,0 +1,45 @@
+libio-string-perl (1.08-1) unstable; urgency=low
+
+  * Hijack package
+  * New upstream release
+  * debian/control:
+      - Switched Section to perl
+      - Moved debhelper to Build-Depends
+      - Updated to Standards-Version 3.7.2
+  * debian/compat - Added and set to 4
+  * debian/rules  - Altered to suit my 'standard' build methods
+  * debian/watch  - Updated to version 2
+
+ -- Stephen Quinney <sjq at debian.org>  Fri, 16 Jun 2006 11:50:32 +0100
+
+libio-string-perl (1.05-1) unstable; urgency=low
+
+  * New release
+
+ -- Matt Hope <dopey at debian.org>  Mon, 12 Apr 2004 23:53:26 +1000
+
+libio-string-perl (1.02-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Matt Hope <dopey at debian.org>  Sat,  1 Feb 2003 03:13:51 +1100
+
+libio-string-perl (1.01-3) unstable; urgency=low
+
+  * Updated maintainer email address.
+  * Updated standards version
+
+ -- Matt Hope <dopey at debian.org>  Sat,  2 Nov 2002 15:37:59 +1100
+
+libio-string-perl (1.01-2) unstable; urgency=low
+
+  * Fixed mistake in rules, now builds properly with target arch-indep,
+    closes: #122558
+
+ -- Matt Hope <dopey at quickstix.com.au>  Thu,  6 Dec 2001 10:10:15 +1100
+
+libio-string-perl (1.01-1) unstable; urgency=low
+
+  * Initial Release, closes: #120471
+
+ -- Matt Hope (Dopey) <dopey at quickstix.com.au>  Wed,  7 Nov 2001 16:38:11 +1100

Added: packages/libio-string-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libio-string-perl/trunk/debian/compat?rev=4232&op=file
==============================================================================
--- packages/libio-string-perl/trunk/debian/compat (added)
+++ packages/libio-string-perl/trunk/debian/compat Fri Nov 17 15:12:36 2006
@@ -1,0 +1,1 @@
+4

Added: packages/libio-string-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libio-string-perl/trunk/debian/control?rev=4232&op=file
==============================================================================
--- packages/libio-string-perl/trunk/debian/control (added)
+++ packages/libio-string-perl/trunk/debian/control Fri Nov 17 15:12:36 2006
@@ -1,0 +1,25 @@
+Source: libio-string-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4)
+Build-Depends-Indep: perl (>= 5.6.0-17)
+Maintainer: Stephen Quinney <sjq at debian.org>
+Standards-Version: 3.7.2
+
+Package: libio-string-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description:  Emulate IO::File interface for in-core strings
+ The IO::String module provide the IO::File interface for in-core
+ strings.  An IO::String object can be attached to a string, and
+ will make it possible to use the normal file operations for reading or
+ writing data, as well as seeking to various locations of the string.
+ The main reason you might want to do this, is if you have some other
+ library module that only provide an interface to file handles, and you
+ want to keep all the stuff in memory.
+ .
+ The IO::String module provide an interface compatible with
+ IO::File as distributed with IO-1.20, but the following methods
+ are not available; new_from_fd, fdopen, format_write,
+ format_page_number, format_lines_per_page, format_lines_left,
+ format_name, format_top_name.

Added: packages/libio-string-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libio-string-perl/trunk/debian/copyright?rev=4232&op=file
==============================================================================
--- packages/libio-string-perl/trunk/debian/copyright (added)
+++ packages/libio-string-perl/trunk/debian/copyright Fri Nov 17 15:12:36 2006
@@ -1,0 +1,29 @@
+This package was originally debianized by Matt Hope
+<dopey at quickstix.com.au> on Wed,  7 Nov 2001 16:38:11 +1100.
+
+Original source has been downloaded from
+   http://www.cpan.org/authors/id/GAAS/
+
+Upstream author is
+   Gisle Aas
+   email: gisle at ActiveState.com
+   website: http://gisle.aas.no/
+   http://search.cpan.org/search?author=GAAS
+
+Original copyright notice:
+------------------------------------------------------
+
+Copyright 1998-2005 Gisle Aas.
+
+This library is free software; you can redistribute it and/or
+modify it under the same terms as Perl itself.
+
+------------------------------------------------------
+
+Perl is distributed either under the GNU GPL License, or the
+Artistic License.
+
+On a GNU/Linux system, the complete GNU GPL can be found in
+`/usr/share/common-licenses/GPL', the Artistic Licence
+`/usr/share/common-licenses/Artistic', and Perl's license,
+`/usr/share/doc/perl/copyright'

Added: packages/libio-string-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libio-string-perl/trunk/debian/rules?rev=4232&op=file
==============================================================================
--- packages/libio-string-perl/trunk/debian/rules (added)
+++ packages/libio-string-perl/trunk/debian/rules Fri Nov 17 15:12:36 2006
@@ -1,0 +1,63 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+
+PERL ?= /usr/bin/perl
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/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) OPTIMIZE="-O2 -g -Wall"
+	$(MAKE) test
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	[ ! -e Makefile ] || $(MAKE) distclean
+
+	dh_clean configure-stamp build-stamp
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	$(MAKE) install PREFIX=$(TMP)/usr
+
+	# Remove any empty directories
+	find $(TMP)/usr -type d -empty -print0 | xargs --no-run-if-empty --null rmdir -p --ignore-fail-on-non-empty
+
+binary-arch:
+
+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
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure

Propchange: packages/libio-string-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/libio-string-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libio-string-perl/trunk/debian/watch?rev=4232&op=file
==============================================================================
--- packages/libio-string-perl/trunk/debian/watch (added)
+++ packages/libio-string-perl/trunk/debian/watch Fri Nov 17 15:12:36 2006
@@ -1,0 +1,2 @@
+version=2
+http://www.cpan.org/authors/id/GAAS/IO-String-(.*)\.tar\.gz	debian	uupdate




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