[ros-message-runtime] 01/01: Convert to new catkin with multiarch

Jochen Sprickerhof jspricke-guest at moszumanska.debian.org
Sun Nov 22 22:56:30 UTC 2015


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

jspricke-guest pushed a commit to branch master
in repository ros-message-runtime.

commit 88c3886e28d827954d1101c7cacc9d5c54b9a688
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Sun Nov 22 23:52:38 2015 +0100

    Convert to new catkin with multiarch
---
 debian/control                 |  2 +-
 debian/message-runtime.install |  2 ++
 debian/rules                   | 17 +++--------------
 3 files changed, 6 insertions(+), 15 deletions(-)

diff --git a/debian/control b/debian/control
index dc365d4..cd7da25 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Uploaders: Thomas Moulard <thomas.moulard at gmail.com>,
            Leopold Palomo-Avellaneda <leo at alaxarxa.net>
 Section: devel
 Priority: optional
-Build-Depends: debhelper (>= 9), cmake, catkin
+Build-Depends: debhelper (>= 9), catkin (>> 0.6.16-2)
 Standards-Version: 3.9.6
 Homepage: http://wiki.ros.org/message_runtime
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/ros/ros-message-runtime.git
diff --git a/debian/message-runtime.install b/debian/message-runtime.install
new file mode 100644
index 0000000..e640983
--- /dev/null
+++ b/debian/message-runtime.install
@@ -0,0 +1,2 @@
+usr/share/message_runtime
+usr/lib/*/pkgconfig /usr/lib
diff --git a/debian/rules b/debian/rules
index 584f3d8..7118573 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,22 +1,11 @@
 #!/usr/bin/make -f
-# See debhelper(7) (uncomment to enable)
-# output every command that modifies files on the build system.
-#DH_VERBOSE = 1
-
-# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
-DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/default.mk
 
-# main packaging script based on dh7 syntax
 %:
-	dh $@ 
+	dh $@  --parallel
 
-override_dh_auto_install:
-	dh_auto_install --
-	-rm -fr debian/message-runtime/usr/etc
-	-rm -f debian/message-runtime/usr/*.*
-	-rm -f debian/message-runtime/usr/.*
+override_dh_auto_install-indep:
+	dh_auto_install --destdir=debian/tmp
 
 get-orig-source:
 	uscan --verbose --force-download --repack --compress xz
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ros/ros-message-runtime.git



More information about the debian-science-commits mailing list