r39207 - in /trunk/libaspect-perl/debian: ./ changelog compat control copyright libaspect-perl.docs libaspect-perl.examples rules watch

myon at users.alioth.debian.org myon at users.alioth.debian.org
Fri Jul 3 10:55:46 UTC 2009


Author: myon
Date: Fri Jul  3 10:55:40 2009
New Revision: 39207

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

Added:
    trunk/libaspect-perl/debian/
    trunk/libaspect-perl/debian/changelog
    trunk/libaspect-perl/debian/compat
    trunk/libaspect-perl/debian/control
    trunk/libaspect-perl/debian/copyright
    trunk/libaspect-perl/debian/libaspect-perl.docs
    trunk/libaspect-perl/debian/libaspect-perl.examples
    trunk/libaspect-perl/debian/rules   (with props)
    trunk/libaspect-perl/debian/watch

Added: trunk/libaspect-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaspect-perl/debian/changelog?rev=39207&op=file
==============================================================================
--- trunk/libaspect-perl/debian/changelog (added)
+++ trunk/libaspect-perl/debian/changelog Fri Jul  3 10:55:40 2009
@@ -1,0 +1,5 @@
+libaspect-perl (0.14-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Christoph Berg <myon at debian.org>  Fri, 3 Jul 2009 11:34:00 +0200

Added: trunk/libaspect-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaspect-perl/debian/compat?rev=39207&op=file
==============================================================================
--- trunk/libaspect-perl/debian/compat (added)
+++ trunk/libaspect-perl/debian/compat Fri Jul  3 10:55:40 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libaspect-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaspect-perl/debian/control?rev=39207&op=file
==============================================================================
--- trunk/libaspect-perl/debian/control (added)
+++ trunk/libaspect-perl/debian/control Fri Jul  3 10:55:40 2009
@@ -1,0 +1,29 @@
+Source: libaspect-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.8.200), perl-modules, libtest-compile-perl,
+  libtest-class-perl, libdevel-symdump-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Christoph Berg <myon at debian.org>
+Standards-Version: 3.8.2
+Homepage: http://search.cpan.org/dist/Aspect/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libaspect-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libaspect-perl/
+
+Package: libaspect-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.8.200),
+  libtest-class-perl, libdevel-symdump-perl
+Description: Aspect-oriented Programming for Perl
+ Aspect-oriented Programming (AOP) is a programming method developed by
+ Xerox PARC and others. The basic idea is that in complex class systems
+ there are certain aspects or behaviors that cannot normally be expressed
+ in a coherent, concise and precise way. One example of such aspects are
+ design patterns, which combine various kinds of classes to produce a
+ common type of behavior. Another is logging. See http://www.aosd.net
+ for more info.
+ .
+ The Perl Aspect module is focused on subroutine matching and wrapping.
+ It allows you to select collections of subroutines using a flexible
+ pointcut language, and modify their behavior in any way you want.

Added: trunk/libaspect-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaspect-perl/debian/copyright?rev=39207&op=file
==============================================================================
--- trunk/libaspect-perl/debian/copyright (added)
+++ trunk/libaspect-perl/debian/copyright Fri Jul  3 10:55:40 2009
@@ -1,0 +1,72 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Marcel Grünauer <marcel at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Aspect/
+Upstream-Name: Aspect
+Comment:
+ Initial packaging of this module was kindly funded by Dembach Goo Informatik
+ on behalf of Allianz24.
+
+Files: *
+Copyright: 2001-2002, Marcel Grünauer <marcel at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: t/lib/Algorithm/Diff.pm
+Copyright:
+ Versions through 0.59 (and much of this documentation) were written by:
+ Mark-Jason Dominus, mjd-perl-diff at plover.com
+ .
+ This version borrows some documentation and routine names from
+ Mark-Jason's, but Diff.pm's code was completely replaced.
+ .
+ This code was adapted from the Smalltalk code of Mario Wolczko
+ <mario at wolczko.com>, which is available at
+ ftp://st.cs.uiuc.edu/pub/Smalltalk/MANCHESTER/manchester/4.0/diff.st
+ .
+ sdiff and traverse_balanced were written by Mike Schilli
+ <m at perlmeister.com>.
+ .
+ Much work was done by Ned Konz (perl at bike-nomad.com).
+ .
+ The OO interface and some other changes are by Tye McQueen.
+
+Files: t/lib/Text/Diff/Table.pm t/lib/Test/Differences.pm
+Copyright: Copyright 2001 Barrie Slaymaker, All Rights Reserved.
+License: Artistic | GPL-1+
+
+Files: t/lib/Sub/Uplevel.pm
+Copyright: Copyright by Michael G Schwern
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: t/lib/Test/Builder/*
+Copyright: Copyright 2002, 2004 Mark Fowler <mark at twoshortplanks.com>
+ Some code taken from Test::More and Test::Catch, written by by Michael G
+ Schwern <schwern at pobox.com>.  Hence, those parts Copyright Micheal G Schwern
+ 2001.  Used and distributed with permission.
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: t/lib/Test/Exception.pm
+Copyright: Copyright 2002-2004 Adrian Howard, All Rights Reserved.
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Christoph Berg <myon at debian.org>
+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/libaspect-perl/debian/libaspect-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaspect-perl/debian/libaspect-perl.docs?rev=39207&op=file
==============================================================================
--- trunk/libaspect-perl/debian/libaspect-perl.docs (added)
+++ trunk/libaspect-perl/debian/libaspect-perl.docs Fri Jul  3 10:55:40 2009
@@ -1,0 +1,2 @@
+TODO
+README

Added: trunk/libaspect-perl/debian/libaspect-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaspect-perl/debian/libaspect-perl.examples?rev=39207&op=file
==============================================================================
--- trunk/libaspect-perl/debian/libaspect-perl.examples (added)
+++ trunk/libaspect-perl/debian/libaspect-perl.examples Fri Jul  3 10:55:40 2009
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libaspect-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaspect-perl/debian/rules?rev=39207&op=file
==============================================================================
--- trunk/libaspect-perl/debian/rules (added)
+++ trunk/libaspect-perl/debian/rules Fri Jul  3 10:55:40 2009
@@ -1,0 +1,9 @@
+#!/usr/bin/make -f
+
+binary binary-indep:
+	dh --until=dh_fixperms $@
+	chmod -x debian/libaspect-perl/usr/share/doc/libaspect-perl/examples/*/README
+	dh $@
+
+%:
+	dh $@

Propchange: trunk/libaspect-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libaspect-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libaspect-perl/debian/watch?rev=39207&op=file
==============================================================================
--- trunk/libaspect-perl/debian/watch (added)
+++ trunk/libaspect-perl/debian/watch Fri Jul  3 10:55:40 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Aspect/   .*/Aspect-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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