diff options
author | Andreas Rottmann <a.rottmann@gmx.at> | 2011-10-22 02:48:26 +0200 |
---|---|---|
committer | Andreas Rottmann <a.rottmann@gmx.at> | 2011-10-22 02:48:26 +0200 |
commit | c1255d46d206ae666c705ad93c2b45aaa5f6c5fd (patch) | |
tree | 642cce5bd0847e354a9125407d022fb4286186f8 /debian/control | |
parent | 94514ea04b864b266b3d40c79be1d78b14f128b1 (diff) | |
parent | 7a0dd1f819d84749fe484663fd70ce4be3eb51ac (diff) |
Merge multiarch patch kindly provided by Steve Langasek
Conflicts:
debian/control
debian/rules
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 2444929a..0dbff994 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: libunistring Priority: optional Maintainer: Andreas Rottmann <rotty@debian.org> -Build-Depends: cdbs (>= 0.4.93), debhelper (>= 8.1.3), autotools-dev +Build-Depends: cdbs (>= 0.4.93~), debhelper (>= 8.1.3~), autotools-dev Standards-Version: 3.9.2 Section: libs Homepage: http://www.gnu.org/software/libunistring/ @@ -11,6 +11,7 @@ Vcs-Browser: http://git.debian.org/?p=collab-maint/libunistring.git Package: libunistring-dev Section: libdevel Architecture: any +Multi-Arch: same Depends: libunistring0 (= ${binary:Version}), ${misc:Depends} Description: Unicode string library for C - development files The 'libunistring' library implements Unicode strings (in the UTF-8, |