doctrine 2.5.4+dfsg-2 source package in Ubuntu

Changelog

doctrine (2.5.4+dfsg-2) unstable; urgency=medium

  * Upload to unstable now that owncloud is gone
  * PHP 7.0 transition:
    - Depend on php-* instead of php5-*
    - Rebuild with recent pkg-php-tools
  * Update Standards-Version to 3.9.8

 -- David Prévot <email address hidden>  Fri, 15 Apr 2016 14:17:22 -0400

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

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doctrine_2.5.4+dfsg-2.dsc 1.7 KiB 0215ce680c499d4c520dc3faed242e997abf42e11a1a8d31ab136b6caa0884ca
doctrine_2.5.4+dfsg.orig.tar.gz 329.5 KiB d214ab967d0b7ae053d5b577aaeb5c9e71b0033113a64e982e9bf54dcc9361e7
doctrine_2.5.4+dfsg-2.debian.tar.xz 19.3 KiB 39ba0538ddd32ef0d56c62fbffe38f379aa8e89dab33b51d987784f3e8f5b5eb

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.