diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-11-12 13:54:12 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-11-12 13:54:12 +0100 |
commit | dea49f00449b6f64b29dc7afd400a219ea7bc4ab (patch) | |
tree | ec8a5bf4f74a3d88b45d5849a02bd70529e17a23 /debian/changelog | |
parent | aebef15eb84193642aa42e3dcaacada6b825b006 (diff) | |
parent | 9ec2719599329a797985443f8f32150e62a718c2 (diff) |
Merge branch 'release/experimental/1.0.27-1_experimental3'experimental/1.0.27-1_experimental3
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 41 |
1 files changed, 37 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 665cfef..af8671c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,36 @@ +sane-backends (1.0.27-1~experimental3) experimental; urgency=medium + + * debian/control: + - Drop outdated Recommends libsane-extras-dev to libsane-dev + binary package (Closes: #868265). + - Drop outdated texlive and texlive-latex-extra Build-Dependency. + * debian/rules: + - Drop create and install the /etc/sane.d/dll.d directory. + - Move rules from override_dh_install-arch and override_dh_auto_install-arch + to override_dh_install-indep and override_dh_auto_install-indep + to build the arch all packages without error (CLoses: #870455). + - At dh_systemd_enable use debian/saned.socket instead saned.socket. + - Use DEB* vars via default.mk instead own functions. + * Move libsane-common.install.in to libsane-common.install. + * debian/copyright: + - Add year 2017 for debian/*. + * New debian/patches/0150-genesys-Fix-use-of-uninitialized-variable.patch: + - Initializing usb_mode (Closes:# 869673). + Thanks to Florian Lindemann <linde@bfw-online.de> and + Olaf Meeuwissen <paddy-hack@member.fsf.org>. + * Move install of man pages from debian/rules to libsane-common.manpages and + sane-utils.manpages (Closes: #872366). + * Move umax_pp.5 from libsane-common to sane-utils. + * debian/sane-utils.saned.init: + - Add parameter to --retry at the stop section (Closes: #871543). + * libsane1.README.Debian: + - Remove references to the libsane-extras package. + * Correct typos in the previous changelog entry. + * Declare compliance with Debian Policy 4.1.1 (No changes needed). + * Move rm_conffile from libsane-common.preinst to libsane-common.maintscript. + + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sat, 28 Oct 2017 13:26:26 +0200 + sane-backends (1.0.27-1~experimental2) experimental; urgency=medium * debian/rules: @@ -6,13 +39,13 @@ sane-backends (1.0.27-1~experimental2) experimental; urgency=medium * Rename libsane.udev to libsane1.udev in TROUBLESHOOTING.Debian and libsane1.README.Debian. * debian/control: - + Add Breaks and Replaces against libsane to libsane1 + - Add Breaks and Replaces against libsane to libsane1 binary package (Closes: #868308). - + Remove outdated Recommends libsane-extras to libsane1 + - Remove outdated Recommends libsane-extras to libsane1 binary package (Closes: #868265). - + Remove [!hurd-i386] from libusb-1.0-0-dev Build-Dependency. + - Remove [!hurd-i386] from libusb-1.0-0-dev Build-Dependency. * debian/sane-utils.postrm: - + Add set -e and silence update-inetd calls with "|| true". + - Add set -e and silence update-inetd calls with "|| true". * Regenerate symbols files from build logs (Closes: #868309). * Use the hwdb+udev format (Closes: #869244): - debian/rules: Call sane-desc with -m udev+hwdb and -m hwdb, |