[Groonga-commit] groonga/gcs [master] deb: don't build against non npm ready platforms #80

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Aug 15 16:55:47 JST 2012


Kouhei Sutou	2012-08-15 16:55:47 +0900 (Wed, 15 Aug 2012)

  New Revision: 2c7db174a58cef5476e4c6637608b01494c6560d
  https://github.com/groonga/gcs/commit/2c7db174a58cef5476e4c6637608b01494c6560d

  Log:
    deb: don't build against non npm ready platforms #80

  Modified files:
    packages/apt/Makefile

  Modified: packages/apt/Makefile (+1 -1)
===================================================================
--- packages/apt/Makefile    2012-08-15 16:06:04 +0900 (50c244d)
+++ packages/apt/Makefile    2012-08-15 16:55:47 +0900 (ade1d46)
@@ -2,7 +2,7 @@ REPOSITORIES_PATH = repositories
 DISTRIBUTIONS = debian ubuntu
 CHROOT_BASE = /var/lib/chroot
 ARCHITECTURES = i386 amd64
-CODES = squeeze wheezy unstable lucid oneiric precise
+CODES = unstable precise
 
 PACKAGE = gcs
 VERSION = $(shell ruby -rjson -e 'print JSON.parse(ARGF.read)["version"]' ../../package.json)
-------------- next part --------------
HTML����������������������������...
Download 



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