[Pkg-cli-libs-commits] [hyena] 01/06: Patch to fix build failure caused by dnl lines in Makefile

Chow Loong Jin hyperair at debian.org
Tue Jun 17 08:47:20 UTC 2014


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

hyperair pushed a commit to branch master
in repository hyena.

commit 5b03afe84f77f92f8691ff542c81119c7e8ae3fb
Author: Chow Loong Jin <hyperair at debian.org>
Date:   Tue Jun 17 16:26:11 2014 +0800

    Patch to fix build failure caused by dnl lines in Makefile
---
 .../Fix-dnl-comments-appearing-in-Makefile.patch   | 22 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 23 insertions(+)

diff --git a/debian/patches/Fix-dnl-comments-appearing-in-Makefile.patch b/debian/patches/Fix-dnl-comments-appearing-in-Makefile.patch
new file mode 100644
index 0000000..627143d
--- /dev/null
+++ b/debian/patches/Fix-dnl-comments-appearing-in-Makefile.patch
@@ -0,0 +1,22 @@
+From: Chow Loong Jin <hyperair at debian.org>
+Date: Tue, 17 Jun 2014 16:25:16 +0800
+Subject: Fix dnl comments appearing in Makefile
+
+Bug-Debian: https://bugs.debian.org/750317
+---
+ build/build.rules.mk | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/build/build.rules.mk b/build/build.rules.mk
+index 648a60d..e4f75c8 100644
+--- a/build/build.rules.mk
++++ b/build/build.rules.mk
+@@ -2,7 +2,7 @@ UNIQUE_FILTER_PIPE = tr [:space:] \\n | sort | uniq
+ BUILD_DATA_DIR = $(top_builddir)/bin/share/$(PACKAGE)
+ 
+ SOURCES_BUILD = $(addprefix $(srcdir)/, $(SOURCES))
+-dnl SOURCES_BUILD += $(top_srcdir)/src/AssemblyInfo.cs
++# SOURCES_BUILD += $(top_srcdir)/src/AssemblyInfo.cs
+ 
+ RESOURCES_EXPANDED = $(addprefix $(srcdir)/, $(RESOURCES))
+ RESOURCES_BUILD = $(foreach resource, $(RESOURCES_EXPANDED), \
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c33fbc6
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+Fix-dnl-comments-appearing-in-Makefile.patch

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



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