debian/0000755000000000000000000000000012150424536007170 5ustar debian/rules0000755000000000000000000000003612150424536010247 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000215012150424536010571 0ustar Source: libdbix-oo-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libclass-data-inheritable-perl, libdbi-perl, libsql-abstract-perl, libtest-pod-coverage-perl, libtest-pod-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbix-oo-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdbix-oo-perl.git Homepage: https://metacpan.org/release/DBIx-OO/ Package: libdbix-oo-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libclass-data-inheritable-perl, libdbi-perl, libsql-abstract-perl, perl Description: database to Perl objects abstraction layer DBIx::OO has been inspired by the wonderful Class::DBI. It is a database-to-Perl-Objects abstraction layer, allowing you to interact with a database using common Perl syntax. debian/source/0000755000000000000000000000000012150424536010470 5ustar debian/source/format0000644000000000000000000000001412150424536011676 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000310612150424536011042 0ustar libdbix-oo-perl (0.0.9-4) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * Add a patch to fix a link text in the POD. (Closes: #709792) * debian/copyright: switch formatting to Copyright-Format 1.0. * debian/copyright: update years of packaging copyright and license stanzas. * Set Standards-Version to 3.9.4 (no changes). * Bump debhelper compatibility level to 8. -- gregor herrmann Sun, 26 May 2013 17:24:57 +0200 libdbix-oo-perl (0.0.9-3) unstable; urgency=low * Switch to debhelper 7. * Don't install README anymore. * Convert to source format 3.0 (quilt). * Add /me to Uploaders. * Set Standards-Version to 3.8.4 (no changes). * debian/control: clean up build/runtime dependencies, improve short/long description. * Reformat debian/copyright according to DEP5. * Add a patch to improve the wording in the POD. -- gregor herrmann Sat, 10 Apr 2010 22:11:58 +0200 libdbix-oo-perl (0.0.9-2) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Christoph Berg ] * Remove myself from uploaders. -- Christoph Berg Thu, 10 Dec 2009 12:56:44 +0100 libdbix-oo-perl (0.0.9-1) unstable; urgency=low * Initial Release. -- Christoph Berg Tue, 14 Apr 2009 16:51:18 +0200 debian/compat0000644000000000000000000000000212150424536010366 0ustar 8 debian/patches/0000755000000000000000000000000012150424536010617 5ustar debian/patches/spelling.patch0000644000000000000000000000126112150424536013455 0ustar Description: lintian says "spelling", I'd say wording. Anyway, "unuseful" doesn't sound correct. Bug: https://rt.cpan.org/Ticket/Display.html?id=78169 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=78169 Author: gregor herrmann Last-Update: 2012-07-02 --- a/lib/DBIx/OO.pm +++ b/lib/DBIx/OO.pm @@ -1331,7 +1331,7 @@ is, it re-INSERT-s the record into the d still have a reference to the object. I'm not sure how useful it is, but it helped me test the delete() function. :-) -Other (unuseful) thing you can do with it is manually emulating the +Other (useless) thing you can do with it is manually emulating the create() function: $u = new Users; debian/patches/pod-error.patch0000644000000000000000000000123512150424536013552 0ustar Description: escape / in POD link text Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=85629 Bug-Debian: http://bugs.debian.org/709792 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85629 Author: gregor herrmann Last-Update: 2013-05-26 --- a/lib/DBIx/OO.pm +++ b/lib/DBIx/OO.pm @@ -575,7 +575,7 @@ =head2 C This function returns the name of a foreign key accessor, as defined -by L. The default returns +by Lhas_many|has_a_has_many>. The default returns "fk_$name"--thus prepending "fk_". If you want the Class::DBI behavior, you can override this function in debian/patches/series0000644000000000000000000000003712150424536012034 0ustar spelling.patch pod-error.patch debian/copyright0000644000000000000000000000203112150424536011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: DBIx-OO Upstream-Contact: Mihai Bazon Source: https://metacpan.org/release/DBIx-OO/ Files: * Copyright: 2006, Mihai Bazon License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Christoph Berg 2010-2013, gregor herrmann 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/watch0000644000000000000000000000015412150424536010221 0ustar version=3 https://metacpan.org/release/DBIx-OO/ .*/DBIx-OO-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$