r67063 - in /trunk/libpackage-stash-xs-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

ansgar at users.alioth.debian.org ansgar at users.alioth.debian.org
Wed Jan 5 13:56:23 UTC 2011


Author: ansgar
Date: Wed Jan  5 13:56:14 2011
New Revision: 67063

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

Added:
    trunk/libpackage-stash-xs-perl/debian/
    trunk/libpackage-stash-xs-perl/debian/changelog
    trunk/libpackage-stash-xs-perl/debian/compat
    trunk/libpackage-stash-xs-perl/debian/control
    trunk/libpackage-stash-xs-perl/debian/copyright
    trunk/libpackage-stash-xs-perl/debian/rules   (with props)
    trunk/libpackage-stash-xs-perl/debian/source/
    trunk/libpackage-stash-xs-perl/debian/source/format
    trunk/libpackage-stash-xs-perl/debian/watch

Added: trunk/libpackage-stash-xs-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpackage-stash-xs-perl/debian/changelog?rev=67063&op=file
==============================================================================
--- trunk/libpackage-stash-xs-perl/debian/changelog (added)
+++ trunk/libpackage-stash-xs-perl/debian/changelog Wed Jan  5 13:56:14 2011
@@ -1,0 +1,5 @@
+libpackage-stash-xs-perl (0.17-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #609016)
+
+ -- Ansgar Burchardt <ansgar at debian.org>  Wed, 05 Jan 2011 14:48:22 +0100

Added: trunk/libpackage-stash-xs-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpackage-stash-xs-perl/debian/compat?rev=67063&op=file
==============================================================================
--- trunk/libpackage-stash-xs-perl/debian/compat (added)
+++ trunk/libpackage-stash-xs-perl/debian/compat Wed Jan  5 13:56:14 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libpackage-stash-xs-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpackage-stash-xs-perl/debian/control?rev=67063&op=file
==============================================================================
--- trunk/libpackage-stash-xs-perl/debian/control (added)
+++ trunk/libpackage-stash-xs-perl/debian/control Wed Jan  5 13:56:14 2011
@@ -1,0 +1,22 @@
+Source: libpackage-stash-xs-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), libtest-fatal-perl, libtest-leaktrace-perl,
+ libtest-requires-perl, perl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ansgar Burchardt <ansgar at debian.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Package-Stash-XS/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpackage-stash-xs-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpackage-stash-xs-perl/
+
+Package: libpackage-stash-xs-perl
+Architecture: any
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Enhances: libpackage-stash-perl
+Description: Perl module providing routines for manipulating stashes (XS version)
+ Manipulating stashes (Perl's symbol tables) is occasionally necessary, but
+ incredibly messy, and easy to get wrong. Package::Stash hides all of that
+ behind a simple API.
+ .
+ This package provides the faster and more correct XS implementation.

Added: trunk/libpackage-stash-xs-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpackage-stash-xs-perl/debian/copyright?rev=67063&op=file
==============================================================================
--- trunk/libpackage-stash-xs-perl/debian/copyright (added)
+++ trunk/libpackage-stash-xs-perl/debian/copyright Wed Jan  5 13:56:14 2011
@@ -1,0 +1,35 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Jesse Luehrs <doy at tozt dot net>
+Source: http://search.cpan.org/dist/Package-Stash-XS/
+Name: Package-Stash-XS
+
+Files: *
+Copyright: 2010, Jesse Luehrs <doy at tozt dot net>
+License: Artistic or GPL-1+
+
+Files: ppport.h
+Copyright:
+ 2004-2009, Marcus Holland-Moritz
+ 2001,      Paul Marquess
+ 1999,      Kenneth Albanowski
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Ansgar Burchardt <ansgar at debian.org>
+License: Artistic or GPL-1+
+
+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 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 systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libpackage-stash-xs-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpackage-stash-xs-perl/debian/rules?rev=67063&op=file
==============================================================================
--- trunk/libpackage-stash-xs-perl/debian/rules (added)
+++ trunk/libpackage-stash-xs-perl/debian/rules Wed Jan  5 13:56:14 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libpackage-stash-xs-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libpackage-stash-xs-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpackage-stash-xs-perl/debian/source/format?rev=67063&op=file
==============================================================================
--- trunk/libpackage-stash-xs-perl/debian/source/format (added)
+++ trunk/libpackage-stash-xs-perl/debian/source/format Wed Jan  5 13:56:14 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libpackage-stash-xs-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpackage-stash-xs-perl/debian/watch?rev=67063&op=file
==============================================================================
--- trunk/libpackage-stash-xs-perl/debian/watch (added)
+++ trunk/libpackage-stash-xs-perl/debian/watch Wed Jan  5 13:56:14 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Package-Stash-XS/   .*/Package-Stash-XS-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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