debian/0000755000000000000000000000000011635063630007171 5ustar debian/watch0000644000000000000000000000016611635062333010224 0ustar version=3 http://search.cpan.org/dist/DBIx-Sequence/ .+/DBIx-Sequence-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/rules0000755000000000000000000000003611635062454010253 0ustar #!/usr/bin/make -f %: dh $@ debian/changelog0000644000000000000000000000205211635063630011042 0ustar libdbix-sequence-perl (1.5-2) unstable; urgency=low [ Jonathan Yu ] * Removed Alexis Sukrieh from Uploaders (Closes: #536131) [ gregor herrmann ] * Add debian/watch. * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. * Use source format 3.0 (quilt). * Use tiny debian/rules with debhelper 8. * Add myself to Uploaders. * Make build-dep on perl unversioned. * debian/control: Mention module name in description. * Convert debian/copyright to proposed machine-readable format. * debian/control: Fix Homepage field. * Bump Standards-Version to 3.9.2. -- Ansgar Burchardt Sat, 17 Sep 2011 11:21:50 +0200 libdbix-sequence-perl (1.5-1) unstable; urgency=low * Initial Release. (Closes: #467211) -- Alexis Sukrieh Sat, 23 Feb 2008 23:53:20 +0100 debian/control0000644000000000000000000000240611635063576010607 0ustar Source: libdbix-sequence-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libdbi-perl Maintainer: Debian Perl Group Uploaders: Ansgar Burchardt Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/DBIx-Sequence/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbix-sequence-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbix-sequence-perl.git Package: libdbix-sequence-perl Architecture: all Depends: ${misc:Depends}, libdbi-perl Description: simple SQL92 ID generator DBIx::Sequence is intended to give easier portability to Perl database application by providing a database independent unique ID generator. This way, an application developer is not bound to use his database's SEQUENCE or auto_increment thus making his application portable on multiple database environnements. . This module implements a simple Spin Locker mechanism and is garanteed to return a unique value every time it is called, even with concurrent processes. It uses your database for its state storage with ANSI SQL92 compliant SQL. All SQL queries inside DBIx::Sequence are pre cached and very efficient especially under mod_perl. debian/libdbix-sequence-perl.docs0000644000000000000000000000002311635062502014216 0ustar README README.html debian/compat0000644000000000000000000000000211635062522010366 0ustar 8 debian/source/0000755000000000000000000000000011635062422010467 5ustar debian/source/format0000644000000000000000000000001411635062422011675 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000214411635063206011124 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=59 Maintainer: Benoit Beausejour Source: http://search.cpan.org/dist/DBIx-Sequence/ Name: DBIx-Sequence Files: * Copyright: 2000, Benoit Beausejour License: Artistic or GPL-1+ Files: debian/* Copyright: 2008, Alexis Sukrieh 2011, Ansgar Burchardt 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'.