Version in base suite: 2.0.1-1 Base version: php-doctrine-annotations_2.0.1-1 Target version: php-doctrine-annotations_2.0.1-1+deb12u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/p/php-doctrine-annotations/php-doctrine-annotations_2.0.1-1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/p/php-doctrine-annotations/php-doctrine-annotations_2.0.1-1+deb12u1.dsc autoload.php.tpl | 30 ++++++++++++++++++++++++++++++ changelog | 7 +++++++ clean | 5 ++++- control | 2 +- gbp.conf | 2 +- rules | 7 +++++-- 6 files changed, 48 insertions(+), 5 deletions(-) diff -Nru php-doctrine-annotations-2.0.1/debian/autoload.php.tpl php-doctrine-annotations-2.0.1/debian/autoload.php.tpl --- php-doctrine-annotations-2.0.1/debian/autoload.php.tpl 1970-01-01 00:00:00.000000000 +0000 +++ php-doctrine-annotations-2.0.1/debian/autoload.php.tpl 2024-02-15 22:14:38.000000000 +0000 @@ -0,0 +1,30 @@ + Thu, 15 Feb 2024 23:14:38 +0100 + php-doctrine-annotations (2.0.1-1) unstable; urgency=medium [ Alexander M. Turek ] diff -Nru php-doctrine-annotations-2.0.1/debian/clean php-doctrine-annotations-2.0.1/debian/clean --- php-doctrine-annotations-2.0.1/debian/clean 2021-05-23 17:31:29.000000000 +0000 +++ php-doctrine-annotations-2.0.1/debian/clean 2024-02-15 22:14:38.000000000 +0000 @@ -1,5 +1,8 @@ .phpunit.result.cache -debian/autoload.php.tpl debian/autoload.tests.php.tpl lib/Doctrine/Common/Annotations/autoload.php +lib/Doctrine/Common/Cache +lib/Doctrine/Common/Lexer +lib/Psr +lib/Symfony vendor/ diff -Nru php-doctrine-annotations-2.0.1/debian/control php-doctrine-annotations-2.0.1/debian/control --- php-doctrine-annotations-2.0.1/debian/control 2023-02-03 04:25:51.000000000 +0000 +++ php-doctrine-annotations-2.0.1/debian/control 2024-02-15 22:14:38.000000000 +0000 @@ -13,7 +13,7 @@ phpunit, pkg-php-tools Standards-Version: 4.6.2 -Vcs-Git: https://salsa.debian.org/php-team/pear/php-doctrine-annotations.git +Vcs-Git: https://salsa.debian.org/php-team/pear/php-doctrine-annotations.git -b debian/bookworm Vcs-Browser: https://salsa.debian.org/php-team/pear/php-doctrine-annotations Homepage: https://www.doctrine-project.org/projects/annotations.html Rules-Requires-Root: no diff -Nru php-doctrine-annotations-2.0.1/debian/gbp.conf php-doctrine-annotations-2.0.1/debian/gbp.conf --- php-doctrine-annotations-2.0.1/debian/gbp.conf 2021-02-20 13:25:27.000000000 +0000 +++ php-doctrine-annotations-2.0.1/debian/gbp.conf 2024-02-15 22:14:38.000000000 +0000 @@ -1,5 +1,5 @@ [DEFAULT] -debian-branch = debian/latest +debian-branch = debian/bookworm filter = [ '.gitattributes' ] pristine-tar = True upstream-vcs-tag = %(version%~%-)s diff -Nru php-doctrine-annotations-2.0.1/debian/rules php-doctrine-annotations-2.0.1/debian/rules --- php-doctrine-annotations-2.0.1/debian/rules 2021-10-11 01:02:26.000000000 +0000 +++ php-doctrine-annotations-2.0.1/debian/rules 2024-02-15 22:14:38.000000000 +0000 @@ -1,15 +1,18 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ -XCommon/Cache -XCommon/Lexer -Xlib/Psr -XSymfony override_dh_auto_build: - phpabtpl composer.json > debian/autoload.php.tpl phpab \ --output lib/Doctrine/Common/Annotations/autoload.php \ --template debian/autoload.php.tpl \ lib/Doctrine/Common/Annotations mkdir --parents vendor + ln -s /usr/share/php/Doctrine/Common/Cache lib/Doctrine/Common + ln -s /usr/share/php/Doctrine/Common/Lexer lib/Doctrine/Common + ln -s /usr/share/php/Psr lib + ln -s /usr/share/php/Symfony lib phpabtpl \ --require doctrine/annotations \ --require doctrine/cache \