Version in base suite: 2.1.0-2 Base version: php-doctrine-lexer_2.1.0-2 Target version: php-doctrine-lexer_2.1.0-2+deb12u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/p/php-doctrine-lexer/php-doctrine-lexer_2.1.0-2.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/p/php-doctrine-lexer/php-doctrine-lexer_2.1.0-2+deb12u1.dsc autoload.php.tpl | 29 +++++++++++++++++++++++++++++ changelog | 7 +++++++ clean | 1 - control | 2 +- gbp.conf | 2 +- rules | 4 ++-- 6 files changed, 40 insertions(+), 5 deletions(-) diff -Nru php-doctrine-lexer-2.1.0/debian/autoload.php.tpl php-doctrine-lexer-2.1.0/debian/autoload.php.tpl --- php-doctrine-lexer-2.1.0/debian/autoload.php.tpl 1970-01-01 00:00:00.000000000 +0000 +++ php-doctrine-lexer-2.1.0/debian/autoload.php.tpl 2024-02-15 22:22:05.000000000 +0000 @@ -0,0 +1,29 @@ + Thu, 15 Feb 2024 23:22:10 +0100 + php-doctrine-lexer (2.1.0-2) unstable; urgency=medium * Upload to unstable diff -Nru php-doctrine-lexer-2.1.0/debian/clean php-doctrine-lexer-2.1.0/debian/clean --- php-doctrine-lexer-2.1.0/debian/clean 2022-12-12 06:58:13.000000000 +0000 +++ php-doctrine-lexer-2.1.0/debian/clean 2024-02-15 22:22:05.000000000 +0000 @@ -1,5 +1,4 @@ .phpunit.result.cache -debian/autoload.php.tpl debian/autoload.tests.php.tpl Doctrine/ src/autoload.php diff -Nru php-doctrine-lexer-2.1.0/debian/control php-doctrine-lexer-2.1.0/debian/control --- php-doctrine-lexer-2.1.0/debian/control 2023-01-01 09:10:48.000000000 +0000 +++ php-doctrine-lexer-2.1.0/debian/control 2024-02-15 22:20:25.000000000 +0000 @@ -9,7 +9,7 @@ phpab, phpunit Standards-Version: 4.6.2 -Vcs-Git: https://salsa.debian.org/php-team/pear/php-doctrine-lexer.git -b debian/bookworm +Vcs-Git: https://salsa.debian.org/php-team/pear/php-doctrine-lexer.git -b debian/bookworm-security Vcs-Browser: https://salsa.debian.org/php-team/pear/php-doctrine-lexer Homepage: https://www.doctrine-project.org/projects/lexer.html Rules-Requires-Root: no diff -Nru php-doctrine-lexer-2.1.0/debian/gbp.conf php-doctrine-lexer-2.1.0/debian/gbp.conf --- php-doctrine-lexer-2.1.0/debian/gbp.conf 2023-01-01 09:10:48.000000000 +0000 +++ php-doctrine-lexer-2.1.0/debian/gbp.conf 2024-02-15 22:20:29.000000000 +0000 @@ -1,5 +1,5 @@ [DEFAULT] -debian-branch = debian/bookworm +debian-branch = debian/bookworm-security filter = [ '.gitattributes' ] pristine-tar = True upstream-branch = upstream-2.x diff -Nru php-doctrine-lexer-2.1.0/debian/rules php-doctrine-lexer-2.1.0/debian/rules --- php-doctrine-lexer-2.1.0/debian/rules 2022-12-12 06:59:50.000000000 +0000 +++ php-doctrine-lexer-2.1.0/debian/rules 2024-02-15 22:22:05.000000000 +0000 @@ -3,13 +3,13 @@ dh $@ override_dh_auto_build: - phpabtpl composer.json > debian/autoload.php.tpl phpab \ --output src/autoload.php \ --template debian/autoload.php.tpl \ src mkdir --parents vendor Doctrine/Common - ln -s ../../src Doctrine/Common/Lexer + cp -r src Doctrine/Common/Lexer + ln -s /usr/share/php/Doctrine/Deprecations Doctrine phpabtpl \ --require doctrine/lexer \ > debian/autoload.tests.php.tpl