--- librose-db-object-perl-0.784.orig/debian/control +++ librose-db-object-perl-0.784/debian/control @@ -0,0 +1,29 @@ +Source: librose-db-object-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.0.50) +Build-Depends-Indep: perl, libdatetime-perl, libbit-vector-perl, + librose-db-perl (>= 0.753), liblist-moreutils-perl, libdbi-perl, + libclone-perl (>= 0.29), librose-object-perl (>= 0.854), libtest-pod-perl, + libdbd-sqlite3-perl, libtest-memory-cycle-perl +Maintainer: Debian Perl Group +Uploaders: Krzysztof Krzyżaniak (eloy) , + Brian Cassidy , gregor herrmann , + Rene Mayorga , Ryan Niebur , + Jonathan Yu +Standards-Version: 3.8.3 +Homepage: http://search.cpan.org/dist/Rose-DB-Object/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/librose-db-object-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/librose-db-object-perl/ + +Package: librose-db-object-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libdatetime-perl, libbit-vector-perl, + libclone-perl (>= 0.29), liblist-moreutils-perl, libdbi-perl, + librose-db-perl (>= 0.753), librose-object-perl (>= 0.854) +Description: Perl framework providing an extensible high-performance ORM + Rose::DB::Object is a base class for objects that encapsulate a single row in + a database table. By deriving objects from this module, you get a simple API + for manipulating database tuples. This module inherits from, and follows the + convention of, Rose::Object. See the manual for Rose::Object or the tutorial, + Rose::DB::Object::Tutorial, for details. --- librose-db-object-perl-0.784.orig/debian/copyright +++ librose-db-object-perl-0.784/debian/copyright @@ -0,0 +1,29 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=226 +Upstream-Maintainer: John C. Siracusa +Upstream-Source: http://search.cpan.org/dist/Rose-DB-Object/ +Upstream-Name: Rose-DB-Object + +Files: * +Copyright: 2007-2009, John C. Siracusa +License: GPL-1+ | Artistic + +Files: debian/* +Copyright: 2009, Jonathan Yu + 2009, Rene Mayorga + 2008-2009, Brian Cassidy + 2007-2009, Krzysztof Krzyzaniak (eloy) +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-1' --- librose-db-object-perl-0.784.orig/debian/watch +++ librose-db-object-perl-0.784/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Rose-DB-Object/ .*/Rose-DB-Object-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- librose-db-object-perl-0.784.orig/debian/compat +++ librose-db-object-perl-0.784/debian/compat @@ -0,0 +1 @@ +7 --- librose-db-object-perl-0.784.orig/debian/changelog +++ librose-db-object-perl-0.784/debian/changelog @@ -0,0 +1,159 @@ +librose-db-object-perl (1:0.784-1) unstable; urgency=low + + * New upstream release + * Add Test::Memory::Cycle to B-D-I for testing + + -- Jonathan Yu Sun, 18 Oct 2009 09:20:22 -0400 + +librose-db-object-perl (1:0.783-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + * Small cleanup to rules file + * Remove some unnecessary version dependencies + * Standards-Version 3.8.3 (drop perl version dependency) + + [ Ryan Niebur ] + * Update jawnsy's email address + * Update ryan52's email address + + -- Jonathan Yu Fri, 25 Sep 2009 10:18:20 -0400 + +librose-db-object-perl (1:0.782-1) unstable; urgency=low + + [ Jonathan Yu ] + * New upstream release + + Detect enum-like columns in PostgreSQL (RT#46214) + + Added optional warning to the Loader for missing primary keys + + Fixed a memory leak in the Iterator class (RT#47294) + + Improved unknown method error messages + + Better example code + * Added myself to Uploaders and Copyright + + [ gregor herrmann ] + * debian/control: bump versioned (build) dependency on librose-db-perl. + + -- Jonathan Yu Fri, 17 Jul 2009 11:04:32 -0400 + +librose-db-object-perl (1:0.781-2) unstable; urgency=low + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Ryan Niebur ] + * fix bashisms in d/rules (Closes: #535397) + * Add myself to Uploaders + * Debian Policy 3.8.2 + + -- Ryan Niebur Thu, 02 Jul 2009 04:10:57 -0700 + +librose-db-object-perl (1:0.781-1) unstable; urgency=low + + [ Brian Cassidy ] + * New upstream release + * debian/control: Standards-Version to 3.8.1 + + [ gregor herrmann ] + * debian/control: long description: remove "in this documentation", add full + stop at the end. + + -- Brian Cassidy Fri, 24 Apr 2009 09:31:13 -0300 + +librose-db-object-perl (1:0.780-1) unstable; urgency=low + + * New upstream release. + + -- gregor herrmann Fri, 06 Mar 2009 14:43:42 +0100 + +librose-db-object-perl (1:0.779-1) unstable; urgency=low + + * New upstream release + * debian/control: add myself to uploaders + * debian/rules: send a "\n" to make test call, this will avoid + the 60 seconds wait for tests. + * debian/copyright: + + split debian/* copyright contributors based + on debian/changelog + + use GPL-1 instead GPL + + -- Rene Mayorga Fri, 27 Feb 2009 20:13:41 -0600 + +librose-db-object-perl (1:0.778-1) unstable; urgency=low + + * New upstream release + * debian/copyright: update dates + + -- Krzysztof Krzyżaniak (eloy) Mon, 09 Feb 2009 11:21:22 +0100 + +librose-db-object-perl (1:0.777-1) unstable; urgency=low + + * New upstream release. + * Add /me to Uploaders. + + -- gregor herrmann Sat, 13 Dec 2008 04:01:11 +0100 + +librose-db-object-perl (1:0.776-1) unstable; urgency=low + + [ gregor herrmann ] + * debian/control: + - switch Vcs-Browser field to ViewSVN + - add libdbd-sqlite3-perl, libtest-pod-perl to Build-Depends-Indep to + enable additional tests + * debian/watch: extended regexp for matching upstream releases. + * debian/rules: change permissions of Tutorial.pod. + + [ Brian Cassidy ] + * New upstream release + * debian/control: + + Added myself to Uploaders + + Bump some dependency versions to match upstream + * debian/copyright: Upgrade to new standards + * debian/rules: Upgrade to new standards + + -- Brian Cassidy Wed, 10 Dec 2008 10:17:06 -0400 + +librose-db-object-perl (1:0.775-1) unstable; urgency=low + + * New upstream release + + -- Krzysztof Krzyżaniak (eloy) Fri, 31 Oct 2008 10:57:31 +0100 + +librose-db-object-perl (0.7740-1) unstable; urgency=low + + * New upstream release + + -- Krzysztof Krzyżaniak (eloy) Thu, 30 Oct 2008 21:52:54 +0100 + +librose-db-object-perl (0.7722-1) unstable; urgency=low + + * New upstream release + * debian/control: + + Standards-Version updated to 3.8.0 (no changes) + + increase dependency from librose-db-perl to (>= 0.745) + + -- Krzysztof Krzyżaniak (eloy) Thu, 02 Oct 2008 10:24:31 +0200 + +librose-db-object-perl (0.770-1) unstable; urgency=low + + * New upstream release + * Convert to debhelper 7 + + -- Krzysztof Krzyżaniak (eloy) Tue, 15 Apr 2008 16:23:57 +0200 + +librose-db-object-perl (0.769-1) unstable; urgency=low + + * New upstream release (closes: #476262) + + -- Krzysztof Krzyżaniak (eloy) Tue, 15 Apr 2008 14:38:40 +0200 + +librose-db-object-perl (0.768-1) unstable; urgency=low + + * New upstream release + + -- Krzysztof Krzyzaniak (eloy) Sat, 22 Mar 2008 20:36:16 +0100 + +librose-db-object-perl (0.764-1) unstable; urgency=low + + * Initial Release. + + -- Krzysztof Krzyzaniak (eloy) Wed, 23 May 2007 11:37:35 +0200 --- librose-db-object-perl-0.784.orig/debian/rules +++ librose-db-object-perl-0.784/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +PACKAGE = $(shell dh_listpackages) +TMP = $(CURDIR)/debian/$(PACKAGE) + +%: + dh $@ + +override_dh_fixperms: + dh_fixperms + chmod 644 $(TMP)/usr/share/perl5/Rose/DB/Object/Tutorial.pod