[Groonga-commit] groonga/groonga at d046eee [master] deb: rewrite 'Build-Depends' section in control

Back to archive index

HAYASHI Kentaro null+****@clear*****
Tue Jul 23 10:48:31 JST 2013


HAYASHI Kentaro	2013-07-23 10:48:31 +0900 (Tue, 23 Jul 2013)

  New Revision: d046eee7150989add825c762d102209ceaba8a65
  https://github.com/groonga/groonga/commit/d046eee7150989add825c762d102209ceaba8a65

  Message:
    deb: rewrite 'Build-Depends' section in control
    
    Use libzmq3 for ZeroMQ 3.x package

  Modified files:
    packages/apt/build-deb.sh

  Modified: packages/apt/build-deb.sh (+1 -0)
===================================================================
--- packages/apt/build-deb.sh    2013-07-22 19:17:42 +0900 (42fd9e1)
+++ packages/apt/build-deb.sh    2013-07-23 10:48:31 +0900 (280cd23)
@@ -74,6 +74,7 @@ case $(lsb_release -s -c) in
 	;;
     jessie|sid)
 	DEPENDED_PACKAGES="${DEPENDED_PACKAGES} libzmq3-dev"
+	ruby -i'' -ne 'print $_.gsub(/libzmq/, "libzmq3")' /tmp/${PACKAGE}-debian/control
 	;;
     *)
 	DEPENDED_PACKAGES="${DEPENDED_PACKAGES} libzmq-dev"
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index