debian/0000755000000000000000000000000011661474252007176 5ustar debian/control0000644000000000000000000000243211661474252010602 0ustar Source: libdbix-class-timestamp-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libclass-accessor-grouped-perl, libdatetime-format-mysql-perl, libdatetime-format-sqlite-perl, libdatetime-perl (>= 2:0.5500), libdbd-sqlite3-perl, libdbix-class-dynamicdefault-perl, libdbix-class-perl, libtest-pod-coverage-perl, libtest-pod-perl, libtime-warp-perl Maintainer: Debian Perl Group Uploaders: Brian Cassidy , gregor herrmann , Salvatore Bonaccorso Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/DBIx-Class-TimeStamp/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbix-class-timestamp-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbix-class-timestamp-perl.git Package: libdbix-class-timestamp-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libdatetime-perl (>= 2:0.5500), libdbix-class-dynamicdefault-perl, libdbix-class-perl Description: DBIx::Class extension to update and create date and time based fields DBIx::Class::TimeStamp works in conjunction with InflateColumn::DateTime to automatically set update and create date and time based fields in a table. debian/copyright0000644000000000000000000000247711661474252011143 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: J. Shirley Source: http://search.cpan.org/dist/DBIx-Class-TimeStamp/ Name: DBIx-Class-TimeStamp Files: * Copyright: 2009 J. Shirley License: Artistic or GPL-1+ Files: inc/* Copyright: 2002 - 2010 by Brian Ingerson, Audrey Tang and Adam Kennedy License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Brian Cassidy 2009-2011, gregor herrmann 2009-2011, Salvatore Bonaccorso 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'. debian/watch0000644000000000000000000000037411661474252010233 0ustar # 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/DBIx-Class-TimeStamp/ .*/DBIx-Class-TimeStamp-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211661474252010374 0ustar 8 debian/changelog0000644000000000000000000000521311661474252011051 0ustar libdbix-class-timestamp-perl (0.14-1) unstable; urgency=medium [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). * Email change: Salvatore Bonaccorso -> carnil@debian.org * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ Ansgar Burchardt ] * New upstream release (0.14). Closes: #636268 * Bump build-dep on libdatetime-perl to >= 2:0.5500. * debian/copyright: Formatting changes; refer to "Debian systems" instead of "Debian GNU/Linux systems"; refer to /usr/share/common-licenses/GPL-1. * Use source format 3.0 (quilt). * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/copyright: update debian/* stanza. * Switch to debhelper compatibility level 8. * Set Standards-Version to 3.9.2 (no changes). * Set urgency to medium (RC bug fix, perl 5.14 transition). -- gregor herrmann Fri, 18 Nov 2011 16:23:06 +0100 libdbix-class-timestamp-perl (0.12-1) unstable; urgency=low * New upstream release. * debian/control: remove build dependency on libsql-translator-perl, not needed any more. -- gregor herrmann Wed, 01 Jul 2009 17:32:04 +0200 libdbix-class-timestamp-perl (0.11-1) unstable; urgency=low [ Salvatore Bonaccorso ] * New upstream release * Update debian/copyright for debian/* packaging. [ gregor herrmann ] * Remove Module::Install hack from debian/rules, bump versioned dependency on debhelper in debian/control. -- gregor herrmann Fri, 26 Jun 2009 16:58:29 +0200 libdbix-class-timestamp-perl (0.08-1) unstable; urgency=medium [ gregor herrmann ] * New upstream release. * Remove whatis.patch (included upstream) and patch framework. * debian/copyright: fix typo in years of copyright for files in inc/*. * Add /me to Uploaders. * debian/rules: set PERL5_CPANPLUS_IS_RUNNING to keep Module::Install from loading CPAN.pm. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Salvatore Bonaccorso ] * Bump Standards Version to 3.8.2 (no changes) * Add Build-Depends on libdatetime-format-sqlite-perl (Closes: #533949). * Add myself to Uploaders * Minimize debian/rules using override_ targets. -- Salvatore Bonaccorso Sun, 21 Jun 2009 18:26:49 +0200 libdbix-class-timestamp-perl (0.07-1) unstable; urgency=low * Initial Release. (Closes: #525147) -- Brian Cassidy Thu, 23 Apr 2009 16:23:39 -0300 debian/source/0000755000000000000000000000000011661474252010476 5ustar debian/source/format0000644000000000000000000000001411661474252011704 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000011711661474252010255 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: TEST_POD=1 dh_auto_test