summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2022-12-01 00:05:14 +0100
committergregor herrmann <gregoa@debian.org>2022-12-01 00:12:17 +0100
commitc0bbee9ce8e5a23b44f714bdca9babdb62823b76 (patch)
tree415a7c044e81e7392a5b594357c13bf0280c86d1
parenta3db91699bf34863c647e035e07dbf82f90a93dd (diff)
Add patch from upstream Git repo to instll executable file.
Thanks: David G for the bug report. Closes: #1025157
-rw-r--r--debian/patches/0001-Install-executable-file-7.patch26
-rw-r--r--debian/patches/series1
2 files changed, 27 insertions, 0 deletions
diff --git a/debian/patches/0001-Install-executable-file-7.patch b/debian/patches/0001-Install-executable-file-7.patch
new file mode 100644
index 0000000..9f0ec6c
--- /dev/null
+++ b/debian/patches/0001-Install-executable-file-7.patch
@@ -0,0 +1,26 @@
+From c7b9c685491a6938c960f3550c189c01c4f165f0 Mon Sep 17 00:00:00 2001
+From: Anton Leontiev <scileont@gmail.com>
+Date: Sat, 26 Jun 2021 22:26:28 +0300
+Subject: [PATCH] Install executable file (#7)
+
+Bugs-Debian: https://bugs.debian.org/1025157
+
+---
+ Makefile.PL | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/Makefile.PL b/Makefile.PL
+index 35b1818..1e25ffe 100644
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -12,6 +12,7 @@ WriteMakefile(
+ TEST_REQUIRES => {
+ 'Test::More' => 0,
+ },
++ EXE_FILES => [ 'bin/lorem' ],
+ META_MERGE => {
+ 'meta-spec' => { version => 2 },
+ resources => {
+--
+2.38.1
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..254b63b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Install-executable-file-7.patch