diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 2e61d1d..eb4dc5e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,10 @@ sane-backends (1.0.24-12) unstable; urgency=medium - Build sane.ps without comments containing date/time. * New debian/patches/0105-artec_missing_home_environment.patch: - Test the environment variable HOME before use (Closes: #786452). + * debian/control: + - Add "Multi-Arch: same" to package libsane-dev (Closes: #786560). - -- Jörg Frings-Fürst <debian@jff-webhosting.net> Thu, 21 May 2015 13:11:11 +0200 + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Fri, 22 May 2015 09:12:57 +0200 sane-backends (1.0.24-11) unstable; urgency=medium diff --git a/debian/control b/debian/control index 9770d79..eb8bd0f 100644 --- a/debian/control +++ b/debian/control @@ -110,6 +110,7 @@ Description: API library for scanners Package: libsane-dev Section: libdevel Architecture: any +Multi-Arch: same Depends: libsane (= ${binary:Version}), ${misc:Depends} |