[libfreehand] 02/03: multiarchify

Rene Engelhard rene at moszumanska.debian.org
Tue Sep 13 02:54:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch master
in repository libfreehand.

commit 5c04c116a4bace314b2cde40cc37fcd99f546e0e
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Mon Sep 12 21:56:59 2016 +0200

    multiarchify
---
 debian/compat                    | 2 +-
 debian/control                   | 2 +-
 debian/libfreehand-0.1-1.install | 2 +-
 debian/libfreehand-dev.install   | 4 ++--
 debian/rules                     | 3 +--
 5 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 1ea4cc8..19f4fd9 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Maintainer: Debian LibreOffice Maintainers <debian-openoffice at lists.debian.org>
 Uploaders: Rene Engelhard <rene at debian.org>
 Build-Depends: autotools-dev,
                dh-autoreconf,
-               debhelper (>= 9),
+               debhelper (>= 10),
                gperf,
                libboost-dev,
                libicu-dev,
diff --git a/debian/libfreehand-0.1-1.install b/debian/libfreehand-0.1-1.install
index d0dbfd1..3ddde58 100644
--- a/debian/libfreehand-0.1-1.install
+++ b/debian/libfreehand-0.1-1.install
@@ -1 +1 @@
-usr/lib/lib*.so.*
+usr/lib/*/lib*.so.*
diff --git a/debian/libfreehand-dev.install b/debian/libfreehand-dev.install
index 5774e64..7df81cd 100644
--- a/debian/libfreehand-dev.install
+++ b/debian/libfreehand-dev.install
@@ -1,3 +1,3 @@
 usr/include/*
-usr/lib/lib*.so
-usr/lib/pkgconfig/*
+usr/lib/*/lib*.so
+usr/lib/*/pkgconfig/*
diff --git a/debian/rules b/debian/rules
index 4820e81..6f80333 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,5 @@
 	dh $@ --with autoreconf
 
 override_dh_auto_configure:
-	dh_auto_configure -- --disable-werror --libdir=/usr/lib \
-		--disable-silent-rules
+	dh_auto_configure -- --disable-werror
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libfreehand.git



More information about the Pkg-openoffice-commits mailing list