[Pkg-cli-apps-commits] [themonospot] 04/06: Work around stricter restrictions in modern automake
Jo Shields
directhex at moszumanska.debian.org
Fri Nov 13 12:13:56 UTC 2015
This is an automated email from the git hooks/post-receive script.
directhex pushed a commit to annotated tag debian/0.7.3.1-7
in repository themonospot.
commit dc2d96f0f8c3ffb9a66b34b72521515a72e6e14a
Author: Jo Shields <jo.shields at xamarin.com>
Date: Fri Nov 13 11:25:25 2015 +0000
Work around stricter restrictions in modern automake
---
debian/patches/04_fix_strict_automake | 24 ++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 25 insertions(+)
diff --git a/debian/patches/04_fix_strict_automake b/debian/patches/04_fix_strict_automake
new file mode 100644
index 0000000..cff6644
--- /dev/null
+++ b/debian/patches/04_fix_strict_automake
@@ -0,0 +1,24 @@
+Index: themonospot/Makefile.include
+===================================================================
+--- themonospot.orig/Makefile.include
++++ themonospot/Makefile.include
+@@ -62,11 +62,10 @@ EXTRA_DIST += $(build_sources) $(build_r
+ CLEANFILES += $(ASSEMBLY) $(ASSEMBLY).mdb $(BINARIES) $(build_resx_resources) $(build_satellite_assembly_list)
+ DISTCLEANFILES = $(GENERATED_FILES) $(pc_files) $(BUILD_DIR)/*
+
+-pkglib_SCRIPTS = $(ASSEMBLY)
+ bin_SCRIPTS = $(BINARIES)
+
+ programfilesdir = @libdir@/@PACKAGE@
+-programfiles_DATA = $(PROGRAMFILES)
++programfiles_DATA = $(PROGRAMFILES) $(ASSEMBLY)
+ programfileslanguagesdir = @libdir@/@PACKAGE@/languages
+ programfileslanguages_DATA = $(PROGRAMFILES_LANGUAGES)
+ linuxpkgconfigdir = @libdir@/pkgconfig
+@@ -117,4 +116,4 @@ $(install_satellite_assembly_list):
+ install-satellite-assemblies: $(install_satellite_assembly_list)
+
+ uninstall-satellite-assemblies:
+- rm -rf $(install_satellite_assembly_list)
+\ No newline at end of file
++ rm -rf $(install_satellite_assembly_list)
diff --git a/debian/patches/series b/debian/patches/series
index 918d477..b1e4189 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
01_fix_build_system
02_fix_desktop_file
03_fix_startup
+04_fix_strict_automake
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/themonospot.git
More information about the Pkg-cli-apps-commits
mailing list