* Migrate to Salsa.
* Remove obsolete Lintian overrides.
* Delete src/config.h to allow building twice in a row.
* Remove obsolete build dependency on autotools-dev.
* Update debian/copyright.
* Switch to debhelper compatibility level 11.
* Standards-Version 4.1.4, no further change required.
* Switch to debhelper compatibility level 10 and fix configure.in so
autoreconf works, which allows Marcos’ fix to actually take effect
(really, really LP: #1678463).
* Add patch by Marcos Diez so that configure finds TLS support on Ubuntu
(really LP: #1678463); thanks Marcos!
* Actually build with TLS support (LP: #1678463).
* Switch to https: VCS URIs (see #810378).
* Add patch to avoid overrunning buffers, thanks to Oldřich Jedlička.
(LP: #949689 and hopefully Closes: #733304).
* Clean up debian/control using cme.
* Standards-Version 3.9.8, no change required.
* Add more spelling fixes.
* Account for ASCII conversions when calculating buffer limits; thanks
to 左刚 for the patch! (Closes: #492950, #801949.)
* Remove generated Makefiles in po when cleaning, to allow building
twice in a row.
* Correct debian/copyright.
* Simplify the build.
* Fix spelling of "Transferred".
* Standards-Version 3.9.6, no change required.
* Build-depend on libgnutls-openssl-dev, thanks Andreas Metzler for the
patch. (Closes: #731559.)
* Standards-Version 3.9.5, no change required.
* New maintainer, thanks Jari for all your work on this package!
(Closes: #701867.)
* New upstream snapshot.
* Drop patches 10 and 12, fixed upstream.
* Refresh patch 11, and move _XOPEN_SOURCE declaration from debian/rules
to the patch.
* Refresh patches 30, 31 and 40.
* Specify sf.net project page as homepage.
* Always rebuild the .gmo files, and handle the absence of
config.status.
* Use canonical VCS URIs.
* Standards-Version 3.9.4, no change required.
* Drop -Wl,--as-needed, it prevents configure finding gnutls.
* Test gnutls without gcrypt. (Closes: #638663.)
* debian/clean
- Add wput.hardened (hardened compilation result).
* debian/compat
- Update to 9
* debian/control
- (Build-Depends): Update to debhelper 9, add autotools-dev.
- (Standards-Version): update to 3.9.3.1
* debian/copyright
- Update to format 1.0.
* debian/patches
- (31): New. Order options alphabetically and use -o, --option syntax.
* debian/rules
- Delete unnecessary targets.
- Use hardened CFLAGS.
http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags
* debian/*.mk
- (debian-save-restore): New file.
- Minor updates to other *.mk files.
* debian/rules
- (config-stamp): Move "config-patch" before ./configure to install
new config.{sub,guess} files (AVR32 FTBFS; Closes: #561378).
* New maintainer (Closes: #546992).
* Move to format: 3.0 (quilt).
* New upstream release.
- (Closes: #511554): wput says file does not exist on big files.
* debian/clean
- New file.
* debian/control
- (Build-Depends): use debhelper 7.
- (Depends): add ${misc:Depends}.
- (Standards-Version): update to 3.8.3.
- (Vcs-*): add.
* debian/copyright
- Adjust layout.
- Use FSF URL.
* debian/debian-{vars,autotools}:
- New files.
* debian/patches
- (10, 11, 12): Add compilation cleanups.
* debian/rules
- (binary-arch): restore saved config.* files to prevent them
from appearing in diff. This causes some lintian warning (see below).
- (config-stamp): save old config.* files and use new ones from Debian.
* debian/source/format
- New file. Format: 1.0.
* debian/source.lintian-overrides
- New file. Ignore old config.* warnings (see rules::binary-arch).
* debian/wput.{docs,examples,install,manpages}
- New files.
* debian/watch
- New file.
* Non-maintainer upload.
* Fix double-build FTBFS (Closes: #442765) by tweaking debian/rules:
- Call "$(MAKE) clean" rather than "$(MAKE) distclean" since the
latter doesn't exist.
- Don't ignore "$(MAKE) clean" errors anymore, by checking for the
presence of a Makefile.
- Do not remove config.status since it's needed for the "clean" run
in po/Makefile.
- Remove doc/wput.1.gz through dh_clean.
- Based on a patch by Kartik Mistry.
* Move the config.{guess,sub} update to the config.status target, remove
them in the clean target, they are now kept out of the Debian diff.
* Use dh_install on wput and doc/wput.1, remove now useless gzip call,
as well as useless (commented) dh_* calls.
* Delete debian/dirs, no longer needed now that dh_install is used.
* Move the Homepage from the description to a source field.
* Bump Standards-Version from 3.7.2 to 3.7.3, no changes needed.
* New upstream release.
* debian/control:
+ Updated to Standards-Version 3.7.2.
+ Added libgnutls-dev Build-Depends.
* doc/wput.1:
+ Fixed hyphen-used-as-minus-sign in manpage.
+ Fixed version number in manpage.
* debian/control: Updated to Standards-Version 3.6.2 and download location.
* debian/copyright: Updated download location and address of Free Software
Foundation.
* Bug fix: "Typo in description times-tamping->time-stamping"
(Closes: #310896).
* New upstream release
* Initial Release (Closes: bug#276991).
* This is my first Debian package. ;)