[Groonga-commit] groonga/groonga-normalizer-mysql at f5934cd [master] Revert "package apt: copy diff.gz"

Back to archive index

HAYASHI Kentaro null+****@clear*****
Mon Mar 2 23:24:14 JST 2015


HAYASHI Kentaro	2015-03-02 23:24:14 +0900 (Mon, 02 Mar 2015)

  New Revision: f5934cd7dd9c3b7472a44ecb176669b1c8ab78a1
  https://github.com/groonga/groonga-normalizer-mysql/commit/f5934cd7dd9c3b7472a44ecb176669b1c8ab78a1

  Message:
    Revert "package apt: copy diff.gz"
    
    This reverts commit d9ed19a20f0dae6f4bf52b61f06d704a91ea6cc1.
    
    It causes following error by "make build":
      ==> debian-wheezy-amd64: cp:
      ==> debian-wheezy-amd64: cannot stat `*.diff.gz'
      ==> debian-wheezy-amd64: : No such file or directory
    
    We use quilt format, so there is no *.diff.gz anymore.
    See https://wiki.debian.org/Projects/DebSrc3.0 about details.

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

  Modified: packages/apt/build-deb.sh (+1 -1)
===================================================================
--- packages/apt/build-deb.sh    2015-02-23 14:16:31 +0900 (21bf8af)
+++ packages/apt/build-deb.sh    2015-03-02 23:24:14 +0900 (fdfc8f5)
@@ -54,4 +54,4 @@ run cd -
 package_initial=$(echo "${PACKAGE}" | sed -e 's/\(.\).*/\1/')
 pool_dir="/vagrant/repositories/${distribution}/pool/${code_name}/${component}/${package_initial}/${PACKAGE}"
 run mkdir -p "${pool_dir}/"
-run cp *.tar.gz *.diff.gz *.dsc *.deb "${pool_dir}/"
+run cp *.tar.gz *.dsc *.deb "${pool_dir}/"
-------------- next part --------------
HTML����������������������������...
Download 



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