r23915 - in /trunk/libtie-dbi-perl: debian/ debian/changelog debian/compat debian/control debian/copyright debian/libtie-dbi-perl.docs debian/rules debian/watch lib/Tie/RDBM.pm

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Thu Aug 7 22:26:48 UTC 2008


Author: gwolf
Date: Thu Aug  7 22:26:46 2008
New Revision: 23915

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

Added:
    trunk/libtie-dbi-perl/debian/
    trunk/libtie-dbi-perl/debian/changelog
    trunk/libtie-dbi-perl/debian/compat
    trunk/libtie-dbi-perl/debian/control
    trunk/libtie-dbi-perl/debian/copyright
    trunk/libtie-dbi-perl/debian/libtie-dbi-perl.docs
    trunk/libtie-dbi-perl/debian/rules   (with props)
    trunk/libtie-dbi-perl/debian/watch
Modified:
    trunk/libtie-dbi-perl/lib/Tie/RDBM.pm

Added: trunk/libtie-dbi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-dbi-perl/debian/changelog?rev=23915&op=file
==============================================================================
--- trunk/libtie-dbi-perl/debian/changelog (added)
+++ trunk/libtie-dbi-perl/debian/changelog Thu Aug  7 22:26:46 2008
@@ -1,0 +1,5 @@
+libtie-dbi-perl (1.02-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #472095, #493987, #494205)
+
+ -- Gunnar Wolf <gwolf at debian.org>  Thu, 7 Aug 2008 16:39:43 -0500

Added: trunk/libtie-dbi-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-dbi-perl/debian/compat?rev=23915&op=file
==============================================================================
--- trunk/libtie-dbi-perl/debian/compat (added)
+++ trunk/libtie-dbi-perl/debian/compat Thu Aug  7 22:26:46 2008
@@ -1,0 +1,1 @@
+7

Added: trunk/libtie-dbi-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-dbi-perl/debian/control?rev=23915&op=file
==============================================================================
--- trunk/libtie-dbi-perl/debian/control (added)
+++ trunk/libtie-dbi-perl/debian/control Thu Aug  7 22:26:46 2008
@@ -1,0 +1,27 @@
+Source: libtie-dbi-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), libdbd-sqlite3-perl
+Build-Depends-Indep: perl (>= 5.6.10-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Gunnar Wolf <gwolf at debian.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Tie-DBI/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtie-dbi-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-dbi-perl/
+
+Package: libtie-dbi-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description:  Tie hashes to relational databases
+ This module allows you to tie Perl associative arrays (hashes) to SQL
+ databases using the DBI interface.  The tied hash is associated with a
+ table in a local or networked database.  One field of the table becomes the
+ hash key, and another becomes the value.  Once tied, all the standard
+ hash operations work, including iteration over keys and values.
+ .
+ By using the Storable module (provided by perl), you may store
+ arbitrarily complex Perl structures (including objects) into the hash
+ and later retrieve them.  When used in conjunction with a
+ network-accessible database, this provides a simple way to transmit
+ data structures between Perl programs on two different machines.

Added: trunk/libtie-dbi-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-dbi-perl/debian/copyright?rev=23915&op=file
==============================================================================
--- trunk/libtie-dbi-perl/debian/copyright (added)
+++ trunk/libtie-dbi-perl/debian/copyright Thu Aug  7 22:26:46 2008
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Lincoln Stein, lstein at w3.org
+Upstream-Source: http://search.cpan.org/dist/Tie-DBI/
+Upstream-Name: Tie-DBI
+
+Files: *
+Copyright: Lincoln Stein, lstein at w3.org
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2008, Gunnar Wolf <gwolf at debian.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/libtie-dbi-perl/debian/libtie-dbi-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-dbi-perl/debian/libtie-dbi-perl.docs?rev=23915&op=file
==============================================================================
--- trunk/libtie-dbi-perl/debian/libtie-dbi-perl.docs (added)
+++ trunk/libtie-dbi-perl/debian/libtie-dbi-perl.docs Thu Aug  7 22:26:46 2008
@@ -1,0 +1,1 @@
+README

Added: trunk/libtie-dbi-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-dbi-perl/debian/rules?rev=23915&op=file
==============================================================================
--- trunk/libtie-dbi-perl/debian/rules (added)
+++ trunk/libtie-dbi-perl/debian/rules Thu Aug  7 22:26:46 2008
@@ -1,0 +1,26 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh build --before test
+	export DRIVER=SQLite && $(MAKE) test
+	[ -f test ] && rm test # dummy DB generated by the tests
+	dh build --after test
+	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/libtie-dbi-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libtie-dbi-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-dbi-perl/debian/watch?rev=23915&op=file
==============================================================================
--- trunk/libtie-dbi-perl/debian/watch (added)
+++ trunk/libtie-dbi-perl/debian/watch Thu Aug  7 22:26:46 2008
@@ -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/Tie-DBI/   .*/Tie-DBI-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

Modified: trunk/libtie-dbi-perl/lib/Tie/RDBM.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtie-dbi-perl/lib/Tie/RDBM.pm?rev=23915&op=diff
==============================================================================
--- trunk/libtie-dbi-perl/lib/Tie/RDBM.pm (original)
+++ trunk/libtie-dbi-perl/lib/Tie/RDBM.pm Thu Aug  7 22:26:46 2008
@@ -346,7 +346,7 @@
 =head1 SYNOPSIS
 
   use Tie::RDBM;
-  tie %h,'Tie::RDBM','mysql:test',{table=>'Demo',create=>1,autocommit=>0};
+  tie %h,'Tie::RDBM', 'mysql:test', {table=>'Demo', create=>1, autocommit=>0};
   $h{'key1'} = 'Some data here';
   $h{'key2'} = 42;
   $h{'key3'} = { complex=>['data','structure','here'],works=>'true' };




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