r44164 - in /trunk/libclass-accessor-children-perl/debian: ./ changelog compat control copyright libclass-accessor-children-perl.docs rules watch

dustywilson-guest at users.alioth.debian.org dustywilson-guest at users.alioth.debian.org
Wed Sep 16 18:21:36 UTC 2009


Author: dustywilson-guest
Date: Wed Sep 16 18:21:29 2009
New Revision: 44164

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

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

Added: trunk/libclass-accessor-children-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-accessor-children-perl/debian/changelog?rev=44164&op=file
==============================================================================
--- trunk/libclass-accessor-children-perl/debian/changelog (added)
+++ trunk/libclass-accessor-children-perl/debian/changelog Wed Sep 16 18:21:29 2009
@@ -1,0 +1,5 @@
+libclass-accessor-children-perl (0.02-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #546941)
+
+ -- Dusty Wilson <dusty at megagram.com>  Wed, 16 Sep 2009 18:13:14 +0000

Added: trunk/libclass-accessor-children-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-accessor-children-perl/debian/compat?rev=44164&op=file
==============================================================================
--- trunk/libclass-accessor-children-perl/debian/compat (added)
+++ trunk/libclass-accessor-children-perl/debian/compat Wed Sep 16 18:21:29 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libclass-accessor-children-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-accessor-children-perl/debian/control?rev=44164&op=file
==============================================================================
--- trunk/libclass-accessor-children-perl/debian/control (added)
+++ trunk/libclass-accessor-children-perl/debian/control Wed Sep 16 18:21:29 2009
@@ -1,0 +1,21 @@
+Source: libclass-accessor-children-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, perl-modules, libclass-accessor-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Dusty Wilson <dusty at megagram.com>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/Class-Accessor-Children/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-accessor-children-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-accessor-children-perl/
+
+Package: libclass-accessor-children-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl-modules,
+  libclass-accessor-perl
+Description: Automated child-class/accessor generation
+ Class::Accessor::Children automagically generates child classes which have
+ accessor/mutator methods.
+ .
+ This module inherits Class::Accessor to make accessors.

Added: trunk/libclass-accessor-children-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-accessor-children-perl/debian/copyright?rev=44164&op=file
==============================================================================
--- trunk/libclass-accessor-children-perl/debian/copyright (added)
+++ trunk/libclass-accessor-children-perl/debian/copyright Wed Sep 16 18:21:29 2009
@@ -1,0 +1,34 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Yusuke Kawasaki http://www.kawa.net/
+Upstream-Source: http://search.cpan.org/dist/Class-Accessor-Children/
+Upstream-Name: Class-Accessor-Children
+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.
+
+Files: *
+Copyright: Yusuke Kawasaki http://www.kawa.net/
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Dusty Wilson <dusty at megagram.com>
+License: Artistic | 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/libclass-accessor-children-perl/debian/libclass-accessor-children-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-accessor-children-perl/debian/libclass-accessor-children-perl.docs?rev=44164&op=file
==============================================================================
--- trunk/libclass-accessor-children-perl/debian/libclass-accessor-children-perl.docs (added)
+++ trunk/libclass-accessor-children-perl/debian/libclass-accessor-children-perl.docs Wed Sep 16 18:21:29 2009
@@ -1,0 +1,1 @@
+README

Added: trunk/libclass-accessor-children-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-accessor-children-perl/debian/rules?rev=44164&op=file
==============================================================================
--- trunk/libclass-accessor-children-perl/debian/rules (added)
+++ trunk/libclass-accessor-children-perl/debian/rules Wed Sep 16 18:21:29 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libclass-accessor-children-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libclass-accessor-children-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-accessor-children-perl/debian/watch?rev=44164&op=file
==============================================================================
--- trunk/libclass-accessor-children-perl/debian/watch (added)
+++ trunk/libclass-accessor-children-perl/debian/watch Wed Sep 16 18:21:29 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Class-Accessor-Children/   .*/Class-Accessor-Children-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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