[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] [debian] drop lenny support and add wheezy support.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:34:28 JST 2012


Kouhei Sutou	2011-03-29 22:09:56 +0900 (Tue, 29 Mar 2011)

  New Revision: 1a99847e266a0c3c186f1f5929cec0ad8888b7f8
  https://github.com/mroonga/mroonga/commit/1a99847e266a0c3c186f1f5929cec0ad8888b7f8

  Log:
    [debian] drop lenny support and add wheezy support.

  Modified files:
    apt/Makefile.am
    apt/update-repository.sh

  Modified: apt/Makefile.am (+1 -1)
===================================================================
--- apt/Makefile.am    2011-03-29 22:07:59 +0900 (05dd88e)
+++ apt/Makefile.am    2011-03-29 22:09:56 +0900 (26ca2bd)
@@ -1,7 +1,7 @@
 DISTRIBUTIONS = debian ubuntu
 CHROOT_BASE = /var/lib/chroot
 ARCHITECTURES = amd64
-CODES = lenny squeeze unstable lucid maverick
+CODES = squeeze wheezy unstable lucid maverick
 
 all:
 

  Modified: apt/update-repository.sh (+1 -1)
===================================================================
--- apt/update-repository.sh    2011-03-29 22:07:59 +0900 (6669a8c)
+++ apt/update-repository.sh    2011-03-29 22:09:56 +0900 (09248ed)
@@ -108,7 +108,7 @@ EOF
 
 for code_name in ${CODES}; do
     case ${code_name} in
-	lenny|squeeze|unstable)
+	lenny|squeeze|wheezy|unstable)
 	    distribution=debian
 	    component=main
 	    ;;
-------------- next part --------------
HTML����������������������������...
Download 



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