diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-05-23 22:27:49 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-05-23 22:27:49 +0200 |
commit | dd0a738eea74e85577dae2983a0736ba0471e407 (patch) | |
tree | c5e659959ef294a630468b1351214c15876e871a | |
parent | c7baa6fc176ee13fb96c02e4433bde9516a57808 (diff) |
revert last commit: Multi-Arch: same is not allowed on -dev
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index eb4dc5e..df8237d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,6 @@ 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> Fri, 22 May 2015 09:12:57 +0200 diff --git a/debian/control b/debian/control index eb8bd0f..9770d79 100644 --- a/debian/control +++ b/debian/control @@ -110,7 +110,6 @@ Description: API library for scanners Package: libsane-dev Section: libdevel Architecture: any -Multi-Arch: same Depends: libsane (= ${binary:Version}), ${misc:Depends} |