r70866 - in /trunk/libtrue-perl/debian: ./ changelog compat control copyright libtrue-perl.docs rules watch

ivan at users.alioth.debian.org ivan at users.alioth.debian.org
Tue Mar 8 04:58:17 UTC 2011


Author: ivan
Date: Tue Mar  8 04:57:58 2011
New Revision: 70866

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

Added:
    trunk/libtrue-perl/debian/
    trunk/libtrue-perl/debian/changelog
    trunk/libtrue-perl/debian/compat
    trunk/libtrue-perl/debian/control
    trunk/libtrue-perl/debian/copyright
    trunk/libtrue-perl/debian/libtrue-perl.docs
    trunk/libtrue-perl/debian/rules   (with props)
    trunk/libtrue-perl/debian/watch

Added: trunk/libtrue-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtrue-perl/debian/changelog?rev=70866&op=file
==============================================================================
--- trunk/libtrue-perl/debian/changelog (added)
+++ trunk/libtrue-perl/debian/changelog Tue Mar  8 04:57:58 2011
@@ -1,0 +1,5 @@
+libtrue-perl (0.16-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Ivan Kohler <ivan-debian at 420.am>  Mon, 7 Mar 2011 20:46:24 -0800

Added: trunk/libtrue-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtrue-perl/debian/compat?rev=70866&op=file
==============================================================================
--- trunk/libtrue-perl/debian/compat (added)
+++ trunk/libtrue-perl/debian/compat Tue Mar  8 04:57:58 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libtrue-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtrue-perl/debian/control?rev=70866&op=file
==============================================================================
--- trunk/libtrue-perl/debian/control (added)
+++ trunk/libtrue-perl/debian/control Tue Mar  8 04:57:58 2011
@@ -1,0 +1,33 @@
+Source: libtrue-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7),
+ libb-hooks-op-annotation-perl (>= 0.43),
+ libb-hooks-op-check-perl (>= 0.17),
+ libdevel-stacktrace-perl (>= 1.27),
+ libextutils-depends-perl (>= 0.301),
+ perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ivan Kohler <ivan-debian at 420.am>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/true/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtrue-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtrue-perl/
+
+Package: libtrue-perl
+Architecture: any
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
+ libb-hooks-op-annotation-perl (>= 0.43),
+ libb-hooks-op-check-perl (>= 0.17),
+ libdevel-stacktrace-perl (>= 1.27)
+Description: automatically return a true value when a file is required
+ Perl's require builtin (and its use wrapper) requires the files it loads to
+ return a true value. This is usually accomplished by placing a single
+ .
+ 1;
+ .
+ statement at the end of included scripts or modules. It's not onerous to add
+ but it's a speed bump on the Perl novice's road to enlightenment.
+ .
+ This module packages this "return true" behaviour so that it need not be
+ written explicitly.

Added: trunk/libtrue-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtrue-perl/debian/copyright?rev=70866&op=file
==============================================================================
--- trunk/libtrue-perl/debian/copyright (added)
+++ trunk/libtrue-perl/debian/copyright Tue Mar  8 04:57:58 2011
@@ -1,0 +1,36 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: chocolateboy <chocolate at cpan.org>
+Source: http://search.cpan.org/dist/true/
+Name: true
+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.
+ NOTE: Don't forget to remove this disclaimer once you are happy
+ with this file.
+
+Files: *
+Copyright: chocolateboy <chocolate at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Ivan Kohler <ivan-debian at 420.am>
+License: Artistic or 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 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 systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libtrue-perl/debian/libtrue-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtrue-perl/debian/libtrue-perl.docs?rev=70866&op=file
==============================================================================
--- trunk/libtrue-perl/debian/libtrue-perl.docs (added)
+++ trunk/libtrue-perl/debian/libtrue-perl.docs Tue Mar  8 04:57:58 2011
@@ -1,0 +1,1 @@
+README

Added: trunk/libtrue-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtrue-perl/debian/rules?rev=70866&op=file
==============================================================================
--- trunk/libtrue-perl/debian/rules (added)
+++ trunk/libtrue-perl/debian/rules Tue Mar  8 04:57:58 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libtrue-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libtrue-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtrue-perl/debian/watch?rev=70866&op=file
==============================================================================
--- trunk/libtrue-perl/debian/watch (added)
+++ trunk/libtrue-perl/debian/watch Tue Mar  8 04:57:58 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/true/   .*/true-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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