diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 9885df6..efe11ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -sane-backends (1.0.30-1) UNRELEASED; urgency=medium +sane-backends (1.0.30-1) unstable; urgency=medium * New upstream release (Closes: #961302): - fixes CVE-2020-12867, CVE-2020-12862, CVE-2020-12863, CVE-2020-12865, @@ -6,8 +6,9 @@ sane-backends (1.0.30-1) UNRELEASED; urgency=medium * Migrate to debhelper 13: - Bump minimum debhelper-compat version in debian/control to = 13. * debian/watch: Fix to new gitlab download structure. + * debian/rules: Remove DEB_LDFLAGS_MAINT_APPEND after lintian warning. - -- Jörg Frings-Fürst <debian@jff.email> Fri, 08 May 2020 21:07:06 +0200 + -- Jörg Frings-Fürst <debian@jff.email> Sat, 23 May 2020 16:24:21 +0200 sane-backends (1.0.29-1~experimental4) experimental; urgency=medium diff --git a/debian/rules b/debian/rules index 05d8b98..6694316 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,6 @@ #export DH_VERBOSE=1 export DEB_BUILD_MAINT_OPTIONS = hardening=+all -export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed include /usr/share/dpkg/default.mk |