r31164 - in /trunk/libstring-bufferstack-perl/debian: ./ changelog compat control copyright rules watch

antonio-guest at users.alioth.debian.org antonio-guest at users.alioth.debian.org
Fri Feb 27 23:03:10 UTC 2009


Author: antonio-guest
Date: Fri Feb 27 23:03:07 2009
New Revision: 31164

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

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

Added: trunk/libstring-bufferstack-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-bufferstack-perl/debian/changelog?rev=31164&op=file
==============================================================================
--- trunk/libstring-bufferstack-perl/debian/changelog (added)
+++ trunk/libstring-bufferstack-perl/debian/changelog Fri Feb 27 23:03:07 2009
@@ -1,0 +1,5 @@
+libstring-bufferstack-perl (1.12-1) UNRELEASED; urgency=low
+
+  * Initial Release (Closes: #517467)
+
+ -- Antonio Radici <antonio at dyne.org>  Fri, 27 Feb 2009 22:41:05 +0000

Added: trunk/libstring-bufferstack-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-bufferstack-perl/debian/compat?rev=31164&op=file
==============================================================================
--- trunk/libstring-bufferstack-perl/debian/compat (added)
+++ trunk/libstring-bufferstack-perl/debian/compat Fri Feb 27 23:03:07 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libstring-bufferstack-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-bufferstack-perl/debian/control?rev=31164&op=file
==============================================================================
--- trunk/libstring-bufferstack-perl/debian/control (added)
+++ trunk/libstring-bufferstack-perl/debian/control Fri Feb 27 23:03:07 2009
@@ -1,0 +1,25 @@
+Source: libstring-bufferstack-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.8.0)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Antonio Radici <antonio at dyne.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/String-BufferStack/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libstring-bufferstack-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libstring-bufferstack-perl/
+
+Package: libstring-bufferstack-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.8.0)
+Description: framework for storing nested buffers
+ String::BufferStack provides some functions to store data into 
+ nested buffers
+ .
+ By default, all of the buffers flow directly to the output method, 
+ but individual levels of the stack can apply filters, or store their 
+ output in a scalar reference
+ .
+ The main consumers of this module are templating systems, like 
+ Template::Declare, which needs to manipulate nested buffes.

Added: trunk/libstring-bufferstack-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-bufferstack-perl/debian/copyright?rev=31164&op=file
==============================================================================
--- trunk/libstring-bufferstack-perl/debian/copyright (added)
+++ trunk/libstring-bufferstack-perl/debian/copyright Fri Feb 27 23:03:07 2009
@@ -1,0 +1,31 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Alex Vandiver <alexmv at bestpractical.com>
+Upstream-Source: http://search.cpan.org/dist/String-BufferStack/
+Upstream-Name: String-BufferStack
+
+Files: *
+Copyright: Alex Vandiver <alexmv at bestpractical.com>
+License: Artistic
+
+Files: inc/*
+Copyright: 2002-2009 by Brian Ingerson, Audrey Tang and Adam Kennedy
+License: GPL-1+ | Artistic
+
+Files: debian/*
+Copyright: 2009, Antonio Radici <antonio at dyne.org>
+License: GPL-1+ | Artistic
+
+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/libstring-bufferstack-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-bufferstack-perl/debian/rules?rev=31164&op=file
==============================================================================
--- trunk/libstring-bufferstack-perl/debian/rules (added)
+++ trunk/libstring-bufferstack-perl/debian/rules Fri Feb 27 23:03:07 2009
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

Propchange: trunk/libstring-bufferstack-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libstring-bufferstack-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libstring-bufferstack-perl/debian/watch?rev=31164&op=file
==============================================================================
--- trunk/libstring-bufferstack-perl/debian/watch (added)
+++ trunk/libstring-bufferstack-perl/debian/watch Fri Feb 27 23:03:07 2009
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/String-BufferStack/   .*/String-BufferStack-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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