r37126 - in /trunk/libmoosex-clone-perl/debian: ./ changelog compat control copyright rules watch

franck-guest at users.alioth.debian.org franck-guest at users.alioth.debian.org
Mon Jun 1 08:58:07 UTC 2009


Author: franck-guest
Date: Mon Jun  1 08:58:03 2009
New Revision: 37126

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

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

Added: trunk/libmoosex-clone-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-clone-perl/debian/changelog?rev=37126&op=file
==============================================================================
--- trunk/libmoosex-clone-perl/debian/changelog (added)
+++ trunk/libmoosex-clone-perl/debian/changelog Mon Jun  1 08:58:03 2009
@@ -1,0 +1,5 @@
+libmoosex-clone-perl (0.04-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- franck cuny <franck at lumberjaph.net>  Mon, 1 Jun 2009 10:54:35 +0200

Added: trunk/libmoosex-clone-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-clone-perl/debian/compat?rev=37126&op=file
==============================================================================
--- trunk/libmoosex-clone-perl/debian/compat (added)
+++ trunk/libmoosex-clone-perl/debian/compat Mon Jun  1 08:58:03 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libmoosex-clone-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-clone-perl/debian/control?rev=37126&op=file
==============================================================================
--- trunk/libmoosex-clone-perl/debian/control (added)
+++ trunk/libmoosex-clone-perl/debian/control Mon Jun  1 08:58:03 2009
@@ -1,0 +1,28 @@
+Source: libmoosex-clone-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libdata-visitor-perl (>= 0.24),
+  libmoose-perl (>= 0.74), libnamespace-clean-perl (>= 0.08),
+  libhash-util-fieldhash-compat-perl (>= 0.03),
+  libtest-use-ok-perl, perl (>= 5.6.0-12)
+Maintainer: franck cuny <franck at lumberjaph.net>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/MooseX-Clone/
+
+Package: libmoosex-clone-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libdata-visitor-perl (>= 0.24),
+  libmoose-perl (>= 0.74), libnamespace-clean-perl (>= 0.08),
+  libtest-use-ok-perl
+Description: Fine grained cloning support for Moose objects.
+ Out of the box Moose only provides very barebones cloning support in order to
+ maximize flexibility.
+ .
+ This role provides a clone method that makes use of the low level cloning
+ support already in Moose and adds selective deep cloning based on
+ introspection on top of that. Attributes with the Clone trait will handle
+ cloning of data within the object, typically delegating to the attribute
+ value's own clone method.
+ .
+ This description was automagically extracted from the module by dh-make-perl.

Added: trunk/libmoosex-clone-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-clone-perl/debian/copyright?rev=37126&op=file
==============================================================================
--- trunk/libmoosex-clone-perl/debian/copyright (added)
+++ trunk/libmoosex-clone-perl/debian/copyright Mon Jun  1 08:58:03 2009
@@ -1,0 +1,34 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: (information incomplete)
+Upstream-Source: http://search.cpan.org/dist/MooseX-Clone/
+Upstream-Name: MooseX-Clone
+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: Yuval Kogman <nothingmuch at woobling.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, franck cuny <franck at lumberjaph.net>
+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/libmoosex-clone-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-clone-perl/debian/rules?rev=37126&op=file
==============================================================================
--- trunk/libmoosex-clone-perl/debian/rules (added)
+++ trunk/libmoosex-clone-perl/debian/rules Mon Jun  1 08:58:03 2009
@@ -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/libmoosex-clone-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libmoosex-clone-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-clone-perl/debian/watch?rev=37126&op=file
==============================================================================
--- trunk/libmoosex-clone-perl/debian/watch (added)
+++ trunk/libmoosex-clone-perl/debian/watch Mon Jun  1 08:58:03 2009
@@ -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/MooseX-Clone/   .*/MooseX-Clone-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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