debian/0000755000000000000000000000000011714302013007156 5ustar debian/control0000644000000000000000000000271411714302013010565 0ustar Source: liborlite-migrate-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libdbd-sqlite3-perl (>= 1.21), libdbi-perl, libfile-pushd-perl, libfile-spec-perl, libfile-which-perl (>= 1.07), libipc-run3-perl (>= 0.042), liborlite-perl, libparams-util-perl (>= 0.37), libprobe-perl-perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , Jonathan Yu , Brian Cassidy , gregor herrmann , Franck Joncourt Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/ORLite-Migrate/ Vcs-Git: git://git.debian.org/pkg-perl/packages/liborlite-migrate-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liborlite-migrate-perl.git Package: liborlite-migrate-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libdbd-sqlite3-perl (>= 1.21), libdbi-perl, libfile-pushd-perl, libfile-spec-perl, libfile-which-perl (>= 1.07), libipc-run3-perl (>= 0.042), liborlite-perl, libparams-util-perl (>= 0.37), libprobe-perl-perl Description: Perl helper module for SQLite-to-ORLite schema migration ORLite::Migrate is a light weight Database Schema Migration enhancement for ORLite. It provides a simple implementation of schema versioning within the SQLite database using the built-in user_version pragma (which is set to zero by default). debian/copyright0000644000000000000000000000303211714302013011107 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Adam Kennedy Source: http://search.cpan.org/dist/ORLite-Migrate/ Name: ORLite-Migrate Files: * Copyright: 2009-2012, Adam Kennedy License: Artistic or GPL-1+ Files: lib/ORLite/Migrate/Patch.pm Copyright: 2008-2010, Padre development team License: Artistic or GPL-1+ Comment: see the padre package for full copyright information Files: inc/Module/* Copyright: 2002-2011, Adam Kennedy 2002-2011, Audrey Tang 2002-2011, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, 2010, Jonathan Yu 2009, Damyan Ivanov 2009-2012, gregor herrmann 2010, Franck Joncourt License: Artistic or GPL-1+ 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'. 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'. debian/watch0000644000000000000000000000036011714302013010206 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/ORLite-Migrate/ .*/ORLite-Migrate-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211714302013010354 0ustar 8 debian/changelog0000644000000000000000000000732111714302013011033 0ustar liborlite-migrate-perl (1.10-1) unstable; urgency=low * New upstream release. * Update copyright years. -- gregor herrmann Tue, 07 Feb 2012 21:05:23 +0100 liborlite-migrate-perl (1.09-1) unstable; urgency=low * New upstream release. * Remove spelling.patch, applied upstream. -- gregor herrmann Tue, 25 Oct 2011 15:13:51 +0200 liborlite-migrate-perl (1.08-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ gregor herrmann ] * New upstream release. * debian/copyright: update years of upstream, third-party, and packaging copyright, refresh license stanzas. * Set Standards-Version to 3.9.2 (no changes). * Bump debhelper compatibility level to 8. * Add a patch to fix a spelling mistake. -- gregor herrmann Sat, 15 Oct 2011 23:24:30 +0200 liborlite-migrate-perl (1.07-1) unstable; urgency=low * New upstream release: + Author tests are moved to the brand new xt directory: - Removed BDI on libtest-minimumversion-perl, libtest-pod-perl, libpod-simple-perl, libtest-cpan-meta-perl - Removed override target in d.rules which set AUTOMATED_TESTING. - Lowered BD on debhelper from (>= 7.0.50) to (>= 7). * Bumped up Standards-Version to 3.8.4 (no changes). * Added /me to Uploaders. (Refreshed both d.copyright and d.control) * Refreshed d.copyright to mention the latest DEP5 revision. * Switch to dpkg-source 3.0 (quilt) format. -- Franck Joncourt Sun, 28 Mar 2010 23:15:29 +0200 liborlite-migrate-perl (1.06-1) unstable; urgency=low * New upstream release * Update copyright information to new DEP5 format * Add copyright info for stuff copied from Padre * Pod::Simple 3.07 is core as of Perl 5.10.1 * Update years of copyright * Now requires File::Which 1.07 -- Jonathan Yu Mon, 11 Jan 2010 15:44:29 -0500 liborlite-migrate-perl (1.05-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Standards-Version 3.8.3 (no changes) * Added myself to Uploaders and Copyright * Drop version dependencies where made unnecessary * Rewrote control description * Update copyright information * Update to new short debhelper rules format [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ 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). -- Jonathan Yu Sun, 27 Sep 2009 08:36:18 -0400 liborlite-migrate-perl (0.03-2) unstable; urgency=high * bump dependency on libparas-util-perl to 0.37 Closes: 528279 -- ORLite::Migrate depends on Params::Util >= 0.37 -- Damyan Ivanov Tue, 12 May 2009 09:51:18 +0300 liborlite-migrate-perl (0.03-1) unstable; urgency=low [ Brian Cassidy ] * New upstream release * debian/control: + added myself to Uploaders + updated deps * debian/copyright: + updated copyright years [ gregor herrmann ] * New upstream release. * Bump versioned dependency on libdbd-sqlite3-perl, add libfile-spec-perl to (build) dependencies. * Add /me to Uploaders. * Don't install README anymore (text version of the POD). * Set Standards-Version to 3.8.1 (no changes). -- gregor herrmann Sat, 25 Apr 2009 21:49:26 +0200 liborlite-migrate-perl (0.01-1) unstable; urgency=low * Initial Release. (Closes: #511437) -- Damyan Ivanov Mon, 12 Jan 2009 15:15:43 +0200 debian/source/0000755000000000000000000000000011714302013010456 5ustar debian/source/format0000644000000000000000000000001411714302013011664 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611714302013010235 0ustar #!/usr/bin/make -f %: dh $@