[rtt] 04/05: Added dbg packages

Leopold Palomo-Avellaneda leo at alaxarxa.net
Tue Apr 7 22:05:03 UTC 2015


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

lepalom-guest pushed a commit to branch master
in repository rtt.

commit 9b0da192f61191c96e225729235ecd4c523a7900
Author: Leopold Palomo-Avellaneda <leopold.palomo at upc.edu>
Date:   Wed Apr 8 00:04:28 2015 +0200

    Added dbg packages
---
 debian/rules | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/debian/rules b/debian/rules
index 97f9b0e..685c0c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,9 @@ DEB_HOST_GNU_TYPE:=$(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE:=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 DEB_HOST_ARCH:=$(shell dpkg-architecture -qDEB_HOST_ARCH)
 
+# Multiarch.
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+
 # Xenomai archs: amd64 arm armeb armel i386 powerpc powerpcspe
 ifneq (,$(filter amd64 arm armeb armel i386 powerpc powerpcspe,$(DEB_HOST_ARCH)))
 	BUILD_TARGET = gnuxen
@@ -73,6 +76,15 @@ ifeq ($(BUILD_TARGET),gnuxen)
 	dh_auto_install -O--buildsystem=cmake -O--parallel -O--builddirectory=dbuild.xenomai -O--list-missing
 endif  
 
+override_dh_strip:
+	dh_strip  -O--builddirectory=dbuild.gnulinux -a --dbg-package=liborocos-rtt-gnulinux2.8-dbg
+ifeq ($(BUILD_TARGET),gnuxen)
+	dh_strip  -O--builddirectory=dbuild.xenomai -a --dbg-package=liborocos-rtt-xenomai2.8-dbg
+endif  
+
+get-orig-source:
+	uscan --verbose --force-download --repack --compress xz
+
 %:	
 	dh $@ --buildsystem=cmake --parallel 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/orocos/rtt.git



More information about the debian-science-commits mailing list