On Wed, Apr 03, 2013 at 11:41:37PM +0600, Andrey Rahmatullin wrote:
> On Wed, Apr 03, 2013 at 12:29:56AM +0200, Christian Weikusat wrote:
> > after installation monobristol does not start but gives the error
> > 
> > "Cannot open assembly '@expanded_libdir@/monobristol/monoBristol.exe':File 
> > not found"
> From the 0.60.3-2 changelog:
> 
> [56aee4e] Use dh-autoreconf rather than doing it manually
> 
> The change replaced `autoreconf -f -i -s -I .` call with dh-autoreconf,
> thus losing the '-I .' part. That means expansions.m4 is no longer
> included and so @expanded_libdir@ in monobristol.in is not expanded.
I'm attaching the NMU diff. 

-- 
WBR, wRAR
diff -Nru monobristol-0.60.3/debian/changelog monobristol-0.60.3/debian/changelog
--- monobristol-0.60.3/debian/changelog	2012-01-20 19:12:28.000000000 +0600
+++ monobristol-0.60.3/debian/changelog	2013-04-03 23:44:55.000000000 +0600
@@ -1,3 +1,11 @@
+monobristol (0.60.3-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Pass '-I .' to autoreconf to fix the configure generation (Closes:
+    #704558)
+
+ -- Andrey Rahmatullin <w...@wrar.name>  Wed, 03 Apr 2013 23:43:33 +0600
+
 monobristol (0.60.3-2) unstable; urgency=low
 
   * [2b806d4] Update debian/rules for DH8-compatible "--with cli"
diff -Nru monobristol-0.60.3/debian/rules monobristol-0.60.3/debian/rules
--- monobristol-0.60.3/debian/rules	2012-01-20 18:36:08.000000000 +0600
+++ monobristol-0.60.3/debian/rules	2013-04-03 23:57:33.000000000 +0600
@@ -33,6 +33,9 @@
 	rm -rf configure config.sub config.guess ltmain.sh aclocal.m4 autom4te.cache/
 	find . -name "Makefile.in" -delete
 
+override_dh_autoreconf:
+	dh_autoreconf autoreconf -- -f -i -I .
+
 %:
 	dh $@ --with cli,autoreconf
 

Attachment: signature.asc
Description: Digital signature

Reply via email to