debian/0000755000000000000000000000000012014722262007164 5ustar debian/copyright0000644000000000000000000000236612014722262011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: DBIx-Class-UUIDColumns Upstream-Contact: Chia-liang Kao Source: http://search.cpan.org/dist/DBIx-Class-UUIDColumns/ Files: * Copyright: 2007-2011, Chia-liang Kao License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, Dominique Dumont 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'. debian/watch0000644000000000000000000000021112014722262010207 0ustar version=3 http://search.cpan.org/dist/DBIx-Class-UUIDColumns/ .*/DBIx-Class-UUIDColumns-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/changelog0000644000000000000000000000026012014722262011034 0ustar libdbix-class-uuidcolumns-perl (0.02006-1) unstable; urgency=low * Initial Release (Closes: #685518) -- Dominique Dumont Tue, 21 Aug 2012 17:06:12 +0200 debian/compat0000644000000000000000000000000212014722262010362 0ustar 8 debian/libdbix-class-uuidcolumns-perl.docs0000644000000000000000000000000712014722262016060 0ustar README debian/source/0000755000000000000000000000000012014722262010464 5ustar debian/source/format0000644000000000000000000000001412014722262011672 0ustar 3.0 (quilt) debian/control0000644000000000000000000000252112014722262010567 0ustar Source: libdbix-class-uuidcolumns-perl Maintainer: Debian Perl Group Uploaders: Dominique Dumont Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libclass-accessor-grouped-perl, libdbd-sqlite3-perl, libdbix-class-perl, libuuid-perl Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbix-class-uuidcolumns-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbix-class-uuidcolumns-perl.git Homepage: http://search.cpan.org/dist/DBIx-Class-UUIDColumns/ Package: libdbix-class-uuidcolumns-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libclass-accessor-grouped-perl, libdbix-class-perl, libuuid-perl | libossp-uuid-perl, perl Description: Implicit uuid columns DBIx::Class provides a behaviour similar to Class::DBI::UUID. It impments globally unique columns values. When an object is created, the columns specified are given unique IDs. . When loaded, UUIDColumns will search for a suitable uuid generation module from the following list of supported modules: . * Data::UUID * APR::UUID* * UUID . If no supporting module can be found, an exception will be thrown. debian/rules0000755000000000000000000000003612014722262010243 0ustar #!/usr/bin/make -f %: dh $@