doctrine 2.7.1-1 source package in Ubuntu

Changelog

doctrine (2.7.1-1) unstable; urgency=medium

  [ Luís Cobucci ]
  * Bump up version
  * Ignore Doctrine\Common\Persistence\ObjectManagerDecorator deprecation
  * Remove build.xml and related files
  * Rely on ocramius/package-versions to render the version

  [ David Prévot ]
  * Adapt d/rules to build.xml removal
  * Workaround the lack of PackageVersions
  * Update Standards-Version to 4.5.0

 -- David Prévot <email address hidden>  Sun, 23 Feb 2020 09:57:26 -1000

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
oldlibs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doctrine_2.7.1-1.dsc 1.8 KiB 3c8012f96280c78d88d24d1ded532b4816e4d42c5e04688cdea8cbdbedae0a23
doctrine_2.7.1.orig.tar.xz 555.9 KiB 6cff56e9de3051abe564117fe3642f94a09da635e5cb12035084d2a3a6d4f6f6
doctrine_2.7.1-1.debian.tar.xz 58.3 KiB 1a90b7d9f89a7da4cca52788a984f140bf3cab5fd82a423cf3e783e13684aa4a

Available diffs

No changes file available.

Binary packages built by this source

php-doctrine-orm: tool for object-relational mapping

 Object-Relational-Mapper for PHP.
 Doctrine 2 is an object-relational mapper (ORM) for PHP that provides
 transparent persistence for PHP objects. It sits on top of a powerful
 database abstraction layer (DBAL). One of its key features is the
 option to write database queries in a proprietary object oriented SQL
 dialect called Doctrine Query Language (DQL), inspired by Hibernates
 HQL. This provides developers with a powerful alternative to SQL that
 maintains flexibility without requiring unnecessary code duplication.
 .
 The Doctrine Project provides several libraries primarily focused on
 database storage and object mapping.