r24263 - in /trunk/libclass-adapter-perl/debian: ./ changelog compat control copyright rules watch

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Fri Aug 15 08:44:30 UTC 2008


Author: vdanjean
Date: Fri Aug 15 08:44:28 2008
New Revision: 24263

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

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

Added: trunk/libclass-adapter-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-adapter-perl/debian/changelog?rev=24263&op=file
==============================================================================
--- trunk/libclass-adapter-perl/debian/changelog (added)
+++ trunk/libclass-adapter-perl/debian/changelog Fri Aug 15 08:44:28 2008
@@ -1,0 +1,6 @@
+libclass-adapter-perl (1.04-1) unstable; urgency=low
+
+  * Initial release. (Closes: #495192: ITP: libclass-adapter-perl --
+    Perl implementation of the "Adapter" Design Pattern)
+
+ -- Vincent Danjean <vdanjean at debian.org>  Fri, 15 Aug 2008 10:41:45 +0200

Added: trunk/libclass-adapter-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-adapter-perl/debian/compat?rev=24263&op=file
==============================================================================
--- trunk/libclass-adapter-perl/debian/compat (added)
+++ trunk/libclass-adapter-perl/debian/compat Fri Aug 15 08:44:28 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libclass-adapter-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-adapter-perl/debian/control?rev=24263&op=file
==============================================================================
--- trunk/libclass-adapter-perl/debian/control (added)
+++ trunk/libclass-adapter-perl/debian/control Fri Aug 15 08:44:28 2008
@@ -1,0 +1,31 @@
+Source: libclass-adapter-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.10-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Vincent Danjean <vdanjean at debian.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Class-Adapter/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-adapter-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-adapter-perl/
+
+Package: libclass-adapter-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: Perl implementation of the "Adapter" Design Pattern
+ The Class::Adapter class is intended as an abstract base class for creating
+ any sort of class or object that follows the Adapter pattern.
+ .
+ The term Adapter refers to a "Design Pattern" of the same name, from the
+ famous "Gang of Four" book "Design Patterns". Although their original
+ implementation was designed for Java and similar single-inheritance
+ strictly-typed langauge, the situation for which it applies is still valid.
+ .
+ An Adapter in this Perl sense of the term is when a class is created to
+ achieve by composition (objects containing other object) something that can't
+ be achieved by inheritance (sub-classing).
+ .
+ This is similar to the Decorator pattern, but is intended to be applied on a
+ class-by-class basis, as opposed to being able to be applied one object at a
+ time, as is the case with the Decorator pattern.

Added: trunk/libclass-adapter-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-adapter-perl/debian/copyright?rev=24263&op=file
==============================================================================
--- trunk/libclass-adapter-perl/debian/copyright (added)
+++ trunk/libclass-adapter-perl/debian/copyright Fri Aug 15 08:44:28 2008
@@ -1,0 +1,22 @@
+This is the debian package for the Class-Adapter module.
+It was created by Vincent Danjean <vdanjean at debian.org> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/dist/Class-Adapter/
+
+The upstream author is: Adam Kennedy <adamk at cpan.org>
+
+Copyright (C) 2005-2007 Adam Kennedy
+
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself, either Perl version 5.8.7 or,
+at your option, any later version of Perl 5 you may have available.
+
+Perl is distributed under either the Artistic licence or the GPL.
+The full text of the GPL is available on Debian systems in
+/usr/share/common-licenses/GPL
+The full text of the Artistic Licence is available on Debian systems in
+/usr/share/common-licenses/Artistic.
+
+
+The Debian packaging is (C) 2008, Vincent Danjean <vdanjean at debian.org> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libclass-adapter-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-adapter-perl/debian/rules?rev=24263&op=file
==============================================================================
--- trunk/libclass-adapter-perl/debian/rules (added)
+++ trunk/libclass-adapter-perl/debian/rules Fri Aug 15 08:44:28 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-adapter-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libclass-adapter-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-adapter-perl/debian/watch?rev=24263&op=file
==============================================================================
--- trunk/libclass-adapter-perl/debian/watch (added)
+++ trunk/libclass-adapter-perl/debian/watch Fri Aug 15 08:44:28 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-Adapter/   .*/Class-Adapter-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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