Subversion Repositories lsh

Compare Revisions

Ignore whitespace Rev 140 → Rev 141

/trunk/debian/changelog
1,8 → 1,10
lsh-utils (2.1-10) unstable; urgency=low
 
* Add missing lsb-base dependency.
* missing_include.patch: Add a missing include to fix FTBFS with bindnow
and PIE enabled (Closes: #837665, LP: #1628178).
 
-- Magnus Holmgren <holmgren@debian.org> Wed, 12 Oct 2016 21:38:53 +0200
-- Magnus Holmgren <holmgren@debian.org> Mon, 17 Oct 2016 21:21:13 +0200
 
lsh-utils (2.1-9) unstable; urgency=medium
 
/trunk/debian/patches/missing_include.patch
0,0 → 1,10
--- a/src/io_commands.c
+++ b/src/io_commands.c
@@ -36,6 +36,7 @@
#include "command.h"
#include "connection.h"
/* For lsh_get_cstring */
+#include "lsh_string.h"
#include "format.h"
#include "io.h"
#include "queue.h"
/trunk/debian/patches/series
5,4 → 5,5
bsd_connreset_test_fail.patch
skip-argp.patch
nettle3.patch
missing_include.patch
mit-kerberos.patch