debian/0000755000000000000000000000000012256734335007200 5ustar debian/README.Debian0000644000000000000000000000047212253443430011232 0ustar Alzabo was configured to have both Postgres and MySQL support, at build time. http://www.alzabo.org/ has general help information, though we welcome Debian-specific, and non-Debian-specific bugs in the BTS. Please try the mailing lists first for support, however. Good luck. --Jay Bonci debian/changelog0000644000000000000000000000730012256734334011051 0ustar libalzabo-perl (0.92-3) unstable; urgency=low * Team upload [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. * Change my email address. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * Switch Homepage header to https://metacpan.org/release/Alzabo (www.alzabo.org no more exists) * Switch to source format "3.0 (quilt)" * Bump debhelper compatibility to 9 + Update versioned debhelper build-dependency accordingly * Fixes the following lintian warnings: + copyright-without-copyright-notice + copyright-refers-to-symlink-license * Revamp debian/rules + Fix lintian warning debian-rules-missing-recommended-target + Replace "dh_clean -k" with "dh_prep" + Use dh_auto_{configure,build,test,install,clean} + Drop obsolete dh_{clean,installchangelogs} parameters + Move dh_install{,docs,examples} parameters to debian/{install,docs,examples} + Remove obsolete variable usage and targets + Finally switch to a minimal dh-style debian/rules file * Bump Standards-Version to 3.9.5 (no further changes) -- Axel Beckert Thu, 26 Dec 2013 06:04:21 +0100 libalzabo-perl (0.92-2) unstable; urgency=low [ Martín Ferrari ] * Added version mangle to avoid confusion between 2 digit and 4 digit minor versions. (Currently only affects qareport, because CPAN's by-dist only shows latest release, and ours is mimicked from the ls-lR file) [ Gunnar Wolf ] * Updated standards-version to 3.7.3 (No changes needed) -- Gunnar Wolf Sun, 23 Dec 2007 15:19:42 -0600 libalzabo-perl (0.92-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). * Set Maintainer to Debian Perl Group. * debian/watch: Use dist-based URL. * New upstream release (closes: #449093). * Set debhelper compatibility level to 5. * Set Standards-Version to 3.7.2 (no changes). * Move debhelper and libmodule-build-perl from Build-Depends-Indep to Build-Depends as required by policy. * debian/rules rewritten with the help of dh-make-perl. * debian/rules: Tweak call to Build.PL and add dh_install in order to get mason/widgets/* installed. * Remove debian/libalzabo-perl.docs and install docs directly from debian/rules. * Remove debian/libalzabo-perl.examples and install examples directly from debian/rules. [ Damyan Ivanov ] * Add libfile-find-rule-perl and libtest-pod-perl to B-D-I * Make install-stamp depend in build-stamp * Use www.alzabo.org for Homepage * Wrap Depends -- gregor herrmann Sat, 01 Dec 2007 18:54:43 +0100 libalzabo-perl (0.87-1) unstable; urgency=low * New upstream version (Closes: #316760) * Policy-version bump. No other changes -- Jay Bonci Sat, 9 Jul 2005 16:06:03 -0400 libalzabo-perl (0.86-1) unstable; urgency=low * New upstream version -- Jay Bonci Wed, 29 Dec 2004 00:15:14 -0500 libalzabo-perl (0.85-1) unstable; urgency=low * New upstream version -- Jay Bonci Wed, 27 Oct 2004 14:03:51 -0400 libalzabo-perl (0.84-1) unstable; urgency=low * Initial Release (Closes: #202872) -- Jay Bonci Sun, 12 Sep 2004 04:08:16 -0400 debian/compat0000644000000000000000000000000212256731642010374 0ustar 9 debian/control0000644000000000000000000000320012256733761010600 0ustar Source: libalzabo-perl Maintainer: Debian Perl Group Uploaders: Jay Bonci , gregor herrmann Section: perl Priority: optional Build-Depends: debhelper (>= 9~), perl Build-Depends-Indep: libexception-class-perl, libparams-validate-perl, libtie-ixhash-perl, libdbd-pg-perl, libclass-factory-util-perl, libdbd-mysql-perl, libdbi-perl, libfile-find-rule-perl, libtest-pod-perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libalzabo-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libalzabo-perl.git Homepage: https://metacpan.org/release/Alzabo Package: libalzabo-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libexception-class-perl, libparams-validate-perl, libtie-ixhash-perl, libdbd-pg-perl, libclass-factory-util-perl, libdbd-mysql-perl, libdbi-perl Description: Data modelling tool and RDBMS-OO mapper Alzabo is a suite of modules with two core functions. Its first use is as a data modelling tool. Through either a schema creation GUI, a perl program, or reverse engineering, you can create a set objects to represent a schema. . Its second function is as an RDBMS to object mapping system. Once you have created a schema, you can use the Alzabo::Runtime::Table and Alzabo::Runtime::Row classes to access its data. debian/copyright0000644000000000000000000000126312256732223011127 0ustar This package was debianized by Jay Bonci on Sun, 12 Sep 2004 04:08:16 -0400. It was downloaded from: http://search.cpan.org/dist/Alzabo Copyright: 2000-2007, Dave Rolsky This program is free software; you can redistribute it and/ormodify it under the terms of either: a) the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or b) the "Artistic License" See /usr/share/common-licenses/Artistic /usr/share/common-licenses/GPL-1 for more information regarding these licensing options debian/rules0000755000000000000000000000025212256733532010255 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_auto_configure: dh_auto_configure -- --automated --mysql --pg debian/watch0000644000000000000000000000016712256730137010231 0ustar version=3 opts="versionmangle=s/\...$/$&00/g" \ https://metacpan.org/release/Alzabo .*/Alzabo-([[:digit:]].*)\.tar\.gz debian/source/0000755000000000000000000000000012256731563010500 5ustar debian/source/format0000644000000000000000000000001412256731563011706 0ustar 3.0 (quilt) debian/install0000644000000000000000000000005612256733136010570 0ustar mason/widgets usr/share/libalzabo-perl/mason/ debian/docs0000644000000000000000000000001412256733152010042 0ustar TODO README debian/examples0000644000000000000000000000000512256733174010734 0ustar eg/*