r45904 - /packages/opencv/trunk/debian/rules
iwamatsu at users.alioth.debian.org
iwamatsu at users.alioth.debian.org
Fri May 17 01:25:02 UTC 2013
Author: iwamatsu
Date: Fri May 17 01:25:01 2013
New Revision: 45904
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45904
Log:
Remove CMAKE_ARCH_FLAGS from dh_auto_configure
Modified:
packages/opencv/trunk/debian/rules
Modified: packages/opencv/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/opencv/trunk/debian/rules?rev=45904&op=diff
==============================================================================
--- packages/opencv/trunk/debian/rules (original)
+++ packages/opencv/trunk/debian/rules Fri May 17 01:25:01 2013
@@ -59,7 +59,7 @@
dh_clean -O--buildsystem=cmake
override_dh_auto_configure:
- dh_auto_configure -- $(CMAKE_FLAGS) $(CMAKE_ARCH_FLAGS)
+ dh_auto_configure -- $(CMAKE_FLAGS)
override_dh_install:
-rm --verbose -rf debian/tmp/usr/share/opencv/samples/octave
More information about the debian-science-commits
mailing list