[SCM] openrtm branch, master, updated. upstream/1.1.0+dfsg1-RELEASE-53-g76f89d2

Thomas Moulard thomas.moulard at gmail.com
Sun Jun 23 01:01:24 UTC 2013


The following commit has been merged in the master branch:
commit 627e607a919b257ad1a9b698a85a5ddeba5db22b
Author: Thomas Moulard <thomas.moulard at gmail.com>
Date:   Sun Jun 23 01:09:21 2013 +0900

    Update rules file.

diff --git a/debian/rules b/debian/rules
index 2b8753b..eed91e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,12 +9,13 @@ CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
 CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
 LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
 
-#export DEBUILD_DPKG_BUILDPACKAGE_OPTS="-I.svn -I.git"
-
-.PHONY: override_dh_strip
+.PHONY: override_dh_autoreconf override_dh_strip
 
 %:
-	dh  $@  --parallel --with pkgkde-symbolshelper
+	dh  $@  --parallel --with pkgkde-symbolshelper,autoreconf
+
+override_dh_autoreconf:
+	dh_autoreconf --as-needed build/autogen
 
 override_dh_strip:
 	dh_strip -plibcoil --dbg-package=libcoil-dbg

-- 
openrtm



More information about the debian-science-commits mailing list