-
discover (2.1.2-10) unstable; urgency=medium
* Modernize packaging a little:
- Switch from debhelper 8 to debhelper 13.
- Delete CONFIGURE_PCMCIA support from debian/rules entirely
(commented out for 15+ years).
- Delete VERSION and ARCH variables from debian/rules (unused).
- Switch from manual debian/rules to a dh-based one. Stick to an
out-of-tree build (relocated from builddeb/ to build/ though,
given udeb building is long gone), since in-tree building breaks.
- Switch from dh_movefiles to dh_install (moving from debian/*.files
to debian/*.install).
- Make discover.install handle the move from /usr/bin/discover to
/sbin/discover (instead of doing that manually from debian/rules).
- Unhardcode individual header and documentation filenames from
libdiscover-dev.install.
- Unhardcode exact library version (use to the SONAME), and insert a
wildcard for the multiarch directory in both libdiscover2.install
and libdiscover-dev.install.
- Disable test suite entirely for the time being (it wasn't run
previously, and it seems broken anyway).
- Configure dh_missing for the few files that aren't shipped.
- Clean generated aclocal.m4 (via dh_clean).
* This fixes the missing mandatory build-* targets (Closes: #999249).
-- Cyril Brulebois <email address hidden> Sun, 09 Jan 2022 08:48:08 +0100
-
discover (2.1.2-9) unstable; urgency=medium
* Team upload.
[ Petter Reinholdtsen ]
* Add vcs links in control file.
[ Samuel Thibault ]
* control: Update vcs links to git salsa.
* source/format: Set format to 1.0.
* rules: Do not pass -g -O2 by hand.
* rules: Take build flags from dpkg-buildflags.
* Convert to 3.0 (quilt) format.
* rules: Use dh_autoreconf.
* discover.lintian-overrides: Add debconf warning override.
[ Clint Adams ]
* Use mktemp instead of tempfile (Closes: 992733).
[ Nguyen Hoang Tung ]
* Use dh_auto_configure instead of ./configure (Closes: #931153).
[ Laurent Bigonville ]
* debian/patches/usb.patch: Switch to libusb 1.0 (Closes: #810408).
-- Samuel Thibault <email address hidden> Sun, 31 Oct 2021 23:24:01 +0100
-
discover (2.1.2-8) unstable; urgency=high
* Remove Gaudenz Steinlin and Otavio Salvador from Uploaders, with
thanks for their past contributions (Closes: #848424, #847266).
* Use correct type for the length parameter of the getline() call,
thanks to Anatoly Borodin and Simon Quigley for writing and for
forwarding the patch (Closes: #876388, LP: #1718687).
* Restore -O2 optimization level, as switching to -O1 in the previous
upload probably just happened to paper over this issue.
-- Cyril Brulebois <email address hidden> Sun, 14 Jan 2018 21:27:01 +0000