r36991 - in /packages/cimg/trunk/debian: changelog rules
tille at users.alioth.debian.org
tille at users.alioth.debian.org
Thu Nov 4 21:21:51 UTC 2010
Author: tille
Date: Thu Nov 4 21:21:41 2010
New Revision: 36991
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36991
Log:
Make sure package builds with binutils-gold (Thanks for the patch provided by Fabrice Coutadeur <fabricesp at ubuntu.com>) Closes: #602166
Modified:
packages/cimg/trunk/debian/changelog
packages/cimg/trunk/debian/rules
Modified: packages/cimg/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/cimg/trunk/debian/changelog?rev=36991&op=diff
==============================================================================
--- packages/cimg/trunk/debian/changelog (original)
+++ packages/cimg/trunk/debian/changelog Thu Nov 4 21:21:41 2010
@@ -2,6 +2,9 @@
* New upstream version
* Stabilized gzipped tarball's MD5 sum in âdebian/get-orig-sourceâ.
+ * Make sure package builds with binutils-gold (Thanks for the patch
+ provided by Fabrice Coutadeur <fabricesp at ubuntu.com>)
+ Closes: #602166
-- Andreas Tille <tille at debian.org> Thu, 04 Nov 2010 21:59:49 +0100
Modified: packages/cimg/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/cimg/trunk/debian/rules?rev=36991&op=diff
==============================================================================
--- packages/cimg/trunk/debian/rules (original)
+++ packages/cimg/trunk/debian/rules Thu Nov 4 21:21:41 2010
@@ -26,7 +26,7 @@
cp -a CHANGES.txt $(CURDIR)/debian/$(pkg)/usr/share/doc/$(pkg)/changelog
override_dh_auto_install:
- cd examples && $(MAKE) Mlinux "LDFLAGS=-lm -lpthread"
+ cd examples && $(MAKE) Mlinux "LDFLAGS=-lm -lpthread -lHalf"
CHANGEFILES=gaussian_fit1d.cpp \
use_RGBclass.cpp
More information about the debian-science-commits
mailing list