--- libstring-bufferstack-perl-1.15.orig/debian/control +++ libstring-bufferstack-perl-1.15/debian/control @@ -0,0 +1,20 @@ +Source: libstring-bufferstack-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl +Maintainer: Debian Perl Group +Uploaders: Antonio Radici , Jonathan Yu +Standards-Version: 3.8.3 +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} +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. --- libstring-bufferstack-perl-1.15.orig/debian/copyright +++ libstring-bufferstack-perl-1.15/debian/copyright @@ -0,0 +1,33 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 +Maintainer: Alex Vandiver +Source: http://search.cpan.org/dist/String-BufferStack/ +Name: String-BufferStack + +Files: * +Copyright: 2008-2009, Best Practical Solutions +License: GPL-1+ or Artistic + +Files: inc/Module/* +Copyright: 2002-2009, Adam Kennedy + 2002-2009, Audrey Tang + 2002-2009, Brian Ingerson +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2010, Jonathan Yu + 2009, Antonio Radici +License: GPL-1+ or 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' --- libstring-bufferstack-perl-1.15.orig/debian/watch +++ libstring-bufferstack-perl-1.15/debian/watch @@ -0,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)$ --- libstring-bufferstack-perl-1.15.orig/debian/compat +++ libstring-bufferstack-perl-1.15/debian/compat @@ -0,0 +1 @@ +7 --- libstring-bufferstack-perl-1.15.orig/debian/changelog +++ libstring-bufferstack-perl-1.15/debian/changelog @@ -0,0 +1,27 @@ +libstring-bufferstack-perl (1.15-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + * Standards-Version 3.8.3 (drop perl version dep) + * Use new short debhelper 7 rules format + * Update copyright to new DEP5 format + * Add myself to Uploaders and Copyright + * Rewrite control description + + [ Antonio Radici ] + * New upstream release + + [ gregor herrmann ] + * debian/control: add missing full stop to long description and fix a + typo, thanks to Rhonda for spotting. + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + -- Jonathan Yu Thu, 07 Jan 2010 12:00:32 -0500 + +libstring-bufferstack-perl (1.13-1) unstable; urgency=low + + * Initial Release (Closes: #517467) + + -- Antonio Radici Sat, 28 Feb 2009 10:40:25 +0000 --- libstring-bufferstack-perl-1.15.orig/debian/rules +++ libstring-bufferstack-perl-1.15/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@