forcemerge 530480 533920
thanks

Jan Dittberner <j...@dittberner.info> (08/06/2009):
> the attached patch fixes the build problem

Indeed, thanks. Patch for my NMU attached.

Mraw,
KiBi.
diff -u source-highlight-2.4/debian/changelog source-highlight-2.4/debian/changelog
--- source-highlight-2.4/debian/changelog
+++ source-highlight-2.4/debian/changelog
@@ -1,3 +1,13 @@
+source-highlight (2.4-5.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with new boost by switching to the “-mt” variant for the
+    --with-boost-regex ./configure parameter in debian/rules, thanks to
+    Jan Dittberner (Closes: #530480, #533920).
+  * Set urgency to “medium” since this bug affects testing too.
+
+ -- Cyril Brulebois <k...@debian.org>  Sat, 18 Jul 2009 13:28:17 +0200
+
 source-highlight (2.4-5.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u source-highlight-2.4/debian/rules source-highlight-2.4/debian/rules
--- source-highlight-2.4/debian/rules
+++ source-highlight-2.4/debian/rules
@@ -35,7 +35,7 @@
 		--mandir=\$${prefix}/share/man \
 		--infodir=\$${prefix}/share/info \
 		--sysconfdir=/etc \
-		--with-boost-regex=boost_regex-gcc41-1_34
+		--with-boost-regex=boost_regex-mt
 	touch config-stamp
 
 build: build-stamp

Attachment: signature.asc
Description: Digital signature

Reply via email to