Control: tags 851838 + patch
Dear maintainer,
I've prepared an NMU for httest (versioned as 2.4.18-1.1). The diff
is attached to this message.
Regards.
Sebastian
diff -Nru httest-2.4.18/debian/changelog httest-2.4.18/debian/changelog
--- httest-2.4.18/debian/changelog 2017-01-07 16:57:44.000000000 +0100
+++ httest-2.4.18/debian/changelog 2016-04-20 21:00:04.000000000 +0200
@@ -1,3 +1,10 @@
+httest (2.4.18-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Copy config.{guess|sub} to the correct location (Closes: #851838).
+
+ -- Sebastian Andrzej Siewior <[email protected]> Wed, 20 Apr 2016 21:00:04 +0200
+
httest (2.4.18-1) unstable; urgency=medium
* New upstream release
diff -Nru httest-2.4.18/debian/rules httest-2.4.18/debian/rules
--- httest-2.4.18/debian/rules 2013-07-21 13:24:11.000000000 +0200
+++ httest-2.4.18/debian/rules 2016-04-20 21:00:04.000000000 +0200
@@ -28,10 +28,10 @@
dh_testdir
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
- cp -f /usr/share/misc/config.sub config.sub
+ cp -f /usr/share/misc/config.sub config/config.sub
endif
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
- cp -f /usr/share/misc/config.guess config.guess
+ cp -f /usr/share/misc/config.guess config/config.guess
endif
./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-lua-module CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" CXXFLAGS="$(CXXFLAGS)"
@@ -54,7 +54,7 @@
# Add here commands to clean up after the build process.
[ ! -f Makefile ] || $(MAKE) distclean
- rm -f config.sub config.guess
+ rm -f config/config.sub config/config.guess
# The Makefile from source does not remove auto-generated modules.c after a clean
rm -f src/modules.c