[Pkg-cli-libs-commits] [gudev-sharp-3.0] 01/01: Patch GENERATED_SOURCES to search subdirectories

Chow Loong Jin hyperair at debian.org
Wed Feb 4 03:42:49 UTC 2015


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

hyperair pushed a commit to branch master
in repository gudev-sharp-3.0.

commit 6c8c2484057e1f30f58cc789fadb28ea4800f6c7
Author: Chow Loong Jin <hyperair at debian.org>
Date:   Wed Feb 4 11:41:31 2015 +0800

    Patch GENERATED_SOURCES to search subdirectories
    
    Closes: #755421
    Thanks: Roderich Schupp <roderich.schupp at gmail.com>
---
 debian/patches/gapi_path_change.patch | 18 ++++++++++++++++++
 debian/patches/series                 |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/gapi_path_change.patch b/debian/patches/gapi_path_change.patch
new file mode 100644
index 0000000..0b3a7b4
--- /dev/null
+++ b/debian/patches/gapi_path_change.patch
@@ -0,0 +1,18 @@
+From: Roderich Schupp <roderich.schupp at gmail.com>
+Description: Update location of generated .cs files from gapi
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755421
+Bug: https://github.com/mono/gudev-sharp/pull/1
+Forwarded: yes
+Index: gudev-sharp-3.0/configure.ac
+===================================================================
+--- gudev-sharp-3.0.orig/configure.ac	2015-02-04 11:34:21.000000000 +0800
++++ gudev-sharp-3.0/configure.ac	2015-02-04 11:35:01.059474026 +0800
+@@ -17,7 +17,7 @@
+ PKG_CHECK_MODULES(BASE_DEPENDENCIES, gudev-1.0 >= $UDEV_REQUIRED_VERSION)
+ PKG_CHECK_MODULES(MONO_DEPENDENCY, mono >= $MONO_REQUIRED_VERSION, has_mono=true, has_mono=false)
+ 
+-GENERATED_SOURCES=generated/*.cs
++GENERATED_SOURCES='$(shell find generated -name \*.cs)'
+ AC_PATH_PROG(RUNTIME, mono, no)
+ AC_PATH_PROG(CSC, gmcs, no)
+ LIB_PREFIX=.so
diff --git a/debian/patches/series b/debian/patches/series
index 9108d65..dc81527 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 pcfile_library_location
+gapi_path_change.patch

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



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