Debian Patches
Status for libur-perl/0.470+ds-3
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
Honour-SOURCE_DATE_EPOCH-for-embedded-timestamp-in-genera.patch | Honour SOURCE_DATE_EPOCH for embedded timestamp in generated documentation. When the environment variable SOURCE_DATE_EPOCH is set, use it instead of the current time for the embedded build timestamp. The specification of SOURCE_DATE_EPOCH is available here: https://reproducible-builds.org/specs/source-date-epoch/ In the case it is not defined, fall back to current time. |
intrigeri <intrigeri@boum.org> | no | 2016-06-27 | ||
sqlite-case-insensitve.patch | Fix test failure with newer (DBD::)SQLite ``` t/URT/t/04a_sqlite.t … not ok 80 - column details for table inline are correct # Failed test 'column details for table inline are correct' # at t/URT/t/04a_sqlite.t line 53. # Structures begin differing at: # $got->[0]{DATA_TYPE} = 'INTEGER' # $expected->[0]{DATA_TYPE} = 'integer' # Looks like you failed 1 test of 80. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/80 subtests ``` Use Test::Deep's cmp_deeply to be able to check against a case-insenstive regexp. |
gregor herrmann <gregoa@debian.org> | yes | upstream | vendor | 2022-01-17 |
Perl-5.40-Missing-comma-after-first-argument-to-return.patch | fix (test) failure with perl 5.40 # Failed test 'use UR::All;' # at t/URT/t/00_load.t line 11. # Tried to use 'UR::All'. # Error: Missing comma after first argument to return at /build/libur-perl-0.470+ds/lib/UR/Namespace/Command/Define/Datasource/Sqlite.pm line 41, near ");" . # Failed test 'use UR::Namespace::Command::Define::Datasource::Sqlite;' # at t/URT/t/80_command_define_datasource.t line 29. # Tried to use 'UR::Namespace::Command::Define::Datasource::Sqlite'. # Error: Missing comma after first argument to return at /build/libur-perl-0.470+ds/lib/UR/Namespace/Command/Define/Datasource/Sqlite.pm line 41, near ");" |
gregor herrmann <gregoa@debian.org> | yes | upstream | vendor | 2024-06-16 |
All known versions for source package 'libur-perl'
- 0.470+ds-3 (trixie, forky, sid)
- 0.470+ds-2 (bookworm)