summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Make fast forward from 0.994-6HEADarchive/debian/0.994-7mastergregor herrmann2023-07-02
|\ | | | | | | [dgit --quilt=gbp]
| * Make fast forward from 0.994-5archive/debian/0.994-6gregor herrmann2022-11-23
| |\ | | | | | | | | | [dgit --quilt=gbp]
| | * [PATCH] Don't pass the full path of the file to parse() in restricted modearchive/debian/0.994-5Niko Tyni2022-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug-Debian: https://bugs.debian.org/613199 Bug: https://rt.cpan.org/Public/Bug/Display.html?id=67996 If the build directory name contains characters like '+', tests 11 and 12 of t/13restricted.t fail because the opensp library considers the directory unsafe and skips it. (see PosixStorageManager::isSafe() in lib/PosixStorage.cxx of opensp-1.5.2) (adjusted to apply to file with DOS line endings) Gbp-Pq: Name binnmu_rebuild_fix.patch
| | * Two words incorrectly spelt in the documentationNicholas Bamber2022-06-18
| | | | | | | | | | | | | | | | | | | | | Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=95007 Last-Update: 2010-08-10 Gbp-Pq: Name doc_misspelling.patch
| * | FTCBFS: hard codes the build architecture C++ compilerHelmut Grohne2022-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Origin: vendor Bug: https://bugs.debian.org/1023487 Forwarded: no Reviewed-by: gregor herrmann <gregoa@debian.org> Last-Update: 2022-11-23 libsgml-parser-opensp-perl fails to cross build from source, because the Makefile.PL hard codes the build architecture C++ compiler. I'm attaching a patch for your convenience to make it use the host one and thus make libsgml-parser-opensp-perl cross buildable. Gbp-Pq: Name cross.patch
| * | [PATCH] Don't pass the full path of the file to parse() in restricted modeNiko Tyni2022-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug-Debian: https://bugs.debian.org/613199 Bug: https://rt.cpan.org/Public/Bug/Display.html?id=67996 If the build directory name contains characters like '+', tests 11 and 12 of t/13restricted.t fail because the opensp library considers the directory unsafe and skips it. (see PosixStorageManager::isSafe() in lib/PosixStorage.cxx of opensp-1.5.2) (adjusted to apply to file with DOS line endings) Gbp-Pq: Name binnmu_rebuild_fix.patch
| * | Two words incorrectly spelt in the documentationNicholas Bamber2022-11-23
| | | | | | | | | | | | | | | | | | | | | Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=95007 Last-Update: 2010-08-10 Gbp-Pq: Name doc_misspelling.patch
* | | error: 'uvuni_to_utf8_flags' was not declared in this scopeDebian Perl Group2023-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Origin: CPAN RT#148488 Bug: https://rt.cpan.org/Public/Bug/Display.html?id=148488 Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=148488 Reviewed-by: gregor herrmann <gregoa@debian.org> Last-Update: 2023-07-02 The build failed since Perl 5.37.1. It is caused, because many deprecated C functions were removed. https://metacpan.org/release/SHAY/perl-5.37.11/view/pod/perl5371delta.pod#Deprecations Gbp-Pq: Name SGML-Parser-OpenSP-0.994-Stop-using-deprecated-uvuni_to_utf8_flags.patch
* | | FTCBFS: hard codes the build architecture C++ compilerHelmut Grohne2023-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Origin: vendor Bug: https://bugs.debian.org/1023487 Forwarded: no Reviewed-by: gregor herrmann <gregoa@debian.org> Last-Update: 2022-11-23 libsgml-parser-opensp-perl fails to cross build from source, because the Makefile.PL hard codes the build architecture C++ compiler. I'm attaching a patch for your convenience to make it use the host one and thus make libsgml-parser-opensp-perl cross buildable. Gbp-Pq: Name cross.patch
* | | [PATCH] Don't pass the full path of the file to parse() in restricted modeNiko Tyni2023-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug-Debian: https://bugs.debian.org/613199 Bug: https://rt.cpan.org/Public/Bug/Display.html?id=67996 If the build directory name contains characters like '+', tests 11 and 12 of t/13restricted.t fail because the opensp library considers the directory unsafe and skips it. (see PosixStorageManager::isSafe() in lib/PosixStorage.cxx of opensp-1.5.2) (adjusted to apply to file with DOS line endings) Gbp-Pq: Name binnmu_rebuild_fix.patch
* | | Two words incorrectly spelt in the documentationNicholas Bamber2023-07-02
| | | | | | | | | | | | | | | | | | | | | Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=95007 Last-Update: 2010-08-10 Gbp-Pq: Name doc_misspelling.patch
* | | releasing package libsgml-parser-opensp-perl version 0.994-7 into ↵debian/0.994-7gregor herrmann2023-07-02
| | | | | | | | | | | | | | | | | | distribution unstable Gbp-Dch: Ignore
* | | Declare compliance with Debian Policy 4.6.2.gregor herrmann2023-07-02
| | |
* | | Add patch from CPAN RT to fix build failure with perl >= 5.37.1gregor herrmann2023-07-02
|/ /
* | releasing package libsgml-parser-opensp-perl version 0.994-6 into ↵debian/0.994-6gregor herrmann2022-11-23
| | | | | | | | | | | | distribution unstable Gbp-Dch: Ignore
* | Fix FTCBFS: Use a triplet-prefixed compiler.Helmut Grohne2022-11-23
|/ | | | Closes: #1023487
* releasing package libsgml-parser-opensp-perl version 0.994-5 into ↵debian/0.994-5gregor herrmann2022-06-18
| | | | | | distribution unstable Gbp-Dch: Ignore
* Enable all hardening flags.gregor herrmann2022-06-18
|
* debian/rules: fix more permissions of example files.gregor herrmann2022-06-18
|
* (Re-)sort dependenciesgregor herrmann2022-06-18
| | | | Gbp-Dch: ignore
* Annotate test-only build dependencies with <!nocheck>.gregor herrmann2022-06-18
|
* Set Rules-Requires-Root: no.gregor herrmann2022-06-18
|
* Declare compliance with Debian Policy 4.6.1.gregor herrmann2022-06-18
|
* Reformat debian/control with cmegregor herrmann2022-06-18
| | | | Gbp-Dch: ignore
* Fix autopkgtests: the smoke test needs more files.gregor herrmann2022-06-18
|
* releasing package libsgml-parser-opensp-perl version 0.994-4Jelmer Vernooij2022-06-17
|
* Set Testsuite header for perl package.Debian Janitor2021-08-29
| | | | | | Changes-By: lintian-brush Fixes: lintian: team/pkg-perl/testsuite/no-testsuite-header See-also: https://lintian.debian.org/tags/team/pkg-perl/testsuite/no-testsuite-header.html
* Bump debhelper from old 12 to 13.Debian Janitor2021-08-29
| | | | | | Changes-By: lintian-brush Fixes: lintian: package-uses-old-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html
* update changeloggregor herrmann2020-02-22
| | | | Gbp-Dch: Ignore
* debian/watch: use uscan version 4.gregor herrmann2020-02-22
|
* update changeloggregor herrmann2020-02-21
| | | | Gbp-Dch: Ignore
* debian/control: update Build-Depends for cross builds.gregor herrmann2020-02-21
|
* Merge branch 'lintian-fixes' into 'master'gregor herrmann2019-12-08
|\ | | | | | | | | Fix some issues reported by lintian See merge request perl-team/modules/packages/libsgml-parser-opensp-perl!1
| * Set debhelper-compat version in Build-Depends.Debian Janitor2019-11-29
| | | | | | | | | | Fixes lintian: uses-debhelper-compat-file See https://lintian.debian.org/tags/uses-debhelper-compat-file.html for more details.
| * Bump debhelper from old 9 to 12.Debian Janitor2019-11-29
|/ | | | | Fixes lintian: package-uses-old-debhelper-compat-version See https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html for more details.
* update changelogSalvatore Bonaccorso2018-02-25
| | | | Gbp-Dch: Ignore
* Update Vcs-* headers for switch to salsa.debian.orgSalvatore Bonaccorso2018-02-25
|
* update changeloggregor herrmann2016-05-20
| | | | Gbp-Dch: Ignore
* debian/copyright: change Copyright-Format 1.0 URL to HTTPS.gregor herrmann2016-05-20
|
* update changeloggregor herrmann2016-04-29
| | | | Gbp-Dch: Ignore
* Simplify BTS URL.gregor herrmann2016-04-29
|
* update changeloggregor herrmann2016-04-29
| | | | Gbp-Dch: Ignore
* Change bugtracker URL(s) to HTTPS.gregor herrmann2016-04-29
|
* update changelogSalvatore Bonaccorso2016-01-30
| | | | Gbp-Dch: Ignore
* debian/control: Use HTTPS transport protocol for Vcs-Git URISalvatore Bonaccorso2016-01-30
|
* update changelogSalvatore Bonaccorso2014-08-16
| | | | Git-Dch: Ignore
* Update Vcs-Browser URL to cgit web frontendSalvatore Bonaccorso2014-08-16
|
* prepare changelog for releaseFlorian Schlichting2014-04-24
|
* Forward doc_misspelling.patchFlorian Schlichting2014-04-24
|
* Declare compliance with Debian Policy 3.9.5Florian Schlichting2014-04-24
|