[ucpp] 02/05: multiarchify

Rene Engelhard rene at moszumanska.debian.org
Mon Sep 12 17:49:18 UTC 2016


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

rene pushed a commit to branch master
in repository ucpp.

commit 93553e5771ac7a58f8ef73df4a5936bd17970d4c
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Tue Sep 6 19:19:46 2016 +0200

    multiarchify
---
 debian/compat              | 2 +-
 debian/control             | 3 ++-
 debian/libucpp-dev.install | 3 ++-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index de14bf5..260f509 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: interpreters
 Priority: extra
 Maintainer: Debian LibreOffice Maintainers <debian-openoffice at lists.debian.org>
 Uploaders: Rene Engelhard <rene at debian.org>
-Build-Depends: debhelper (>= 8.0.0)
+Build-Depends: debhelper (>= 9), dh-exec (>= 0.3)
 Standards-Version: 3.9.3
 Homepage: http://http://code.google.com/p/ucpp/
 
@@ -17,6 +17,7 @@ Description: embeddable, quick and light C preprocessor
 Package: libucpp-dev
 Section: libdevel
 Architecture: any
+Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: embeddable, quick and light C preprocessor -- development
  A C preprocessor designed to be embeddable, quick, light and fully compliant
diff --git a/debian/libucpp-dev.install b/debian/libucpp-dev.install
old mode 100644
new mode 100755
index e588462..6f630ae
--- a/debian/libucpp-dev.install
+++ b/debian/libucpp-dev.install
@@ -1,4 +1,5 @@
-./libucpp.a usr/lib
+#! /usr/bin/dh-exec
+./libucpp.a usr/lib/${DEB_HOST_MULTIARCH}
 ucppi.h usr/include/ucpp
 tune.h usr/include/ucpp
 nhash.h usr/include/ucpp

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



More information about the Pkg-openoffice-commits mailing list