1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126
|
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 <abe@debian.org> Sat, 10 Sep 2016 13:33:05 +0200
html2wml (0.4.11-1.2) unstable; urgency=medium
* Non-maintainer upload
* Swap binary-* targets to fix FTBFS with "dpkg-buildpackage -A". Patch
by Santiago Vila. (Closes: #831931)
* Add missing dependency on libcgi-pm-perl. (Closes: #835623)
-- Axel Beckert <abe@debian.org> Sat, 27 Aug 2016 19:50:03 +0200
html2wml (0.4.11-1.1) unstable; urgency=high
* Non-maintainer upload
* Replace dependency on "perl5" with just "perl". (Closes: #808189)
-- Axel Beckert <abe@debian.org> Sat, 19 Dec 2015 00:36:01 +0100
html2wml (0.4.11-1) unstable; urgency=low
* New upstream release
* Standards-Version: bumped to 3.7.2. No changes.
* Suggests: iceweasel and wapua have been added
* Description: iceweasel WAP plugin and wapua as a means to view
the results of html2wml are now mentioned
* Build-Depends: debhelper has been bumped to 5 and greater
* DESTDIR has been added to clean target in rules file, to avoid a
build error
* moved DH_COMPAT from rules to compat
* polished copyright file: author(s) -> author
* download address changed in copyright file
-- Werner Heuser <wehe@debian.org> Mon, 9 Jan 2009 13:08:10 +0100
html2wml (0.4.10b5-1.2) unstable; urgency=low
* NMU at the Munich Bugsquasing Party
* dropped Recommends: viewml, since that was removed (Closes: #240561)
-- Erich Schubert <erich@debian.org> Sun, 18 Apr 2004 13:28:12 +0200
html2wml (0.4.10b5-1.1) unstable; urgency=low
* NMU (patch available in the BTS)
* Dropped dependency on non-free wap-wml-tools package from
Recommends: to Suggests:. The only tool used from that package
seems to be wmlc which is not strictly necessary and not used by
default. (Closes: Bug#216563)
-- Stefano Zacchiroli <zack@debian.org> Sun, 28 Dec 2003 11:45:08 +0100
html2wml (0.4.10b5-1) unstable; urgency=low
* new upstream release
* added man page, which was silently gone
* modified package description to show new features
* modified Makefile and rules to include the main script
and the CGI finally, thanks to Kalle Valo
<Kalle.Valo@hut.fi> (closes: Bug#162404).
-- Werner Heuser <wehe@debian.org> Wed, 27 Nov 2002 10:19:30 -0100
html2wml (0.4.9-1) unstable; urgency=low
* New upstream release
* modified target check-config to clean Build-Depends, thanks to
Matt Taggart taggart@debian.org (closes: Bug#133743).
-- Werner Heuser <wehe@debian.org> Tue, 25 Jun 2002 10:18:41 -0100
html2wml (0.3.9-2) unstable; urgency=low
* removed some nasty control chars from dsc and changes file
-- Werner Heuser <wehe@debian.org> Thu, 18 Jan 2001 09:22:02 -0100
html2wml (0.3.9-1) unstable; urgency=low
* Initial Release.
-- Werner Heuser <wehe@snafu.de> Mon, 8 Jan 2001 14:07:10 -0100
|