r48412 - in /trunk/libb-hooks-op-annotation-perl/debian: ./ changelog compat control copyright rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Dec 8 04:45:41 UTC 2009


Author: jawnsy-guest
Date: Tue Dec  8 04:45:35 2009
New Revision: 48412

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

Added:
    trunk/libb-hooks-op-annotation-perl/debian/
    trunk/libb-hooks-op-annotation-perl/debian/changelog
    trunk/libb-hooks-op-annotation-perl/debian/compat
    trunk/libb-hooks-op-annotation-perl/debian/control
    trunk/libb-hooks-op-annotation-perl/debian/copyright
    trunk/libb-hooks-op-annotation-perl/debian/rules   (with props)
    trunk/libb-hooks-op-annotation-perl/debian/watch

Added: trunk/libb-hooks-op-annotation-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libb-hooks-op-annotation-perl/debian/changelog?rev=48412&op=file
==============================================================================
--- trunk/libb-hooks-op-annotation-perl/debian/changelog (added)
+++ trunk/libb-hooks-op-annotation-perl/debian/changelog Tue Dec  8 04:45:35 2009
@@ -1,0 +1,5 @@
+libb-hooks-op-annotation-perl (0.43-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Mon, 7 Dec 2009 20:21:17 -0500

Added: trunk/libb-hooks-op-annotation-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libb-hooks-op-annotation-perl/debian/compat?rev=48412&op=file
==============================================================================
--- trunk/libb-hooks-op-annotation-perl/debian/compat (added)
+++ trunk/libb-hooks-op-annotation-perl/debian/compat Tue Dec  8 04:45:35 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libb-hooks-op-annotation-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libb-hooks-op-annotation-perl/debian/control?rev=48412&op=file
==============================================================================
--- trunk/libb-hooks-op-annotation-perl/debian/control (added)
+++ trunk/libb-hooks-op-annotation-perl/debian/control Tue Dec  8 04:45:35 2009
@@ -1,0 +1,25 @@
+Source: libb-hooks-op-annotation-perl
+Section: perl
+Priority: optional
+Build-Depends: perl, debhelper (>= 7), libextutils-depends-perl (>= 0.301)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/B-Hooks-OP-Annotation/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libb-hooks-op-annotation-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libb-hooks-op-annotation-perl/
+
+Package: libb-hooks-op-annotation-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
+ libextutils-depends-perl (>= 0.301)
+Description: module to allow annotation and delegation of hooked OPs
+ B::Hooks::OP::Annotation provides a way for XS code that hijacks OP op_ppaddr
+ functions to delegate to (or restore) the previous functions, whether they
+ are assigned by perl or by another module. Typically this should be used in
+ conjunction with B::Hooks::OP::Check (see libb-hooks-op-check-perl).
+ .
+ B::Hooks::OP::Annotation makes its types and functions available to XS code
+ by means of ExtUtils::Depends (libextutils-depends-perl). Modules that wish
+ to use these exports in their XS code should use B::OP::Hooks::Annotation in
+ the Perl module that loads the XS.

Added: trunk/libb-hooks-op-annotation-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libb-hooks-op-annotation-perl/debian/copyright?rev=48412&op=file
==============================================================================
--- trunk/libb-hooks-op-annotation-perl/debian/copyright (added)
+++ trunk/libb-hooks-op-annotation-perl/debian/copyright Tue Dec  8 04:45:35 2009
@@ -1,0 +1,43 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Maintainer: chocolateboy <chocolate at cpan.org>
+Source: http://search.cpan.org/dist/B-Hooks-OP-Annotation/
+Name: B-Hooks-OP-Annotation
+
+Files: *
+Copyright: 2009, chocolateboy <chocolate at cpan.org>
+License: Artistic or GPL-1+
+
+Files: optable.h
+Copyright: 2009, chocolateboy <chocolate at cpan.org>
+License: Artistic or GPL-1+
+X-Comment: this file contains portions written by Bob Jenkins
+ (which Public Domain licensed) and from Thomas Wang, based on
+ the work of Bob Jenkins. As Thomas Wang's code is very short
+ and based on the work of Bob Jenkins, it is assumed that he
+ has provided it in the public domain as well.
+
+Files: ppport.h
+Copyright: 2004-2009, Marcus Holland-Moritz <mhx-cpan at gmx.net>
+ 2001, Paul Marquess <pmqs at cpan.org> (Version 2.x)
+ 1999, Kenneth Albanowski <kjahds at kjahds.com> (Version 1.x)
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <jawnsy at cpan.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 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/libb-hooks-op-annotation-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libb-hooks-op-annotation-perl/debian/rules?rev=48412&op=file
==============================================================================
--- trunk/libb-hooks-op-annotation-perl/debian/rules (added)
+++ trunk/libb-hooks-op-annotation-perl/debian/rules Tue Dec  8 04:45:35 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libb-hooks-op-annotation-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libb-hooks-op-annotation-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libb-hooks-op-annotation-perl/debian/watch?rev=48412&op=file
==============================================================================
--- trunk/libb-hooks-op-annotation-perl/debian/watch (added)
+++ trunk/libb-hooks-op-annotation-perl/debian/watch Tue Dec  8 04:45:35 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/B-Hooks-OP-Annotation/   .*/B-Hooks-OP-Annotation-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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