Version in base suite: 1.11.2-1 Base version: php-doctrine-annotations_1.11.2-1 Target version: php-doctrine-annotations_1.11.2-1+deb11u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/p/php-doctrine-annotations/php-doctrine-annotations_1.11.2-1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/p/php-doctrine-annotations/php-doctrine-annotations_1.11.2-1+deb11u1.dsc autoload.php.tpl | 2 +- changelog | 7 +++++++ clean | 4 ++++ control | 2 +- gbp.conf | 2 +- rules | 6 +++++- 6 files changed, 19 insertions(+), 4 deletions(-) diff -Nru php-doctrine-annotations-1.11.2/debian/autoload.php.tpl php-doctrine-annotations-1.11.2/debian/autoload.php.tpl --- php-doctrine-annotations-1.11.2/debian/autoload.php.tpl 2020-11-26 18:54:10.000000000 +0000 +++ php-doctrine-annotations-1.11.2/debian/autoload.php.tpl 2024-02-18 11:30:56.000000000 +0000 @@ -1,6 +1,6 @@ Sun, 18 Feb 2024 12:32:47 +0100 + php-doctrine-annotations (1.11.2-1) unstable; urgency=medium [ Grégoire Paris ] diff -Nru php-doctrine-annotations-1.11.2/debian/clean php-doctrine-annotations-1.11.2/debian/clean --- php-doctrine-annotations-1.11.2/debian/clean 2020-11-26 18:54:10.000000000 +0000 +++ php-doctrine-annotations-1.11.2/debian/clean 2024-02-18 11:31:13.000000000 +0000 @@ -1,3 +1,7 @@ .phpunit.result.cache lib/Doctrine/Common/Annotations/autoload.php +lib/Doctrine/Common/Cache +lib/Doctrine/Common/Lexer +lib/Psr +lib/Symfony vendor/ diff -Nru php-doctrine-annotations-1.11.2/debian/control php-doctrine-annotations-1.11.2/debian/control --- php-doctrine-annotations-1.11.2/debian/control 2021-02-20 13:32:25.000000000 +0000 +++ php-doctrine-annotations-1.11.2/debian/control 2024-02-18 11:29:35.000000000 +0000 @@ -10,7 +10,7 @@ phpab, phpunit Standards-Version: 4.5.1 -Vcs-Git: https://salsa.debian.org/php-team/pear/php-doctrine-annotations.git -b debian/latest +Vcs-Git: https://salsa.debian.org/php-team/pear/php-doctrine-annotations.git -b debian/bullseye 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-1.11.2/debian/gbp.conf php-doctrine-annotations-1.11.2/debian/gbp.conf --- php-doctrine-annotations-1.11.2/debian/gbp.conf 2021-02-20 13:25:27.000000000 +0000 +++ php-doctrine-annotations-1.11.2/debian/gbp.conf 2024-02-18 11:29:42.000000000 +0000 @@ -1,5 +1,5 @@ [DEFAULT] -debian-branch = debian/latest +debian-branch = debian/bullseye filter = [ '.gitattributes' ] pristine-tar = True upstream-vcs-tag = %(version%~%-)s diff -Nru php-doctrine-annotations-1.11.2/debian/rules php-doctrine-annotations-1.11.2/debian/rules --- php-doctrine-annotations-1.11.2/debian/rules 2021-02-20 13:32:22.000000000 +0000 +++ php-doctrine-annotations-1.11.2/debian/rules 2024-02-18 11:31:33.000000000 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ -XCommon/Cache -XCommon/Lexer -Xlib/Psr -XSymfony override_dh_auto_build: phpab \ @@ -9,6 +9,10 @@ --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 phpab \ --output vendor/autoload.php \ --template debian/autoload.tests.php.tpl \