r39785 - in /trunk/libdbix-simple-perl/debian: ./ changelog compat control copyright rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Jul 12 18:15:48 UTC 2009


Author: jawnsy-guest
Date: Sun Jul 12 18:15:37 2009
New Revision: 39785

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

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

Added: trunk/libdbix-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-simple-perl/debian/changelog?rev=39785&op=file
==============================================================================
--- trunk/libdbix-simple-perl/debian/changelog (added)
+++ trunk/libdbix-simple-perl/debian/changelog Sun Jul 12 18:15:37 2009
@@ -1,0 +1,5 @@
+libdbix-simple-perl (1.32-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Yu <frequency at cpan.org>  Sun, 12 Jul 2009 09:50:18 -0400

Added: trunk/libdbix-simple-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-simple-perl/debian/compat?rev=39785&op=file
==============================================================================
--- trunk/libdbix-simple-perl/debian/compat (added)
+++ trunk/libdbix-simple-perl/debian/compat Sun Jul 12 18:15:37 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libdbix-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-simple-perl/debian/control?rev=39785&op=file
==============================================================================
--- trunk/libdbix-simple-perl/debian/control (added)
+++ trunk/libdbix-simple-perl/debian/control Sun Jul 12 18:15:37 2009
@@ -1,0 +1,27 @@
+Source: libdbix-simple-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-12), libdbi-perl (>= 1.21)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <frequency at cpan.org>
+Standards-Version: 3.8.2
+Homepage: http://search.cpan.org/dist/DBIx-Simple/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdbix-simple-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdbix-simple-perl/
+
+Package: libdbix-simple-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libdbi-perl (>= 1.21)
+Recommends: libsql-abstract-perl, libtext-table-perl
+Description: Perl module implementing an simpler interface to DBI
+ DBIx::Simple provides a simplified interface to DBI, Perl's powerful de-facto
+ standard database interface. This module is aimed at rapid development and
+ easy maintenance of your codebase. A single method prepares and executes your
+ queries, and the result object (which wraps the statement handle) provides
+ easy row-by-row iteration and slurping methods.
+ .
+ The query method returns either a result object, or a dummy object. The dummy
+ object returns undef (or an empty list) for all methods and when evaluated in
+ boolean context, is false. The dummy object lets you postpone (or skip) error
+ checking, but it also makes immediate error checking simple.

Added: trunk/libdbix-simple-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-simple-perl/debian/copyright?rev=39785&op=file
==============================================================================
--- trunk/libdbix-simple-perl/debian/copyright (added)
+++ trunk/libdbix-simple-perl/debian/copyright Sun Jul 12 18:15:37 2009
@@ -1,0 +1,31 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Juerd Waalboer <juerd at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/DBIx-Simple/
+Upstream-Name: DBIx-Simple
+
+Files: *
+License: PD
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+License: PD | 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'
+
+License: PD
+    There is no license. This software was released into the public
+    domain. Do with it what you want, but on your own risk. The author
+    disclaims any responsibility.

Added: trunk/libdbix-simple-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-simple-perl/debian/rules?rev=39785&op=file
==============================================================================
--- trunk/libdbix-simple-perl/debian/rules (added)
+++ trunk/libdbix-simple-perl/debian/rules Sun Jul 12 18:15:37 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libdbix-simple-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-simple-perl/debian/watch?rev=39785&op=file
==============================================================================
--- trunk/libdbix-simple-perl/debian/watch (added)
+++ trunk/libdbix-simple-perl/debian/watch Sun Jul 12 18:15:37 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/DBIx-Simple/   .*/DBIx-Simple-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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