kou closed pull request #21: Fix .typelib path for Ubuntu trusty
URL: https://github.com/apache/arrow-dist/pull/21
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/cpp-linux/debian.ubuntu-trusty/changelog 
b/cpp-linux/debian.ubuntu-trusty/changelog
index 95f470d..9b54c39 100644
--- a/cpp-linux/debian.ubuntu-trusty/changelog
+++ b/cpp-linux/debian.ubuntu-trusty/changelog
@@ -1,3 +1,10 @@
+apache-arrow (0.8.0-2) unstable; urgency=low
+
+  * Fix .typelib path.
+    Reported by Mike Sam. Thanks!!!
+
+ -- Kouhei Sutou <k...@clear-code.com>  Thu, 25 Jan 2018 21:44:11 +0900
+
 apache-arrow (0.8.0-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/cpp-linux/debian.ubuntu-trusty/gir1.2-arrow-1.0.install 
b/cpp-linux/debian.ubuntu-trusty/gir1.2-arrow-1.0.install
index 9038727..c395f7a 100644
--- a/cpp-linux/debian.ubuntu-trusty/gir1.2-arrow-1.0.install
+++ b/cpp-linux/debian.ubuntu-trusty/gir1.2-arrow-1.0.install
@@ -1 +1 @@
-usr/lib/*/girepository-1.0/
+usr/lib/girepository-1.0/
diff --git a/cpp-linux/debian.ubuntu-trusty/rules 
b/cpp-linux/debian.ubuntu-trusty/rules
index f92b589..17f3378 100755
--- a/cpp-linux/debian.ubuntu-trusty/rules
+++ b/cpp-linux/debian.ubuntu-trusty/rules
@@ -44,6 +44,8 @@ override_dh_auto_install:
        dh_auto_install                         \
          --sourcedirectory=c_glib              \
          --builddirectory=c_glib_build
+       mv debian/tmp/usr/lib/*/girepository-1.0/       \
+         debian/tmp/usr/lib/
 
 # disable 'make check'.
 override_dh_auto_test:


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to