[Groonga-commit] groonga/groonga at d6c3b54 [master] packages apt: drop nonexistent package

Back to archive index

Kentaro Hayashi null+****@clear*****
Tue Dec 27 00:56:04 JST 2016


Kentaro Hayashi	2016-12-27 00:56:04 +0900 (Tue, 27 Dec 2016)

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

  Message:
    packages apt: drop nonexistent package

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

  Modified: packages/apt/build-deb.sh (+5 -0)
===================================================================
--- packages/apt/build-deb.sh    2016-12-27 00:55:40 +0900 (3b94e36)
+++ packages/apt/build-deb.sh    2016-12-27 00:56:04 +0900 (af6e7f3)
@@ -61,6 +61,11 @@ run cp -rp /vagrant/tmp/debian debian
 if [ "${have_liblz4}" = "no" ]; then
   grep -v liblz4 /vagrant/tmp/debian/control > debian/control
 fi
+if [ "${have_libzstd}" = "no" ]; then
+  grep -v libzstd debian/control > debian/control.tmp
+  cp -f debian/control.tmp debian/control
+  rm -f debian/control.tmp
+fi
 # export DEB_BUILD_OPTIONS=noopt
 run debuild -us -uc
 run cd -
-------------- next part --------------
HTML����������������������������...
Descargar 



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