[Groonga-commit] groonga/groonga at cd0134b [master] apt: drop wheezy and Lucid related codes

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Dec 2 13:06:26 JST 2013


Kouhei Sutou	2013-12-02 13:06:26 +0900 (Mon, 02 Dec 2013)

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

  Message:
    apt: drop wheezy and Lucid related codes
    
    It breaks a link in [groonga-dev,01932]. Sorry...

  Modified files:
    packages/apt/build-deb.sh
    packages/apt/build-in-chroot.sh
    packages/apt/sign-packages.sh
    packages/apt/sign-repository.sh
    packages/apt/update-repository.sh

  Modified: packages/apt/build-deb.sh (+0 -3)
===================================================================
--- packages/apt/build-deb.sh    2013-12-02 13:03:40 +0900 (280cd23)
+++ packages/apt/build-deb.sh    2013-12-02 13:06:26 +0900 (3926ba2)
@@ -69,9 +69,6 @@ else
 fi
 
 case $(lsb_release -s -c) in
-    squeeze|lucid)
-	ruby -i'' -ne 'print $_ unless /libzmq/' /tmp/${PACKAGE}-debian/control
-	;;
     jessie|sid)
 	DEPENDED_PACKAGES="${DEPENDED_PACKAGES} libzmq3-dev"
 	ruby -i'' -ne 'print $_.gsub(/libzmq/, "libzmq3")' /tmp/${PACKAGE}-debian/control

  Modified: packages/apt/build-in-chroot.sh (+2 -2)
===================================================================
--- packages/apt/build-in-chroot.sh    2013-12-02 13:03:40 +0900 (ab5cc58)
+++ packages/apt/build-in-chroot.sh    2013-12-02 13:06:26 +0900 (9d97d42)
@@ -46,7 +46,7 @@ build_chroot()
     run_sudo debootstrap --arch $architecture $code_name $base_dir
 
     case $code_name in
-	squeeze|wheezy|jessie|unstable)
+	wheezy|jessie|unstable)
 	    run_sudo sed -i'' -e 's/us/jp/' $base_dir/etc/apt/sources.list
 	    ;;
 	*)
@@ -80,7 +80,7 @@ build()
     fi
 
     case ${code_name} in
-	squeeze|wheezy|jessie|unstable)
+	wheezy|jessie|unstable)
 	    distribution=debian
 	    component=main
 	    ;;

  Modified: packages/apt/sign-packages.sh (+1 -1)
===================================================================
--- packages/apt/sign-packages.sh    2013-12-02 13:03:40 +0900 (11a4aea)
+++ packages/apt/sign-packages.sh    2013-12-02 13:06:26 +0900 (6e74f1c)
@@ -23,7 +23,7 @@ run()
 
 for code_name in ${CODES}; do
     case ${code_name} in
-	squeeze|wheezy|jessie|unstable)
+	wheezy|jessie|unstable)
 	    distribution=debian
 	    ;;
 	*)

  Modified: packages/apt/sign-repository.sh (+1 -1)
===================================================================
--- packages/apt/sign-repository.sh    2013-12-02 13:03:40 +0900 (fb0de85)
+++ packages/apt/sign-repository.sh    2013-12-02 13:06:26 +0900 (3125288)
@@ -23,7 +23,7 @@ run()
 
 for code_name in ${CODES}; do
     case ${code_name} in
-	squeeze|wheezy|jessie|unstable)
+	wheezy|jessie|unstable)
 	    distribution=debian
 	    ;;
 	*)

  Modified: packages/apt/update-repository.sh (+1 -1)
===================================================================
--- packages/apt/update-repository.sh    2013-12-02 13:03:40 +0900 (da1f8cd)
+++ packages/apt/update-repository.sh    2013-12-02 13:06:26 +0900 (a87805a)
@@ -109,7 +109,7 @@ EOF
 
 for code_name in ${CODES}; do
     case ${code_name} in
-	squeeze|wheezy|jessie|unstable)
+	wheezy|jessie|unstable)
 	    distribution=debian
 	    component=main
 	    ;;
-------------- next part --------------
HTML����������������������������...
下载 



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