r37131 - in /trunk/libmoosex-yaml-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 09:04:38 UTC 2009
Author: franck-guest
Date: Mon Jun 1 09:04:33 2009
New Revision: 37131
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37131
Log:
[svn-inject] Applying Debian modifications to trunk
Added:
trunk/libmoosex-yaml-perl/debian/
trunk/libmoosex-yaml-perl/debian/changelog
trunk/libmoosex-yaml-perl/debian/compat
trunk/libmoosex-yaml-perl/debian/control
trunk/libmoosex-yaml-perl/debian/copyright
trunk/libmoosex-yaml-perl/debian/rules (with props)
trunk/libmoosex-yaml-perl/debian/watch
Added: trunk/libmoosex-yaml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-yaml-perl/debian/changelog?rev=37131&op=file
==============================================================================
--- trunk/libmoosex-yaml-perl/debian/changelog (added)
+++ trunk/libmoosex-yaml-perl/debian/changelog Mon Jun 1 09:04:33 2009
@@ -1,0 +1,5 @@
+libmoosex-yaml-perl (0.03-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- franck cuny <franck at lumberjaph.net> Mon, 1 Jun 2009 11:00:25 +0200
Added: trunk/libmoosex-yaml-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-yaml-perl/debian/compat?rev=37131&op=file
==============================================================================
--- trunk/libmoosex-yaml-perl/debian/compat (added)
+++ trunk/libmoosex-yaml-perl/debian/compat Mon Jun 1 09:04:33 2009
@@ -1,0 +1,1 @@
+7
Added: trunk/libmoosex-yaml-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-yaml-perl/debian/control?rev=37131&op=file
==============================================================================
--- trunk/libmoosex-yaml-perl/debian/control (added)
+++ trunk/libmoosex-yaml-perl/debian/control Mon Jun 1 09:04:33 2009
@@ -1,0 +1,27 @@
+Source: libmoosex-yaml-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libnamespace-clean-perl,
+ libsub-exporter-perl (>= 0.982), libtest-use-ok-perl, libyaml-perl,
+ libmoosex-blessed-reconstruct-perl (>= 0.02), perl (>= 5.6.0-12)
+Maintainer: franck cuny <franck at lumberjaph.net>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/MooseX-YAML/
+
+Package: libmoosex-yaml-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libnamespace-clean-perl,
+ libsub-exporter-perl (>= 0.982), libtest-use-ok-perl, libyaml-perl
+Description: DWIM loading of Moose objects from YAML
+ MooseX::YAML provides DWIM loading of Moose based objects from YAML
+ documents.
+ .
+ Any hashes blessed into a Moose class will be replaced with a properly
+ constructed instance (respecting init args, BUILDALL, and the meta instance
+ type).
+ .
+ This is similar to YAML::Active in that certain nodes in the loaded YAML
+ documented are treated specially.
+ .
+ This description was automagically extracted from the module by dh-make-perl.
Added: trunk/libmoosex-yaml-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-yaml-perl/debian/copyright?rev=37131&op=file
==============================================================================
--- trunk/libmoosex-yaml-perl/debian/copyright (added)
+++ trunk/libmoosex-yaml-perl/debian/copyright Mon Jun 1 09:04:33 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-YAML/
+Upstream-Name: MooseX-YAML
+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-yaml-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-yaml-perl/debian/rules?rev=37131&op=file
==============================================================================
--- trunk/libmoosex-yaml-perl/debian/rules (added)
+++ trunk/libmoosex-yaml-perl/debian/rules Mon Jun 1 09:04:33 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-yaml-perl/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: trunk/libmoosex-yaml-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-yaml-perl/debian/watch?rev=37131&op=file
==============================================================================
--- trunk/libmoosex-yaml-perl/debian/watch (added)
+++ trunk/libmoosex-yaml-perl/debian/watch Mon Jun 1 09:04:33 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-YAML/ .*/MooseX-YAML-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
More information about the Pkg-perl-cvs-commits
mailing list