|
From: HAYASHI K. <nul...@cl...> - 2014-02-03 08:41:32
|
HAYASHI Kentaro 2014-02-03 17:36:01 +0900 (Mon, 03 Feb 2014) New Revision: 64c369f06d5caf35f11aa372f006dd9f013da8d5 https://github.com/clear-code/cutter/commit/64c369f06d5caf35f11aa372f006dd9f013da8d5 Message: doc: update description about apt lines on Debian Modified files: doc/install-to-debian.rd doc/install-to-debian.rd.ja Modified: doc/install-to-debian.rd (+6 -6) =================================================================== --- doc/install-to-debian.rd 2014-02-03 17:34:10 +0900 (874b536) +++ doc/install-to-debian.rd 2014-02-03 17:36:01 +0900 (784eca5) @@ -16,19 +16,19 @@ i386/amd64. If you need a package for another environment, you can request on ((<mailing list|URL:https://lists.sourceforge.net/lists/listinfo/cutter-users-en>)). -Here are apt lines for for squeeze. We put them into +Here are apt lines for for wheezy. We put them into /etc/apt/sources.list.d/cutter.list. /etc/apt/sources.list.d/cutter.list: - deb http://downloads.sourceforge.net/project/cutter/debian/ squeeze main - deb-src http://downloads.sourceforge.net/project/cutter/debian/ squeeze main + deb http://downloads.sourceforge.net/project/cutter/debian/ wheezy main + deb-src http://downloads.sourceforge.net/project/cutter/debian/ wheezy main -Here are apt lines for for wheezy. We put them into +Here are apt lines for for jessie. We put them into /etc/apt/sources.list.d/cutter.list. /etc/apt/sources.list.d/cutter.list: - deb http://downloads.sourceforge.net/project/cutter/debian/ wheezy main - deb-src http://downloads.sourceforge.net/project/cutter/debian/ wheezy main + deb http://downloads.sourceforge.net/project/cutter/debian/ jessie main + deb-src http://downloads.sourceforge.net/project/cutter/debian/ jessie main Here are apt lines for for sid. We put them into /etc/apt/sources.list.d/cutter.list. Modified: doc/install-to-debian.rd.ja (+6 -6) =================================================================== --- doc/install-to-debian.rd.ja 2014-02-03 17:34:10 +0900 (a2bde6f) +++ doc/install-to-debian.rd.ja 2014-02-03 17:36:01 +0900 (993b62b) @@ -17,19 +17,19 @@ CutterのDebianパッケージが提供されているので、aptitudeでイン |URL:https://lists.sourceforge.net/lists/listinfo/cutter-users-ja>)) でリクエストしてください。 -squeezeの場合は以下のapt lineを書いた +wheezyの場合は以下のapt lineを書いた /etc/apt/sources.list.d/cutter.listを作成してください。 /etc/apt/sources.list.d/cutter.list: - deb http://downloads.sourceforge.net/project/cutter/debian/ squeeze main - deb-src http://downloads.sourceforge.net/project/cutter/debian/ squeeze main + deb http://downloads.sourceforge.net/project/cutter/debian/ wheezy main + deb-src http://downloads.sourceforge.net/project/cutter/debian/ wheezy main -wheezyの場合は以下のapt lineを書いた +jessieの場合は以下のapt lineを書いた /etc/apt/sources.list.d/cutter.listを作成してください。 /etc/apt/sources.list.d/cutter.list: - deb http://downloads.sourceforge.net/project/cutter/debian/ wheezy main - deb-src http://downloads.sourceforge.net/project/cutter/debian/ wheezy main + deb http://downloads.sourceforge.net/project/cutter/debian/ jessie main + deb-src http://downloads.sourceforge.net/project/cutter/debian/ jessie main sidの場合は以下のapt lineを書いた /etc/apt/sources.list.d/cutter.listを作成してください。 |