summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog9
-rw-r--r--debian/patches/0008-Add-support-for-Subversion-svnserve.patch2
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index f4e7772..c6271bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+rssh (2.3.4-7) unstable; urgency=medium
+
+ * Change the specified mode of conf_convert in the Debian patch to be
+ 0644, since dpkg doesn't support modes the way that Git does and will
+ ignore the mode anyway. This mismatch was breaking use of dgit for
+ this package.
+
+ -- Russ Allbery <rra@debian.org> Sat, 23 Dec 2017 20:13:24 -0800
+
rssh (2.3.4-6) unstable; urgency=medium
* Add Rules-Requires-Root: no.
diff --git a/debian/patches/0008-Add-support-for-Subversion-svnserve.patch b/debian/patches/0008-Add-support-for-Subversion-svnserve.patch
index a34d31f..4c501b8 100644
--- a/debian/patches/0008-Add-support-for-Subversion-svnserve.patch
+++ b/debian/patches/0008-Add-support-for-Subversion-svnserve.patch
@@ -29,7 +29,7 @@ Signed-off-by: Russ Allbery <rra@debian.org>
delete mode 100755 conf_convert.sh
diff --git a/conf_convert b/conf_convert
-new file mode 100755
+new file mode 100644
index 0000000..a47ecba
--- /dev/null
+++ b/conf_convert