diff options
| author | Guilhem Moulin <guilhem@debian.org> | 2025-01-01 08:54:32 +0100 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2025-01-01 16:33:50 +0000 |
| commit | f23f8795f32a97b96840d0e24fca3601ad1247fe (patch) | |
| tree | a2cfd85a2565789539376fdcf4958203af31f038 | |
| parent | b0063dec07582232bfb30755b57c74858335ef48 (diff) | |
2.2-2 (patches unapplied)HEADimport/2.2-2ubuntu/resolute-develubuntu/resoluteubuntu/questing-develubuntu/questingubuntu/plucky-proposedubuntu/plucky-develubuntu/pluckyubuntu/develdebian/sid
Imported using git-ubuntu import.
Notes
Notes:
[ David Prévot ]
* Allow stderr during debci (for PHPUnit 11)
[ Guilhem Moulin ]
* Update standards version to 4.7.0, no changes needed.
| -rw-r--r-- | debian/changelog | 10 | ||||
| -rw-r--r-- | debian/control | 2 | ||||
| -rw-r--r-- | debian/tests/control | 1 |
3 files changed, 12 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 0dabc96..288de17 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +php-roundcube-rtf-html-php (2.2-2) unstable; urgency=medium + + [ David Prévot ] + * Allow stderr during debci (for PHPUnit 11) + + [ Guilhem Moulin ] + * Update standards version to 4.7.0, no changes needed. + + -- Guilhem Moulin <guilhem@debian.org> Wed, 01 Jan 2025 08:54:32 +0100 + php-roundcube-rtf-html-php (2.2-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index 7cad687..2725d90 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper-compat (= 13), phpab, phpunit <!nocheck> Rules-Requires-Root: no -Standards-Version: 4.6.2 +Standards-Version: 4.7.0 Vcs-Git: https://salsa.debian.org/roundcube-team/rtf-html-php.git -b debian/latest Vcs-Browser: https://salsa.debian.org/roundcube-team/rtf-html-php Homepage: https://github.com/roundcube/rtf-html-php diff --git a/debian/tests/control b/debian/tests/control index a5a7613..753aec7 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,2 +1,3 @@ Test-Command: phpunit --bootstrap /usr/share/php/RtfHtmlPhp/autoload.php tests +Restrictions: allow-stderr Depends: phpunit, @ |
