php-doctrine-data-fixtures (1.5.0-1) unstable; urgency=medium

  * Update gbp import-orig workflow
  * New upstream version 1.5.0
  * Update watch file format version to 4.
  * Update Standards-Version to 4.5.1

 -- David Prévot <taffit@debian.org>  Wed, 27 Jan 2021 03:39:18 -0400

php-doctrine-data-fixtures (1.4.4-1) unstable; urgency=medium

  [ Kevin ]
  * Allows both doctrine/common 3.x & doctrine/persistence 2.x

  [ David Prévot ]
  * Rename main branch to debian/latest (DEP-14)
  * Set Rules-Requires-Root: no.

 -- David Prévot <taffit@debian.org>  Fri, 04 Sep 2020 11:30:03 -0400

php-doctrine-data-fixtures (1.4.3-1) unstable; urgency=medium

  [ Grégoire Paris ]
  * Allow PHP 8

  [ David Prévot ]
  * Use debhelper-compat 13
  * Simplify override_dh_auto_test

 -- David Prévot <taffit@debian.org>  Sat, 30 May 2020 08:27:15 -1000

php-doctrine-data-fixtures (1.4.2-1) unstable; urgency=medium

  [ Stephen Lewis ]
  * Fix ORMPurger generating table names with unnecessary quotes

  [ David Prévot ]
  * d/control:
    + Drop versioned dependency satisfied in (old)stable
    + Drop Breaks now that versioned dependencies are in place
    + Update Standards-Version to 4.5.0

 -- David Prévot <taffit@debian.org>  Thu, 23 Jan 2020 01:59:25 -1000

php-doctrine-data-fixtures (1.4.1-1) unstable; urgency=medium

  [ Grégoire Paris ]
  * Address deprecations from persistence

  [ David Prévot ]
  * Set upstream metadata fields:
    Bug-Database, Bug-Submit, Repository, Repository-Browse.
  * Compatibility with recent PHPUnit (8)

 -- David Prévot <taffit@debian.org>  Mon, 13 Jan 2020 21:18:13 -1000

php-doctrine-data-fixtures (1.4.0-2) unstable; urgency=medium

  * Update expectation to recent Doctrine (ORM)

 -- David Prévot <taffit@debian.org>  Sun, 22 Dec 2019 08:17:55 +1100

php-doctrine-data-fixtures (1.4.0-1) unstable; urgency=medium

  * Update homemade autoload

 -- David Prévot <taffit@debian.org>  Thu, 14 Nov 2019 17:36:48 -1000

php-doctrine-data-fixtures (1.3.3-1) unstable; urgency=medium

  [ Andreas Braun ]
  * Drop phpcr-odm from testing

  [ David Prévot ]
  * Update gbp import-ref usage
  * Drop patch not needed anymore
  * Update standards version to 4.4.1, no changes needed.
  * Set upstream metadata fields: Repository.

 -- David Prévot <taffit@debian.org>  Sun, 10 Nov 2019 18:28:07 -1000

php-doctrine-data-fixtures (1.3.2-1) unstable; urgency=medium

  * Upload to unstable now that php 7.2 is the default version

  [ Gabriel Caruso ]
  * Use PHPUnit 7

  [ David Prévot ]
  * Move project repository to salsa.d.o
  * Use debian/clean for directories
  * Drop get-orig-source target
  * Use debhelper-compat 12
  * Document gbp import-ref usage
  * Use https in debian/
  * Drop failing tests without PHPCRExecutor
  * Update Standards-Version to 4.4.0

 -- David Prévot <taffit@debian.org>  Thu, 18 Jul 2019 10:50:52 -0300

php-doctrine-data-fixtures (1.3.0-1) experimental; urgency=medium

  * Upload to experimental since it depends on php 7.1 while php 7.0 is
    currently still the default version in unstable

  [ Andreas Braun ]
  * Require PHP 7.1
  * Bump phpunit dependency to 6.3
  * Add changelog

  [ David Prévot ]
  * Use now provided upstream changelog

 -- David Prévot <taffit@debian.org>  Wed, 29 Nov 2017 21:44:40 -1000

php-doctrine-data-fixtures (1.2.2-2) unstable; urgency=medium

  * Update tests for recent phpunit versions (Closes: #882893)
  * Drop versioned dependencies satisfied in stable

 -- David Prévot <taffit@debian.org>  Wed, 29 Nov 2017 21:26:21 -1000

php-doctrine-data-fixtures (1.2.2-1) unstable; urgency=medium

  [ Manuel Gonzalez ]
  * Adding test to reference repository

  [ YaoOcelotl ]
  * Add ability to exclude tables from purge in ORM (#225)

  [ Miroslav Šustek ]
  * Make the order of data fixtures loading deterministic (#215)

  [ a.saintvanne ]
  * Retrieve old behaviour on Sorter

 -- David Prévot <taffit@debian.org>  Tue, 22 Nov 2016 18:22:38 -1000

php-doctrine-data-fixtures (1.2.1-1) unstable; urgency=medium

  [ Peter Rehm ]
  * Added support for self referencing classes in the TopologicalSorter

 -- David Prévot <taffit@debian.org>  Thu, 23 Jun 2016 13:02:07 -0400

php-doctrine-data-fixtures (1.2.0-1) unstable; urgency=medium

  [ Jenn ]
  * Update LICENSE

  [ Ben Davies ]
  * quoteIdentifier not required. already done by QuoteStrategy

  [ Guilherme Blanco ]
  * Bring own implementation of TopologicalSorter to data-fixtures library

  [ Marco Pivetta ]
  * Dropping PHP 5.5 and below from supported versions
  * Relying on latest PHPUnit
  * Avoiding reliance on `getMock()`, which was deprecated

  [ David Prévot ]
  * Update copyright (years)
  * Update Standards-Version to 3.9.8
  * Bump minimal versions for dependencies

 -- David Prévot <taffit@debian.org>  Sun, 19 Jun 2016 13:40:52 -0400

php-doctrine-data-fixtures (1.1.1-4) unstable; urgency=medium

  * PHP 7.0 transition:
    - Build-depend on php-sqlite3 instead of php5-squlite
    - Rebuild with latest pkg-php-tools
  * Update Standards-Version to 3.9.7

 -- David Prévot <taffit@debian.org>  Thu, 03 Mar 2016 14:49:37 -0400

php-doctrine-data-fixtures (1.1.1-3) unstable; urgency=medium

  * Upload to unstable since Jessie has been released
  * Lower minimal versions as available in unstable

 -- David Prévot <taffit@debian.org>  Mon, 18 May 2015 22:24:20 -0400

php-doctrine-data-fixtures (1.1.1-2) experimental; urgency=medium

  * Provide homemade autoload.php

 -- David Prévot <taffit@debian.org>  Sun, 17 May 2015 09:40:32 -0400

php-doctrine-data-fixtures (1.1.1-1) experimental; urgency=medium

  [ Sébastien Lavoie ]
  * Added a conflict on doctrim/orm < 2.4

 -- David Prévot <taffit@debian.org>  Wed, 01 Apr 2015 15:16:27 -0400

php-doctrine-data-fixtures (1.0.2-1) experimental; urgency=medium

  [ Sébastien Lavoie ]
  * Revert "Use EntityManagerInterface instead of EntityManager"

 -- David Prévot <taffit@debian.org>  Sat, 28 Mar 2015 08:16:38 -0400

php-doctrine-data-fixtures (1.0.1-1) experimental; urgency=medium

  * Upload to experimental to respect the freeze
  * Use php-symfony-class-loader instead of php-symfony-classloader
  * Bump standards version to 3.9.6
  * Add upstream changelog

 -- David Prévot <taffit@debian.org>  Tue, 24 Mar 2015 15:53:09 -0400

php-doctrine-data-fixtures (1.0.0-1) unstable; urgency=low

  * Initial release

 -- David Prévot <taffit@debian.org>  Mon, 08 Sep 2014 16:48:46 -0400
