[Pkg-cli-apps-commits] [bareftp] 03/04: Avoid pkglib_SCRIPTS error in modern Automake

Jo Shields directhex at moszumanska.debian.org
Mon Dec 21 22:59:59 UTC 2015


This is an automated email from the git hooks/post-receive script.

directhex pushed a commit to annotated tag debian/0.3.9-3
in repository bareftp.

commit ab0f4965975406d949d2244c5729d03791520901
Author: Jo Shields <directhex at apebox.org>
Date:   Mon Dec 21 22:56:54 2015 +0000

    Avoid pkglib_SCRIPTS error in modern Automake
---
 debian/patches/avoid_pkglibdir_scripts.patch | 13 +++++++++++++
 debian/patches/series                        |  1 +
 2 files changed, 14 insertions(+)

diff --git a/debian/patches/avoid_pkglibdir_scripts.patch b/debian/patches/avoid_pkglibdir_scripts.patch
new file mode 100644
index 0000000..9278311
--- /dev/null
+++ b/debian/patches/avoid_pkglibdir_scripts.patch
@@ -0,0 +1,13 @@
+Index: bareftp/build/Makefile.include
+===================================================================
+--- bareftp.orig/build/Makefile.include
++++ bareftp/build/Makefile.include
+@@ -26,6 +26,7 @@ EXTRA_DIST += $(build_sources) $(build_r
+ CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb $(ASSEMBLY).pidb $(BINARIES) $(build_resx_resources)
+ DISTCLEANFILES = $(GENERATED_FILES) $(pc_files) $(BUILD_DIR)/* *.bak *~
+ MAINTAINERCLEANFILES = $(CLEANFILES) $(DISTCLEANFILES) Makefile.in bin/ *.pidb
+-pkglib_SCRIPTS = $(ASSEMBLY)
++moduledir = $(pkglibdir)
++module_SCRIPTS = $(ASSEMBLY)
+ bin_SCRIPTS = $(BINARIES)
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 11aeb2e..e6a9197 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+avoid_pkglibdir_scripts.patch
 add_and_use_4.5_support_to_shamrock.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/bareftp.git



More information about the Pkg-cli-apps-commits mailing list