Version in base suite: 1.0.0-2 Base version: php-doctrine-deprecations_1.0.0-2 Target version: php-doctrine-deprecations_1.0.0-2+deb12u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/p/php-doctrine-deprecations/php-doctrine-deprecations_1.0.0-2.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/p/php-doctrine-deprecations/php-doctrine-deprecations_1.0.0-2+deb12u1.dsc autoload.php.tpl | 29 +++++++++++++++++++++++++++++ changelog | 7 +++++++ clean | 2 +- control | 2 +- gbp.conf | 2 +- install | 2 +- rules | 2 +- 7 files changed, 41 insertions(+), 5 deletions(-) diff -Nru php-doctrine-deprecations-1.0.0/debian/autoload.php.tpl php-doctrine-deprecations-1.0.0/debian/autoload.php.tpl --- php-doctrine-deprecations-1.0.0/debian/autoload.php.tpl 1970-01-01 00:00:00.000000000 +0000 +++ php-doctrine-deprecations-1.0.0/debian/autoload.php.tpl 2024-02-15 22:25:51.000000000 +0000 @@ -0,0 +1,29 @@ + Thu, 15 Feb 2024 23:26:09 +0100 + php-doctrine-deprecations (1.0.0-2) unstable; urgency=medium * Be tolerant about line number pointer (PHP 8.2 related fix) diff -Nru php-doctrine-deprecations-1.0.0/debian/clean php-doctrine-deprecations-1.0.0/debian/clean --- php-doctrine-deprecations-1.0.0/debian/clean 2022-06-19 19:05:43.000000000 +0000 +++ php-doctrine-deprecations-1.0.0/debian/clean 2024-02-15 22:25:51.000000000 +0000 @@ -1,5 +1,5 @@ .phpunit.result.cache -debian/autoload.php.tpl debian/autoload.tests.php.tpl lib/Doctrine/Deprecations/autoload.php +lib/Psr vendor/ diff -Nru php-doctrine-deprecations-1.0.0/debian/control php-doctrine-deprecations-1.0.0/debian/control --- php-doctrine-deprecations-1.0.0/debian/control 2022-06-19 19:19:29.000000000 +0000 +++ php-doctrine-deprecations-1.0.0/debian/control 2024-02-15 22:23:24.000000000 +0000 @@ -10,7 +10,7 @@ phpunit, pkg-php-tools (>= 1.41~) Standards-Version: 4.6.1 -Vcs-Git: https://salsa.debian.org/php-team/pear/php-doctrine-deprecations.git +Vcs-Git: https://salsa.debian.org/php-team/pear/php-doctrine-deprecations.git -b debian/bookworm Vcs-Browser: https://salsa.debian.org/php-team/pear/php-doctrine-deprecations Homepage: https://www.doctrine-project.org/ Rules-Requires-Root: no diff -Nru php-doctrine-deprecations-1.0.0/debian/gbp.conf php-doctrine-deprecations-1.0.0/debian/gbp.conf --- php-doctrine-deprecations-1.0.0/debian/gbp.conf 2022-06-19 19:07:24.000000000 +0000 +++ php-doctrine-deprecations-1.0.0/debian/gbp.conf 2024-02-15 22:23:30.000000000 +0000 @@ -1,5 +1,5 @@ [DEFAULT] -debian-branch = debian/latest +debian-branch = debian/bookworm filter = [ '.gitattributes' ] pristine-tar = True upstream-vcs-tag = v%(version%~%-)s diff -Nru php-doctrine-deprecations-1.0.0/debian/install php-doctrine-deprecations-1.0.0/debian/install --- php-doctrine-deprecations-1.0.0/debian/install 2022-06-19 19:05:43.000000000 +0000 +++ php-doctrine-deprecations-1.0.0/debian/install 2024-02-15 22:25:51.000000000 +0000 @@ -1 +1 @@ -lib/* usr/share/php +lib/Doctrine usr/share/php diff -Nru php-doctrine-deprecations-1.0.0/debian/rules php-doctrine-deprecations-1.0.0/debian/rules --- php-doctrine-deprecations-1.0.0/debian/rules 2022-06-19 19:05:43.000000000 +0000 +++ php-doctrine-deprecations-1.0.0/debian/rules 2024-02-15 22:25:51.000000000 +0000 @@ -4,12 +4,12 @@ dh $@ override_dh_auto_build: - phpabtpl composer.json > debian/autoload.php.tpl phpab \ --output lib/Doctrine/Deprecations/autoload.php \ --template debian/autoload.php.tpl \ lib/Doctrine/Deprecations mkdir --parents vendor + ln -s /usr/share/php/Psr lib/ phpabtpl \ --require doctrine/deprecations \ > debian/autoload.tests.php.tpl