[med-svn] r15979 - trunk/packages/mira/trunk/debian
Thorsten Alteholz
alteholz at moszumanska.debian.org
Sun Feb 2 23:30:45 UTC 2014
Author: alteholz
Date: 2014-02-02 23:30:45 +0000 (Sun, 02 Feb 2014)
New Revision: 15979
Modified:
trunk/packages/mira/trunk/debian/changelog
trunk/packages/mira/trunk/debian/rules
Log:
finally new upstream version
Modified: trunk/packages/mira/trunk/debian/changelog
===================================================================
--- trunk/packages/mira/trunk/debian/changelog 2014-02-02 23:09:00 UTC (rev 15978)
+++ trunk/packages/mira/trunk/debian/changelog 2014-02-02 23:30:45 UTC (rev 15979)
@@ -1,15 +1,14 @@
-mira (4.0~rc5-1) UNRELEASED; urgency=low
+mira (4.0-1) unstable; urgency=low
- TODO: Make sure it builds (which is doing not :-()
-
[ Thorsten Alteholz ]
* New upstream version
+ * debian/rules: add boost dir in auto_configure (Closes: #735798)
[ Andreas Tille ]
* cme fix dpkg-control
* debian/patches/{make.patch,spelling.patch}: applied upstream (thus removed)
- -- Andreas Tille <tille at debian.org> Sat, 18 Jan 2014 13:51:35 +0100
+ -- Thorsten Alteholz <debian at alteholz.de> Sun, 02 Feb 2014 22:51:35 +0100
mira (3.9.18-1) unstable; urgency=low
Modified: trunk/packages/mira/trunk/debian/rules
===================================================================
--- trunk/packages/mira/trunk/debian/rules 2014-02-02 23:09:00 UTC (rev 15978)
+++ trunk/packages/mira/trunk/debian/rules 2014-02-02 23:30:45 UTC (rev 15979)
@@ -9,8 +9,10 @@
pkg=mira-assembler
exampledir=usr/share/doc/mira-examples/examples/minidemo/data/bbdataset1/
+include /usr/share/dpkg/default.mk
+
%:
- dh $@
+ dh $@
override_dh_auto_install :
make install DESTDIR=$(CURDIR)/debian/$(pkg)
@@ -86,7 +88,8 @@
override_dh_auto_configure :
mkdir lib
ln -s /usr/lib/libtcmalloc_minimal.so.4 lib/libtcmalloc_minimal.so
- dh_auto_configure
+ #dh_auto_configure
+ dh_auto_configure -- --with-boost-libdir=/usr/lib/$(DEB_HOST_MULTIARCH)
override_dh_builddeb:
dh_builddeb -- -Z xz
More information about the debian-med-commit
mailing list