summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2019-10-19 20:20:44 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2019-10-19 20:21:04 +0200
commita49051e7e0641e9f194342bc306bc347b1e39ded (patch)
tree317ca6f37748038ec3973c6dc5110164bfb023bc
parent7f98fe0e7d6ddb3741ad3bfb379671bd9cba35a2 (diff)
Changelog entry and refresh patches
-rw-r--r--debian/changelog2
-rw-r--r--debian/patches/0003-FTCBFS-fails-to-propagate-the-cross-compiler-from-co.patch2
-rw-r--r--debian/patches/01_chmod_executable.patch2
-rw-r--r--debian/patches/02_use_tkcon_from_debian.patch2
4 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index d321181..2fbee1c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-qrouter (1.4.49-1~exp1) UNRELEASED; urgency=low
+qrouter (1.4.71-1) UNRELEASED; urgency=low
* New upstream release
diff --git a/debian/patches/0003-FTCBFS-fails-to-propagate-the-cross-compiler-from-co.patch b/debian/patches/0003-FTCBFS-fails-to-propagate-the-cross-compiler-from-co.patch
index 5b88a1f..a2c4d53 100644
--- a/debian/patches/0003-FTCBFS-fails-to-propagate-the-cross-compiler-from-co.patch
+++ b/debian/patches/0003-FTCBFS-fails-to-propagate-the-cross-compiler-from-co.patch
@@ -7,7 +7,7 @@ Subject: FTCBFS: fails to propagate the cross compiler from configure to make
1 file changed, 1 insertion(+)
diff --git a/Makefile.in b/Makefile.in
-index c8d674c..01f46de 100644
+index 19c01e3..8859750 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -3,6 +3,7 @@
diff --git a/debian/patches/01_chmod_executable.patch b/debian/patches/01_chmod_executable.patch
index 5b9e3fb..58008d5 100644
--- a/debian/patches/01_chmod_executable.patch
+++ b/debian/patches/01_chmod_executable.patch
@@ -8,7 +8,7 @@ Subject: This sets the correct permission on console.tcl and qrouter.tcl
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.in b/Makefile.in
-index a86e268..406e8d7 100644
+index 9cbcba8..701823a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -110,9 +110,9 @@ install-tcl: qrouter.sh qrouter.tcl qrouter$(SHDLIB_EXT) \
diff --git a/debian/patches/02_use_tkcon_from_debian.patch b/debian/patches/02_use_tkcon_from_debian.patch
index 0beb849..f82be71 100644
--- a/debian/patches/02_use_tkcon_from_debian.patch
+++ b/debian/patches/02_use_tkcon_from_debian.patch
@@ -11,7 +11,7 @@ This patch makes sure that the tkcon version from debian is used instead of the
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/Makefile.in b/Makefile.in
-index 406e8d7..c8d674c 100644
+index 701823a..19c01e3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -111,7 +111,6 @@ install-tcl: qrouter.sh qrouter.tcl qrouter$(SHDLIB_EXT) \