diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-05-25 08:37:45 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-05-25 08:37:45 +0200 | 
| commit | f509b91b978193a04bf7c42cb1cc73ed3d766353 (patch) | |
| tree | 78b93c64c06f2724cdc0a90230bf769fdb8483d3 | |
| parent | dd0a738eea74e85577dae2983a0736ba0471e407 (diff) | |
Add 'Multi-Arch: same' to package libsane-dev
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/control | 1 | 
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index df8237d..96da330 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,9 @@ 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 to make  +      it co-installable (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 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}  | 
