Control: tags -1 + patch pending Hi Michael,
On Mon, 25 Jan 2016 17:55:54 +0000, Michael Tautschnig <[email protected]> wrote: > During a rebuild of all Debian packages in a clean sid chroot (using > cowbuilder and pbuilder) the build failed with the following error. > […] Thanks for your report. This happens only when DEB_BUILD_OPTIONS=nostrip. The attached patch will fix the problem. I am currently working on packaging the last upstream version, so the patch will be integrated in that version. Cheers, Matteo
diff --git a/debian/rules b/debian/rules
index 752e8b0..48b1117 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,7 @@ CFLAGS += $(CPPFLAGS)
override_dh_auto_build:
dh_auto_build -Smakefile -- -C build/gcc $(BUILD_TARGET) shared java
- [ "$(BUILD_TARGET)" = "astyle" ] || mv bin/$(BUILD_TARGET) bin/astyle
+ [ "$(BUILD_TARGET)" = "astyle" ] || mv build/gcc/bin/$(BUILD_TARGET) build/gcc/bin/astyle
override_dh_auto_clean:
dh_auto_clean
pgpFmPvf1mxKX.pgp
Description: PGP signature

