debian/0000755000000000000000000000000011742275102007167 5ustar debian/rules0000755000000000000000000000003611742275102010246 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000201211742275102010565 0ustar Source: libdbix-class-dynamicdefault-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libdbicx-testdatabase-perl, libdbix-class-perl (>= 0.08127) Maintainer: Debian Perl Group Uploaders: Brian Cassidy , gregor herrmann Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/DBIx-Class-DynamicDefault/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbix-class-dynamicdefault-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbix-class-dynamicdefault-perl.git Package: libdbix-class-dynamicdefault-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libdbix-class-perl (>= 0.08127) Description: dbix-class extension to automatically set and update fields DBIx::Class::DynamicDefault provides a callback-based interface to inject sufficiently complex default values into a field upon row creation and subsequent updates of that row. debian/source/0000755000000000000000000000000011742275102010467 5ustar debian/source/format0000644000000000000000000000001411742275102011675 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000150711742275102011044 0ustar libdbix-class-dynamicdefault-perl (0.04-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * New upstream release. * Switch to "3.0 (quilt)" source format. * Use tiny debian/rules. * Set debhelper compatibility level to 8. * Bump Standards-Version to 3.9.3; drop version from perl build dependency. * Update build/runtime dependencies. * debian/copyright: update to Copyright-Format 1.0. * Add /me to Uploaders. -- gregor herrmann Sat, 14 Apr 2012 15:22:59 +0200 libdbix-class-dynamicdefault-perl (0.03-1) unstable; urgency=low * Initial Release. (Closes: #525158) -- Brian Cassidy Thu, 23 Apr 2009 16:23:11 -0300 debian/compat0000644000000000000000000000000211742275102010365 0ustar 8 debian/copyright0000644000000000000000000000245611742275102011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: DBIx-Class-DynamicDefault Upstream-Contact: Matt S Trout Source: http://search.cpan.org/dist/DBIx-Class-DynamicDefault/ Files: * Copyright: 2008, Florian Ragwitz 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: 2009, Brian Cassidy 2012, 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/watch0000644000000000000000000000040611742275102010220 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-DynamicDefault/ .*/DBIx-Class-DynamicDefault-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$