summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <rra@debian.org>2017-12-23 20:13:38 -0800
committerRuss Allbery <rra@debian.org>2017-12-23 20:13:38 -0800
commitfdd88fae5ce39ab0d0517204efddc586713a30f3 (patch)
tree15843f36a6d93c979afb39d7afdbf0935c84c0b8
parenta7f1fde3ca55be0a01a36f3c9399243e4b86ff7c (diff)
Change the mode of conf_convert to 0644 in the patchdebian/2.3.4-7
* 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.
-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