r35126 - in /trunk/libmoosex-log-log4perl-perl/debian: ./ changelog compat control copyright rules watch

mogaal-guest at users.alioth.debian.org mogaal-guest at users.alioth.debian.org
Sun May 10 16:35:44 UTC 2009


Author: mogaal-guest
Date: Sun May 10 16:35:39 2009
New Revision: 35126

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

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

Added: trunk/libmoosex-log-log4perl-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-log-log4perl-perl/debian/changelog?rev=35126&op=file
==============================================================================
--- trunk/libmoosex-log-log4perl-perl/debian/changelog (added)
+++ trunk/libmoosex-log-log4perl-perl/debian/changelog Sun May 10 16:35:39 2009
@@ -1,0 +1,5 @@
+libmoosex-log-log4perl-perl (0.31-1) unstable; urgency=low
+
+  * Initial Release (Closes: #528072).
+
+ -- Alejandro Garrido Mota <garridomota at gmail.com>  Sun, 10 May 2009 11:52:23 -0430

Added: trunk/libmoosex-log-log4perl-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-log-log4perl-perl/debian/compat?rev=35126&op=file
==============================================================================
--- trunk/libmoosex-log-log4perl-perl/debian/compat (added)
+++ trunk/libmoosex-log-log4perl-perl/debian/compat Sun May 10 16:35:39 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libmoosex-log-log4perl-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-log-log4perl-perl/debian/control?rev=35126&op=file
==============================================================================
--- trunk/libmoosex-log-log4perl-perl/debian/control (added)
+++ trunk/libmoosex-log-log4perl-perl/debian/control Sun May 10 16:35:39 2009
@@ -1,0 +1,21 @@
+Source: libmoosex-log-log4perl-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libio-stringy-perl, liblog-log4perl-perl, libmoose-perl
+   perl (>= 5.6.0-12), libtest-pod-perl, libtest-pod-coverage-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Alejandro Garrido Mota <garridomota at gmail.com>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/MooseX-Log-Log4perl/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmoosex-log-log4perl-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmoosex-log-log4perl-perl/
+
+Package: libmoosex-log-log4perl-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, liblog-log4perl-perl, libmoose-perl
+Description: a Logging Role for Moose based on Log::Log4perl
+ A logging role building a very lightweight wrapper to Log::Log4perl for use
+ with your Moose classes. The initialization of the Log4perl instance must be
+ performed prior to logging the first log message. Otherwise the default
+ initialization will happen, probably not doing the things you expect.

Added: trunk/libmoosex-log-log4perl-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-log-log4perl-perl/debian/copyright?rev=35126&op=file
==============================================================================
--- trunk/libmoosex-log-log4perl-perl/debian/copyright (added)
+++ trunk/libmoosex-log-log4perl-perl/debian/copyright Sun May 10 16:35:39 2009
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Roland Lammel C<< <lammel at cpan.org> >>
+Upstream-Source: http://search.cpan.org/dist/MooseX-Log-Log4perl/
+Upstream-Name: MooseX-Log-Log4perl
+
+Files: *
+Copyright: 2008, Roland Lammel <lammel at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Alejandro Garrido Mota <garridomota at gmail.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/libmoosex-log-log4perl-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-log-log4perl-perl/debian/rules?rev=35126&op=file
==============================================================================
--- trunk/libmoosex-log-log4perl-perl/debian/rules (added)
+++ trunk/libmoosex-log-log4perl-perl/debian/rules Sun May 10 16:35:39 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-log-log4perl-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libmoosex-log-log4perl-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-log-log4perl-perl/debian/watch?rev=35126&op=file
==============================================================================
--- trunk/libmoosex-log-log4perl-perl/debian/watch (added)
+++ trunk/libmoosex-log-log4perl-perl/debian/watch Sun May 10 16:35:39 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/MooseX-Log-Log4perl/   .*/MooseX-Log-Log4perl-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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