Change logs for html2wml source package in Hirsute

  • html2wml (0.4.11+dfsg-2) unstable; urgency=medium
    
      * Update Vcs-* headers for the move to Salsa.
      * Bump debhelper compatibility level to 13.
        + Build-depend on "debhelper-compat (= 13)" to replace debian/compat.
      * Change Homepage header to http://htmlwml.sourceforge.net/. (Previous
        homepage has fallen into the hands of a domain grabber.)
      * Declare compliance with Debian Policy 4.5.1.
      * Fix debian/copyright by splitting up stanzas for Artistic and GPL-2+.
        Fixes lintian warning missing-license-paragraph-in-dep5-copyright.
      * Remove trailing whitespace in old debian/changelog entry.
      * Set "Rules-Requires-Root: binary-targets". (dh_installdocs fails if
        set to "no".)
      * fix-spelling-errors.patch:
        + Include a fix for another typo found by Lintian.
        + Fix DEP3 Forwarded header.
    
     -- Axel Beckert <email address hidden>  Sat, 02 Jan 2021 10:07:08 +0100
  • html2wml (0.4.11+dfsg-1) unstable; urgency=medium
    
      * Add myself as co-maintainer.
      * Apply wrap-and-sort.
      * Add dependency on ${misc:Depends} for debhelper.
      * Bump debhelper compatibility to 9.
        + Update versioned build-dependency on debhelper accordingly.
      * Revamp debian/rules:
        + Replace "dh_clean -k" with "dh_prep"
        + Don't ignore all "make clean" errors, just if Makefile doesn't exist.
        + Add missing build-{arch,indep} targets.
        + Drop now redundant dh_installchangelogs parameter.
        + Drop manual removal of stamp files: done by dh_clean now.
        + Use dh_auto_{build,install,clean} instead of according $(MAKE) calls.
        + Remove now obsolete manual checking of DEB_BUILD_OPTIONS.
        + Finally switch to a minimal dh v7 style debian/rules file.
      * Add a Homepage header.
      * Add debian/watch file.
      * Switch to source format "3.0 (quilt)".
      * Cleanup Makefile patch to minimise the differences.
        + Put comments into patch description instead into the patched file.
        + Remove clean alias for uninstall target -- not needed and allows us
          to remove override for dh_auto_clean in debian/rules.
      * Declare compliance with Debian Policy 3.9.8.
      * Add patch to fix spelling errors found by lintian in man page.
      * Only install selected files from t/ directory via debian/docs. Most of
        them are already included in the upstream install target. Avoids
        installing an unneeded Makefile as documentation.
      * Add patch to t/Makefile to normalize examples directory naming and
        structure in /usr/share/doc/html2wml.
      * Add patch to remove potential (and unneeded) privacy breaches from
        documentation and examples.
      * Create packaging Git repository under collab-maint and create
        according Vcs-* headers.
      * Don't install README (only package description and license) and
        readme.* (same contents as man page) anymore. Also fixes Lintian
        warning possible-documentation-but-no-doc-base-registration.
      * Downgrade "httpd | httpd-cgi" from Recommends to Suggests (so that it
        doesn't pull in a web server by default), reverse the order and add an
        "Enhances: httpd-cgi" instead.
      * Remove non-free files t/wml1*.dtd by repacking the upstream tar ball.
      * Convert debian/copyright to machine-readable DEP5 format.
        + Also update copyright years and packaging copyright holders.
        + List non-free files in Files-Excluded header.
    
     -- Axel Beckert <email address hidden>  Sat, 10 Sep 2016 13:33:05 +0200