debian/0000755000000000000000000000000012231601266007165 5ustar debian/manpages0000644000000000000000000000002612231566746010716 0ustar debian/tmp/doctrine.1 debian/source/0000755000000000000000000000000012231566706010476 5ustar debian/source/format0000644000000000000000000000001412231566706011704 0ustar 3.0 (quilt) debian/install0000644000000000000000000000000412231600753010550 0ustar usr debian/watch0000644000000000000000000000015412231566706010227 0ustar version=3 http://pear.doctrine-project.org/ http://pear.doctrine-project.org/get/DoctrineORM-([\d\.]+)\.tgz debian/rules0000755000000000000000000000120112231601266010237 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=phppear --with phppear override_dh_installman: cd $(CURDIR)/DoctrineORM-* && \ help2man --help-option=\ --no-info \ --name='Doctrine command line interface' \ "php bin/doctrine-pear.php" \ > $(CURDIR)/debian/tmp/doctrine.1 dh_installman override_dh_auto_configure: dh_auto_configure -O--buildsystem=phppear sed -i '/ role="data"/d;/ name="bin\/doctrine.bat" role="script"/,/<\/file>/d;/ name="bin\/doctrine.bat"/d' */package.xml override_dh_fixperms: dh_fixperms chmod -x $(CURDIR)/debian/php-doctrine-orm/usr/bin/doctrine.php get-orig-source: uscan --force --verbose --rename debian/docs0000644000000000000000000000003512231566746010053 0ustar DoctrineORM-2.3.3/UPGRADE.md debian/compat0000644000000000000000000000000212231566706010374 0ustar 9 debian/changelog0000644000000000000000000000414712231601266011045 0ustar doctrine (2.3.3-1) unstable; urgency=low * Imported Upstream version 2.3.3 * Doctrine has been renamed as DoctrineORM, the doctrine package has been renamed as php-doctrine-orm, and doctrine is now a transitional dummy package depending on php-doctrine-orm * Adapt packaging for new version -- David Prévot Tue, 22 Oct 2013 17:24:29 -0400 doctrine (1.2.4-2) unstable; urgency=low * Move packaging to pkg-php-tools * Maintain the package inside the PHP PEAR team (Closes: #682304) * Bump compat to 9 * Bump standards version to 3.9.4 * Convert copyright to format 1.0 * Update watch file * Depend on php-symfony-yaml (Closes: #613426) -- David Prévot Wed, 03 Jul 2013 10:36:33 -0400 doctrine (1.2.4-1) unstable; urgency=low * New upstream version (closes: #594410). This will also prevent CVE 2011-1522 on sid, already fixed on stable-security by 1.2.2-2+squeeze1 * Added doctrine.ini thanks to Micah (closes: #590006) * debian/copyright: bumped date * debian/install: + updated according to new file layout + added code to install doctrine.ini * debian/patches: removed unused patches * debian/rules: + removed uneeded fixes + updated touch date to the release date to fix epoch timestamp * debian/control: bumped Standards Version to 3.9.2 (no changes needed) -- Federico Gimenez Nieto Mon, 27 Jun 2011 08:39:14 +0200 doctrine (1.2.2-2+squeeze1) stable-security; urgency=high * Applied fixes from 1.2.4 upstream version due to CVE 2011-1522 (closes: #622674) -- Federico Gimenez Nieto Tue, 19 Apr 2011 18:06:50 +0200 doctrine (1.2.2-2) unstable; urgency=low * debian/rules: removed all test running-related commands (closes: #591115) * debian/control: bumped Standards-Version to 3.9.1 -- Federico Gimenez Nieto Tue, 30 Nov 2010 19:00:08 +0100 doctrine (1.2.2-1) unstable; urgency=low * Initial Release. (closes: #568501) -- Federico Gimenez Nieto Mon, 19 Jul 2010 09:17:08 +0200 debian/pkg-php-tools-overrides0000644000000000000000000000025512231566746013633 0ustar pear.doctrine-project.org DoctrineCommon php-doctrine-common pear.doctrine-project.org DoctrineDBAL php-doctrine-dbal pear.doctrine-project.org DoctrineORM php-doctrine-orm debian/control0000644000000000000000000000225312231574536010603 0ustar Source: doctrine Section: php Priority: optional Maintainer: Debian PHP PEAR Maintainers Uploaders: David Prévot Build-Depends: debhelper (>= 9), help2man, pear-channels, php-doctrine-common, php-doctrine-dbal, php-symfony-console, php-symfony2-yaml, php5-cli, pkg-php-tools (>= 1.9~) Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-php/doctrine.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/doctrine.git Homepage: http://www.doctrine-project.org/ Package: php-doctrine-orm Architecture: all Depends: php5-mysql | php5-pgsql | php5-sqlite | php5-sybase, ${misc:Depends}, ${phppear:Debian-Depends} Recommends: ${phppear:Debian-Recommends} Breaks: ${phppear:Debian-Breaks} Description: tool for object-relational mapping ${phppear:description} Package: doctrine Depends: php-doctrine-orm, ${misc:Depends} Architecture: all Section: oldlibs Description: transitional dummy package for php-doctrine-orm This is a transitional dummy package. It can safely be removed. debian/copyright0000644000000000000000000001273512231574451011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: DoctrineORM Source: http://pear.doctrine-project.org/ Upstream-Contact: Jonathan H. Wage Files: * Copyright: 2006-2012 Doctrine Project License: Expat Files: DoctrineORM-*/bin/doctrine-pear.php Copyright: 2006-2012 Doctrine Project License: LGPL-2.1 Files: DoctrineORM-*/Doctrine/ORM/Event/OnClearEventArgs.php DoctrineORM-*/Doctrine/ORM/Event/OnFlushEventArgs.php DoctrineORM-*/Doctrine/ORM/Event/PostFlushEventArgs.php DoctrineORM-*/Doctrine/ORM/Event/PreFlushEventArgs.php DoctrineORM-*/Doctrine/ORM/Mapping/Builder/ClassMetadataBuilder.php DoctrineORM-*/Doctrine/ORM/Mapping/Builder/FieldBuilder.php DoctrineORM-*/Doctrine/ORM/Mapping/Builder/ManyToManyAssociationBuilder.php DoctrineORM-*/Doctrine/ORM/Mapping/Builder/OneToManyAssociationBuilder.php DoctrineORM-*/Doctrine/ORM/Mapping/Driver/XmlDriver.php DoctrineORM-*/Doctrine/ORM/PessimisticLockException.php DoctrineORM-*/Doctrine/ORM/Proxy/ProxyException.php DoctrineORM-*/Doctrine/ORM/Query/AST/JoinClassPathExpression.php DoctrineORM-*/Doctrine/ORM/Query/Exec/AbstractSqlExecutor.php DoctrineORM-*/Doctrine/ORM/Query/Exec/MultiTableDeleteExecutor.php DoctrineORM-*/Doctrine/ORM/Query/Exec/SingleSelectExecutor.php DoctrineORM-*/Doctrine/ORM/Query/Exec/SingleTableDeleteUpdateExecutor.php DoctrineORM-*/Doctrine/ORM/Query/ParserResult.php DoctrineORM-*/Doctrine/ORM/Query/Printer.php DoctrineORM-*/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php DoctrineORM-*/Doctrine/ORM/Tools/Console/MetadataFilter.php DoctrineORM-*/Doctrine/ORM/Tools/Event/GenerateSchemaEventArgs.php DoctrineORM-*/Doctrine/ORM/Tools/Event/GenerateSchemaTableEventArgs.php DoctrineORM-*/Doctrine/ORM/Tools/SchemaValidator.php DoctrineORM-*/Doctrine/ORM/TransactionRequiredException.php Copyright: 2006-2012, Doctrine Project Jonathan Wage Guilherme Blanco Roman Borschel Benjamin Eberlei Daniel Freudenberger Janne Vanhala Alexander License: Expat and LGPL-2.1 Files: DoctrineORM-*/Doctrine/ORM/Tools/Pagination/* Copyright: 2006-2012 Doctrine Project Sander Marechal 2010, David Abdemoulaie License: BSD-3-clause Files: DoctrineORM-*/Doctrine/ORM/Tools/Pagination/Paginator.php Copyright: 2006-2012 Doctrine Project Pablo Díez Benjamin Eberlei License: Expat and BSD-3-clause License: BSD-3-clause 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 the authors nor the names of its 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 COPYRIGHT OWNER 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. License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. License: LGPL-2.1 On Debian systems, the full text of the GNU Lesser General Public License version 2.1 can be found in the file `/usr/share/common-licenses/LGPL-2.1'.