diff options
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 36 |
1 files changed, 23 insertions, 13 deletions
diff --git a/debian/changelog b/debian/changelog index b8d2480..af8671c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,25 +1,35 @@ -sane-backends (1.0.27-1~experimental3) UNRELEASED; urgency=medium +sane-backends (1.0.27-1~experimental3) experimental; urgency=medium * debian/control: - + Drop outdated Recommends libsane-extras-dev to libsane-dev + - Drop outdated Recommends libsane-extras-dev to libsane-dev binary package (Closes: #868265). - + Drop outdated texlive and texlive-latex-extra Build-Dependency. + - 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 + - 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/*. + - Add year 2017 for debian/*. * New debian/patches/0150-genesys-Fix-use-of-uninitialized-variable.patch: - + Initializing usb_mode (Closes:# 869673). + - 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. + 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> Wed, 02 Aug 2017 18:20:24 +0200 + -- 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 @@ -29,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, |