[med-svn] r11814 - trunk/packages/camitk/trunk/debian
Mathieu Malaterre
malat at alioth.debian.org
Mon Jul 16 13:55:32 UTC 2012
Author: malat
Date: 2012-07-16 13:55:32 +0000 (Mon, 16 Jul 2012)
New Revision: 11814
Modified:
trunk/packages/camitk/trunk/debian/changelog
trunk/packages/camitk/trunk/debian/control
trunk/packages/camitk/trunk/debian/rules
Log:
Tweak d/rules
Modified: trunk/packages/camitk/trunk/debian/changelog
===================================================================
--- trunk/packages/camitk/trunk/debian/changelog 2012-07-16 11:32:08 UTC (rev 11813)
+++ trunk/packages/camitk/trunk/debian/changelog 2012-07-16 13:55:32 UTC (rev 11814)
@@ -1,4 +1,4 @@
-camitk (3.0.0-1) UNRELEASED; urgency=low
+camitk (3.0.1-1) UNRELEASED; urgency=low
* Initial release (Closes: #<bug>)
Modified: trunk/packages/camitk/trunk/debian/control
===================================================================
--- trunk/packages/camitk/trunk/debian/control 2012-07-16 11:32:08 UTC (rev 11813)
+++ trunk/packages/camitk/trunk/debian/control 2012-07-16 13:55:32 UTC (rev 11814)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
DM-Upload-Allowed: yes
-Uploaders: Andreas Tille <tille at debian.org>
+Uploaders: Andreas Tille <tille at debian.org>, Mathieu Malaterre <malat at debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.3
Homepage: http://camitk.imag.fr/
Modified: trunk/packages/camitk/trunk/debian/rules
===================================================================
--- trunk/packages/camitk/trunk/debian/rules 2012-07-16 11:32:08 UTC (rev 11813)
+++ trunk/packages/camitk/trunk/debian/rules 2012-07-16 13:55:32 UTC (rev 11814)
@@ -2,9 +2,17 @@
# DH_VERBOSE := 1
+
+CMAKE_EXTRA_FLAGS = \
+ -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+ -DCAMITK_INSTALL_ROOT=/usr
+
%:
- dh $@
+ dh $@ --parallel
+override_dh_auto_configure:
+ dh_auto_configure -- $(CMAKE_EXTRA_FLAGS)
+
# see http://lists.debian.org/debian-mentors/2012/07/msg00124.html
get-orig-source:
PERL_LWP_SSL_VERIFY_HOSTNAME=0 uscan --verbose --force-download --destdir=../tarballs
More information about the debian-med-commit
mailing list