Control: reopen -1

On Sat, Sep 20, 2014 at 04:51:22PM +0000, Debian Bug Tracking System wrote:
>    * 04_crossbuild.diff by Helmut Grohne: On cross-builds invoke the system
>      copy of autogen instead of the freshly cross-built foreign one.
>      Closes: #762021

I am sorry for the extra round-trip: I have accidentally sent you an
earlier version of the patch that contains a typo. Please apply the
attached .debdiff fixing the trouble created by me.

Helmut
diff -Nru autogen-5.18.4/debian/changelog autogen-5.18.4/debian/changelog
--- autogen-5.18.4/debian/changelog     2014-09-21 08:41:35.000000000 +0200
+++ autogen-5.18.4/debian/changelog     2014-09-22 17:31:57.000000000 +0200
@@ -1,3 +1,10 @@
+autogen (1:5.18.4-2.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Fix typo in 04_crossbuild.diff. Closes: #762021
+
+ -- Helmut Grohne <hel...@subdivi.de>  Mon, 22 Sep 2014 17:31:29 +0200
+
 autogen (1:5.18.4-2) unstable; urgency=medium
 
   * 15_add_missing_file_from_GIT.diff: Also add config/libopts.def.
diff -Nru autogen-5.18.4/debian/patches/04_crossbuild.diff 
autogen-5.18.4/debian/patches/04_crossbuild.diff
--- autogen-5.18.4/debian/patches/04_crossbuild.diff    2014-09-20 
18:32:21.000000000 +0200
+++ autogen-5.18.4/debian/patches/04_crossbuild.diff    2014-09-22 
17:31:24.000000000 +0200
@@ -16,7 +16,7 @@
 +if test "$cross_compiling" = "yes"; then
 +AGexe=${AGnam}
 +GDexe=${GDnam}
-+CLexe=${CLexe}
++CLexe=${CLnam}
 +else
  AGexe=${ag_top_builddir}/agen5/${AGnam}
  GDexe=${ag_top_builddir}/getdefs/${GDnam}

Reply via email to