r49007 - in /trunk/libsub-exporter-formethods-perl/debian: ./ changelog compat control copyright libsub-exporter-formethods-perl.docs rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Dec 20 04:18:33 UTC 2009


Author: jawnsy-guest
Date: Sun Dec 20 04:18:23 2009
New Revision: 49007

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

Added:
    trunk/libsub-exporter-formethods-perl/debian/
    trunk/libsub-exporter-formethods-perl/debian/changelog
    trunk/libsub-exporter-formethods-perl/debian/compat
    trunk/libsub-exporter-formethods-perl/debian/control
    trunk/libsub-exporter-formethods-perl/debian/copyright
    trunk/libsub-exporter-formethods-perl/debian/libsub-exporter-formethods-perl.docs
    trunk/libsub-exporter-formethods-perl/debian/rules   (with props)
    trunk/libsub-exporter-formethods-perl/debian/watch

Added: trunk/libsub-exporter-formethods-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-exporter-formethods-perl/debian/changelog?rev=49007&op=file
==============================================================================
--- trunk/libsub-exporter-formethods-perl/debian/changelog (added)
+++ trunk/libsub-exporter-formethods-perl/debian/changelog Sun Dec 20 04:18:23 2009
@@ -1,0 +1,5 @@
+libsub-exporter-formethods-perl (0.091970-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Sat, 19 Dec 2009 20:08:40 -0500

Added: trunk/libsub-exporter-formethods-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-exporter-formethods-perl/debian/compat?rev=49007&op=file
==============================================================================
--- trunk/libsub-exporter-formethods-perl/debian/compat (added)
+++ trunk/libsub-exporter-formethods-perl/debian/compat Sun Dec 20 04:18:23 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libsub-exporter-formethods-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-exporter-formethods-perl/debian/control?rev=49007&op=file
==============================================================================
--- trunk/libsub-exporter-formethods-perl/debian/control (added)
+++ trunk/libsub-exporter-formethods-perl/debian/control Sun Dec 20 04:18:23 2009
@@ -1,0 +1,33 @@
+Source: libsub-exporter-formethods-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libsub-exporter-perl (>= 0.978),
+  libsub-name-perl
+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/Sub-Exporter-ForMethods/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsub-exporter-formethods-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libsub-exporter-formethods-perl/
+
+Package: libsub-exporter-formethods-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libsub-exporter-perl (>= 0.978),
+  libsub-name-perl
+Description: helper routines for using Sub::Exporter to build methods
+ The synopsis section, above, looks almost indistinguishable from any other
+ use of Sub::Exporter|Sub::Exporter, apart from the use of method_installer.
+ It is nearly indistinguishable in behavior, too. The only change is that
+ subroutines exported from Method::Builder into named slots in
+ Vehicle::Autobot will be wrapped in a subroutine called
+ Vehicle::Autobot::transform. This will insert a named frame into stack traces
+ to aid in debugging.
+ .
+ More importantly (for the author, anyway), they will not be removed by
+ namespace::autoclean|namespace::autoclean. This makes the following code
+ work:
+ .
+ package MyLibrary;
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libsub-exporter-formethods-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-exporter-formethods-perl/debian/copyright?rev=49007&op=file
==============================================================================
--- trunk/libsub-exporter-formethods-perl/debian/copyright (added)
+++ trunk/libsub-exporter-formethods-perl/debian/copyright Sun Dec 20 04:18:23 2009
@@ -1,0 +1,36 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Maintainer: Ricardo Signes <rjbs at cpan.org>
+Source: http://search.cpan.org/dist/Sub-Exporter-ForMethods/
+Name: Sub-Exporter-ForMethods
+Disclaimer: This copyright info was automatically extracted 
+ from the perl module. It may not be accurate, so you better 
+ check the module sources in order to ensure the module for its 
+ inclusion in Debian or for general legal information. Please, 
+ if licensing information is incorrectly generated, file a bug 
+ on dh-make-perl.
+ NOTE: Don't forget to remove this disclaimer once you are happy
+ with this file.
+
+Files: *
+Copyright: Ricardo Signes <rjbs at cpan.org>
+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/libsub-exporter-formethods-perl/debian/libsub-exporter-formethods-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-exporter-formethods-perl/debian/libsub-exporter-formethods-perl.docs?rev=49007&op=file
==============================================================================
--- trunk/libsub-exporter-formethods-perl/debian/libsub-exporter-formethods-perl.docs (added)
+++ trunk/libsub-exporter-formethods-perl/debian/libsub-exporter-formethods-perl.docs Sun Dec 20 04:18:23 2009
@@ -1,0 +1,1 @@
+README

Added: trunk/libsub-exporter-formethods-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-exporter-formethods-perl/debian/rules?rev=49007&op=file
==============================================================================
--- trunk/libsub-exporter-formethods-perl/debian/rules (added)
+++ trunk/libsub-exporter-formethods-perl/debian/rules Sun Dec 20 04:18:23 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libsub-exporter-formethods-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libsub-exporter-formethods-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsub-exporter-formethods-perl/debian/watch?rev=49007&op=file
==============================================================================
--- trunk/libsub-exporter-formethods-perl/debian/watch (added)
+++ trunk/libsub-exporter-formethods-perl/debian/watch Sun Dec 20 04:18:23 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Sub-Exporter-ForMethods/   .*/Sub-Exporter-ForMethods-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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