summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndrew Shadura <bugzilla@tut.by>2011-12-01 18:18:50 +0200
committerAndrew Shadura <bugzilla@tut.by>2011-12-01 18:18:50 +0200
commita92cb3e7afec8fca0566a9fb0f5d918302466aa2 (patch)
tree4be94eba56fa047809a133587e5765f0285c91bc /debian
parent1000fe913a24e86adb05ad7acdcff43a4cf4e5f4 (diff)
add multiarch support
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/compat2
-rw-r--r--debian/control5
-rw-r--r--debian/libguess-dev.install4
-rw-r--r--debian/libguess1.install2
5 files changed, 9 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 461c6e8..73f6204 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libguess (1.1-1) unstable; urgency=low
* New upstream release.
* Fix maintainer's last name spelling.
+ * Add multiarch support.
-- Andrew O. Shadura <bugzilla@tut.by> Thu, 01 Dec 2011 18:20:52 +0300
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 2f6c32f..20c8086 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libguess
Priority: extra
Maintainer: Andrew O. Shadura <bugzilla@tut.by>
Uploaders: Jakub Wilk <jwilk@debian.org>
-Build-Depends: debhelper (>= 7.0.50~), autotools-dev (>= 20100122.1), autoconf, libmowgli-dev (>= 0.7.0), pkg-config, gauche
+Build-Depends: debhelper (>= 8.1.3~), autotools-dev (>= 20100122.1), autoconf, libmowgli-dev (>= 0.7.0), pkg-config, gauche
Standards-Version: 3.9.2
Section: libs
Homepage: http://www.atheme.org/project/libguess
@@ -13,6 +13,7 @@ Package: libguess-dev
Section: libdevel
Architecture: any
Depends: libguess1 (= ${binary:Version}), ${misc:Depends}, libmowgli-dev (>= 0.7.0)
+Multi-Arch: same
Description: high-speed character set detection library (development)
libguess employs discrete-finite automata to deduce the character set of the
input buffer. The advantage of this is that all character sets can be checked
@@ -23,6 +24,8 @@ Description: high-speed character set detection library (development)
Package: libguess1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
Description: high-speed character set detection library
libguess employs discrete-finite automata to deduce the character set of the
input buffer. The advantage of this is that all character sets can be checked
diff --git a/debian/libguess-dev.install b/debian/libguess-dev.install
index bf00211..70ec735 100644
--- a/debian/libguess-dev.install
+++ b/debian/libguess-dev.install
@@ -1,3 +1,3 @@
usr/include/*
-usr/lib/pkgconfig/*
-usr/lib/*.so
+usr/lib/*/pkgconfig/*
+usr/lib/*/*.so
diff --git a/debian/libguess1.install b/debian/libguess1.install
index d0dbfd1..3ddde58 100644
--- a/debian/libguess1.install
+++ b/debian/libguess1.install
@@ -1 +1 @@
-usr/lib/lib*.so.*
+usr/lib/*/lib*.so.*