Package: wp2x / 2.5-mhi-13

Metadata

Package Version Patches format
wp2x 2.5-mhi-13 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 misc.patch | (download)

Makefile | 24 15 + 9 - 0 !
doc/wp2x.1l | 9 6 + 3 - 0 !
filters/htmlcleanup1.pl | 2 1 + 1 - 0 !
filters/htmlcleanup2.pl | 2 1 + 1 - 0 !
filters/htmlcleanup3.pl | 2 1 + 1 - 0 !
src/Makefile | 49 1 + 48 - 0 !
src/dopen.c | 6 5 + 1 - 0 !
src/tokens.c | 1 1 + 0 - 0 !
src/tokens.h | 3 3 + 0 - 0 !
src/wp2x.c | 54 18 + 36 - 0 !
src/wp2x.h | 15 15 + 0 - 0 !
11 files changed, 67 insertions(+), 100 deletions(-)

 most debian-specific patches included in wp2x 2.5-mhi-7.


02 nostrip.patch | (download)

src/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 new patch to give dh_strip the chance to decide if the binary
 should be stripped or not. Closes bug #438279.


03_dpkg_buildflags.patch | (download)

src/Makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use build flags from the environment (dpkg-buildflags).

04_hardening_cflags.patch | (download)

src/Makefile | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 wp2x (2.5-mhi-11) UNRELEASED; urgency=low
 .
   * Upgrade from debhelper 8 to debhelper 9.
   * Move package maintenance to collab-maint and add Vcs-Git and Vcs-
     Browser headers to control file.
   * Rename menu section from Apps/Tools to Applications/Text.  Thank
     you lintian.
   * Move from dpatch to package format "3.0 (quilt)" using patch from
     Jari Aalto.
   * Enable hardening build flags using patch from Jari Aalto and Simon
     Ruderich (Closes: #662704, #668805)
   * Fix manpage-section-mismatch lintian warning using patch from Jari
     Aalto.
05_testsuite.patch | (download)

test/Makefile | 6 4 + 2 - 0 !
test/do-regress | 15 14 + 1 - 0 !
2 files changed, 18 insertions(+), 3 deletions(-)

 test suite cleanup.