1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126
|
php-net-ldap2 (2.2.0-6) unstable; urgency=medium
* debian/clean: Add .phpunit.result.cache to the list.
* d/patches/ftbfs-phpunit.patch: Add "Forwarded: not-needed". Net_LDAP2 is
dead upstream and will likely be removed from Debian if/when Net_LDAP3
stops depending on it.
* Add d/salsa-ci.yml file for GitLab CI. (Run reprotest under nocheck
profile for now.)
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Move phpunit 9 FTBFS fix to separate patch.
* Preemptively fix FTBFS with phpunit 10.
-- Guilhem Moulin <guilhem@debian.org> Tue, 05 Jan 2021 09:34:09 +0100
php-net-ldap2 (2.2.0-5) unstable; urgency=medium
* Run wrap-and-sort(1).
* d/rules: Remove check for DEB_BUILD_OPTIONS=nocheck, no longer needed as
of debhelper compatibility level 13.
* d/control: Exclude phpunit from Build-Depends under nocheck profile.
* d/patches/ftbfs-phpunit.patch: Replace deprecated calls assertInternalType()
calls with assertIs*(). This preemptively fixes a FTBFS with phpunit 9.
-- Guilhem Moulin <guilhem@debian.org> Mon, 14 Dec 2020 12:30:15 +0100
php-net-ldap2 (2.2.0-4) unstable; urgency=medium
* Add self to Uploaders.
* Fix FTBFS with phpunit {6.4.4-2,7.5.6-1,8.5.13-1} (Closes: #882938)
* Use secure copyright file specification URI.
* Update watch file format version to 4.
* Use secure URI in Homepage field.
* Bump debhelper from deprecated 9 to 13.
* Set debhelper-compat version in Build-Depends.
* Update Vcs-* headers to use salsa repository.
* Remove unnecessary get-orig-source-target.
* Set Rules-Requires-Root: no.
* Bump Standards-Version from ancient 3.9.8 to 4.5.1 (no change necessary).
-- Guilhem Moulin <guilhem@debian.org> Tue, 08 Dec 2020 19:33:40 +0100
php-net-ldap2 (2.2.0-3) unstable; urgency=medium
[ Nishanth Aravamudan ]
* Add missing dependency on php-pear (Closes: #827496)
[ Prach Pongpanich ]
* Update Standards-Version to 3.9.8
-- Prach Pongpanich <prach@debian.org> Fri, 24 Jun 2016 13:41:21 +0700
php-net-ldap2 (2.2.0-2) unstable; urgency=medium
* Add Build-Depends on php-pear (>= 1.10.1) (Closes: #809771)
* Bump standards version to 3.9.7
* Update Build-depends on pkg-php-tools (>= 1.32) for PHP 7
-- Prach Pongpanich <prach@debian.org> Fri, 04 Mar 2016 19:25:40 +0700
php-net-ldap2 (2.2.0-1) unstable; urgency=medium
* Imported Upstream version 2.2.0
- Fix bug #20969: Fatal error with PEAR 1.10.0
-- Prach Pongpanich <prach@debian.org> Sun, 15 Nov 2015 22:23:48 +0700
php-net-ldap2 (2.1.0-2) unstable; urgency=medium
* Team upload, to unstable since Jessie has been released
-- David Prévot <taffit@debian.org> Tue, 02 Jun 2015 19:13:53 -0400
php-net-ldap2 (2.1.0-1) experimental; urgency=medium
* Team upload, to experimental to respect the freeze
* Imported Upstream version 2.1.0
* Let pkg-php-tools take care of description
* Run test during package build
* Add DEP-8 tests
* Bump standards version to 3.9.6
-- David Prévot <taffit@debian.org> Mon, 23 Mar 2015 13:37:20 -0400
php-net-ldap2 (2.0.12-1) unstable; urgency=low
[ Prach Pongpanich ]
* New upstream release (Closes: #635827)
* Switch to pkg-php-tools and dh-sequencer
* Change section to php
* Switch VCS to Git
* Convert copyright to format 1.0
* Update long description (Closes: #599540)
* Add myself as uploader
* Switch to dpkg-source 3.0 (quilt) format
* Bump debhelper compat to 9
* Bump Standards-Version to 3.9.4
[ Benoit Mortier ]
* Update maintainer to pkg-php-pear (Closes: #656992)
-- Prach Pongpanich <prachpub@gmail.com> Thu, 18 Jul 2013 22:07:32 +0700
php-net-ldap2 (2.0.9-1) unstable; urgency=low
* New upstream release.
-- Benoit Mortier <benoit.mortier@opensides.be> Tue, 23 Mar 2010 00:19:36 +0100
php-net-ldap2 (2.0.7-1) unstable; urgency=low
* New Upstream Version
-- Benoit Mortier <benoit.mortier@opensides.be> Sat, 21 Nov 2009 15:01:17 +0100
php-net-ldap2 (2.0.6-2) unstable; urgency=low
* unsatisfiable Depends: pear (>= 5.2.0-8) (Closes: #551127)
-- Benoit Mortier <benoit.mortier@opensides.be> Sun, 18 Oct 2009 23:47:36 +0200
php-net-ldap2 (2.0.6-1) unstable; urgency=low
* Initial Release (Closes: #539916).
-- Benoit Mortier <benoit.mortier@opensides.be> Wed, 07 Oct 2009 09:15:24 +0200
|