debian/0000755000000000000000000000000011756403565007202 5ustar debian/doc-base0000644000000000000000000000052511756403565010604 0ustar Document: php-mdb2-schema Title: PEAR MDB2 XML Schema documentation Abstract: Explanations of what is the DTD stuff and MDB2 XML schema Section: Programming Format: HTML Index: /usr/share/doc/php-mdb2-schema/MDB2_Schema/docs/xml_schema_documentation.html Files: /usr/share/doc/php-mdb2-schema/MDB2_Schema/docs/xml_schema_documentation.html debian/manpages0000644000000000000000000000003111756403565010712 0ustar debian/mdb2_schematool.1 debian/control0000644000000000000000000000163611756403565010613 0ustar Source: php-mdb2-schema Section: php Priority: optional Maintainer: PKG-PHP-PEAR team Uploaders: Thomas Goirand Build-Depends: debhelper (>= 8), pkg-php-tools Standards-Version: 3.9.3 Homepage: http://pear.php.net/package/MDB2_Schema/ Vcs-Browser: http://git.debian.org/?p=pkg-php/php-mdb2-schema.git Vcs-Git: http://git.debian.org/git/pkg-php/php-mdb2-schema.git Package: php-mdb2-schema Architecture: all Depends: ${misc:Depends}, php-mdb2, php-xml-parser, php-xml-dtd, php-xml-serializer, php5-cli Description: XML based database schema manager PEAR::MDB2_Schema enables users to maintain RDBMS independent schema files in XML that can be used to create, alter and drop database entities and insert data into a database. Reverse engineering database schemas from existing databases is also supported. The format is compatible with both PEAR::MDB and Metabase. debian/changelog0000644000000000000000000000024011756403565011050 0ustar php-mdb2-schema (0.8.5-1) unstable; urgency=low * Initial Release. (closes: #670604). -- Thomas Goirand Fri, 27 Apr 2012 08:40:54 +0000 debian/watch0000644000000000000000000000017511756403565010236 0ustar version=3 http://pear.php.net/package/MDB2_Schema/download http://download.pear.php.net/package/MDB2_Schema-([\d.bRC]+)\.tgz debian/compat0000644000000000000000000000000211756403565010400 0ustar 8 debian/gbp.conf0000644000000000000000000000016411756403565010622 0ustar [DEFAULT] upstream-branch = upstream-sid debian-branch = debian-sid [git-buildpackage] export-dir = ../build-area/ debian/mdb2_schematool.10000644000000000000000000000101111756403565012317 0ustar .TH mdb2_schematool 1 .SH NAME mdb2_schematool \- cli tool for the MDB2_Schema PHP-PEAR package .SH SYNOPSIS .B mdb2_schematool .B .B Works with database schemas .SH MODES Note that \- and \-\- are optional .LP .B help .IP Show the help screen .LP .B dump .IP Dump a schema to stdout .LP .B load .IP Load a schema into database .LP .B diff .IP Create a diff between two schemas and dump it to stdout .LP .B apply .IP Apply a diff to a database .LP .B init .IP Initialize a database with data debian/source/0000755000000000000000000000000011756403565010502 5ustar debian/source/format0000644000000000000000000000001411756403565011710 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000500611756403565011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: MDB2_Schema Upstream-Contact: Lukas Kahwe Smith , Igor Feghali , Helgi Thormar Source: http://pear.php.net/package/MDB2_Schema/download Files: debian/* Copyright: (c) 2012, Thomas Goirand License: BSD-3-clauses Files: * Copyright: (c) 1998-2012, Lukas Kahwe Smith (c) 1998-2012, Igor Feghali (c) 1998-2012, Helgi Thormar (c) 1998-2012, Manuel Lemos (c) 1998-2012, Igor Feghali (c) 1998-2012, Bertrand Gugger (c) 1998-2012, Christian Weiske (c) 1998-2012, Lorenzo Alberton (c) 1998-2012, David Coallier (c) 1998-2012, Marcelo Santos Araujo (c) 1998-2012, Paul Cooper (c) 1998-2012, Tomas V.V.Cox (c) 1998-2012, Stig. S. Bakken License: BSD-3-clauses License: BSD-3-clauses Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . Neither the name of Manuel Lemos, Tomas V.V.Cox, Stig. S. Bakken, Lukas Smith, Igor Feghali, nor the names of his contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/rules0000755000000000000000000000010311756403565010254 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=phppear --with phppear