r39690 - in /trunk/libguard-perl/debian: ./ changelog compat control copyright rules watch
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Sat Jul 11 02:47:40 UTC 2009
Author: jawnsy-guest
Date: Sat Jul 11 02:47:33 2009
New Revision: 39690
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=39690
Log:
[svn-inject] Applying Debian modifications to trunk
Added:
trunk/libguard-perl/debian/
trunk/libguard-perl/debian/changelog
trunk/libguard-perl/debian/compat
trunk/libguard-perl/debian/control
trunk/libguard-perl/debian/copyright
trunk/libguard-perl/debian/rules (with props)
trunk/libguard-perl/debian/watch
Added: trunk/libguard-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libguard-perl/debian/changelog?rev=39690&op=file
==============================================================================
--- trunk/libguard-perl/debian/changelog (added)
+++ trunk/libguard-perl/debian/changelog Sat Jul 11 02:47:33 2009
@@ -1,0 +1,5 @@
+libguard-perl (1.02-1) UNRELEASED; urgency=low
+
+ * Initial Release (Closes: #536550)
+
+ -- Jonathan Yu <frequency at cpan.org> Fri, 10 Jul 2009 18:29:29 -0400
Added: trunk/libguard-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libguard-perl/debian/compat?rev=39690&op=file
==============================================================================
--- trunk/libguard-perl/debian/compat (added)
+++ trunk/libguard-perl/debian/compat Sat Jul 11 02:47:33 2009
@@ -1,0 +1,1 @@
+7
Added: trunk/libguard-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libguard-perl/debian/control?rev=39690&op=file
==============================================================================
--- trunk/libguard-perl/debian/control (added)
+++ trunk/libguard-perl/debian/control Sat Jul 11 02:47:33 2009
@@ -1,0 +1,23 @@
+Source: libguard-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl (>= 5.6.0-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <frequency at cpan.org>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/Guard/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libguard-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libguard-perl/
+
+Package: libguard-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description: safe cleanup blocks
+ Guard implements so-called "guards". A guard is something (usually an object)
+ that "guards" a resource, ensuring that it is cleaned up when expected.
+ .
+ Specifically, this module supports two different types of guards: guard
+ objects, which execute a given code block when destroyed, and scoped guards,
+ which are tied to the scope exit.
+ .
+ This description was automagically extracted from the module by dh-make-perl.
Added: trunk/libguard-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libguard-perl/debian/copyright?rev=39690&op=file
==============================================================================
--- trunk/libguard-perl/debian/copyright (added)
+++ trunk/libguard-perl/debian/copyright Sat Jul 11 02:47: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/Guard/
+Upstream-Name: Guard
+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: (information incomplete)
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <frequency at cpan.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/libguard-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libguard-perl/debian/rules?rev=39690&op=file
==============================================================================
--- trunk/libguard-perl/debian/rules (added)
+++ trunk/libguard-perl/debian/rules Sat Jul 11 02:47:33 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
Propchange: trunk/libguard-perl/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: trunk/libguard-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libguard-perl/debian/watch?rev=39690&op=file
==============================================================================
--- trunk/libguard-perl/debian/watch (added)
+++ trunk/libguard-perl/debian/watch Sat Jul 11 02:47:33 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Guard/ .*/Guard-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
More information about the Pkg-perl-cvs-commits
mailing list