r25638 - in /trunk/libclass-accessor-named-perl/debian: ./ changelog compat control copyright rules watch

yvesago-guest at users.alioth.debian.org yvesago-guest at users.alioth.debian.org
Fri Sep 26 14:57:47 UTC 2008


Author: yvesago-guest
Date: Fri Sep 26 14:57:44 2008
New Revision: 25638

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

Added:
    trunk/libclass-accessor-named-perl/debian/
    trunk/libclass-accessor-named-perl/debian/changelog
    trunk/libclass-accessor-named-perl/debian/compat
    trunk/libclass-accessor-named-perl/debian/control
    trunk/libclass-accessor-named-perl/debian/copyright
    trunk/libclass-accessor-named-perl/debian/rules   (with props)
    trunk/libclass-accessor-named-perl/debian/watch

Added: trunk/libclass-accessor-named-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-accessor-named-perl/debian/changelog?rev=25638&op=file
==============================================================================
--- trunk/libclass-accessor-named-perl/debian/changelog (added)
+++ trunk/libclass-accessor-named-perl/debian/changelog Fri Sep 26 14:57:44 2008
@@ -1,0 +1,5 @@
+libclass-accessor-named-perl (0.008-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #499242)
+
+ -- AGOSTINI Yves <agostini at univ-metz.fr>  Fri, 26 Sep 2008 16:31:36 +0200

Added: trunk/libclass-accessor-named-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-accessor-named-perl/debian/compat?rev=25638&op=file
==============================================================================
--- trunk/libclass-accessor-named-perl/debian/compat (added)
+++ trunk/libclass-accessor-named-perl/debian/compat Fri Sep 26 14:57:44 2008
@@ -1,0 +1,1 @@
+7

Added: trunk/libclass-accessor-named-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-accessor-named-perl/debian/control?rev=25638&op=file
==============================================================================
--- trunk/libclass-accessor-named-perl/debian/control (added)
+++ trunk/libclass-accessor-named-perl/debian/control Fri Sep 26 14:57:44 2008
@@ -1,0 +1,29 @@
+Source: libclass-accessor-named-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.10-12), libtest-pod-coverage-perl, 
+ libtest-pod-perl, libclass-accessor-perl, libsub-name-perl,
+ libuniversal-require-perl, libhook-lexwrap-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Class-Accessor-Named/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-accessor-named-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-accessor-named-perl/
+
+Package: libclass-accessor-named-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libclass-accessor-perl,
+ libsub-name-perl, libuniversal-require-perl, libhook-lexwrap-perl
+Description: Better profiling output for Class::Accessor
+ Class::Accessor is a great way to automate the tedious task of generating
+ accessors and mutators. One small drawback is that due to the details of
+ the implemenetation, you only get one __ANON__ entry in profiling output.
+ That entry contains all your accessors, which can be a real pain if you're
+ attempting to figure out which of your accessors is being called six billion
+ times.
+ This module is a development aid which uses Hook::LexWrap and Sub::Name
+ to talk your accessors into identifying themselves. While it shouldn't add
+ much additional runtime overhead (as it acts only Class::Accessor's generator
+ functions), it has not been designed for production deployment,

Added: trunk/libclass-accessor-named-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-accessor-named-perl/debian/copyright?rev=25638&op=file
==============================================================================
--- trunk/libclass-accessor-named-perl/debian/copyright (added)
+++ trunk/libclass-accessor-named-perl/debian/copyright Fri Sep 26 14:57:44 2008
@@ -1,0 +1,27 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=228
+Upstream-Name: Class-Accessor-Named
+Upstream-Maintainer: Jesse Vincent  <jesse at bestpractical.com>
+Upstream-Source: http://search.cpan.org/dist/Class-Accessor-Named/
+
+Files: *
+Copyright: Copyright (c) 2006, Best Practical Solutions, LLC
+License: GPL-1+ | Artistic
+ This module is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself
+
+Files: inc/*
+Copyright: Copyright 2002 - 2008 by Brian Ingerson, Audrey Tang and Adam Kennedy.
+License: GPL-1+ | Artistic
+ This program is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself.
+
+Files: debian/*
+Copyright: Copyright 2008, AGOSTINI Yves <agostini at univ-metz.fr>
+License: GPL-1+ | Artistic
+ It is assumed that all contributors put their work under the same license
+ as the module itself.
+
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.  On Debian GNU/Linux systems, the complete text of the
+GNU General Public License can be found in `/usr/share/common-licenses/GPL'
+and the Artistic Licence in `/usr/share/common-licenses/Artistic'.

Added: trunk/libclass-accessor-named-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-accessor-named-perl/debian/rules?rev=25638&op=file
==============================================================================
--- trunk/libclass-accessor-named-perl/debian/rules (added)
+++ trunk/libclass-accessor-named-perl/debian/rules Fri Sep 26 14:57:44 2008
@@ -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/libclass-accessor-named-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libclass-accessor-named-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-accessor-named-perl/debian/watch?rev=25638&op=file
==============================================================================
--- trunk/libclass-accessor-named-perl/debian/watch (added)
+++ trunk/libclass-accessor-named-perl/debian/watch Fri Sep 26 14:57:44 2008
@@ -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/Class-Accessor-Named/   .*/Class-Accessor-Named-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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