[debian-doc 00028] [PATCH] Add security directory for 2017
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org> --- japanese/security/2017/Makefile | 23 +++++++++++++++++++++++ japanese/security/2017/index.wml | 12 ++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 japanese/security/2017/Makefile create mode 100644 japanese/security/2017/index.wml diff --git a/japanese/security/2017/Makefile b/japanese/security/2017/Makefile new file mode 100644 index 000000000..8da459206 --- /dev/null +++ b/japanese/security/2017/Makefile @@ -0,0 +1,23 @@ +# If this makefile is not generic enough to support a translation, +# please contact debian-www. + +WMLBASE=../.. +CUR_DIR=security/2017 +SUBS= + +GETTEXTFILES += security.mo + +NOGENERICDEP := true +include $(WMLBASE)/Make.lang + + +%.$(LANGUAGE).html: %.wml $(TEMPLDIR)/security.wml \ + $(ENGLISHSRCDIR)/$(CUR_DIR)/%.data $(GETTEXTDEP) + $(WML) $(<F) + +index.$(LANGUAGE).html: index.wml \ + $(wildcard dsa-[0-9]*.wml) $(wildcard $(ENGLISHSRCDIR)/$(CUR_DIR)/dsa-[0-9]*.data) \ + $(wildcard dla-[0-9]*.wml) $(wildcard $(ENGLISHSRCDIR)/$(CUR_DIR)/dla-[0-9]*.data) \ + $(TEMPLDIR)/template.wml $(TEMPLDIR)/recent_list_security.wml $(GETTEXTDEP) + $(WML) $(<F) + diff --git a/japanese/security/2017/index.wml b/japanese/security/2017/index.wml new file mode 100644 index 000000000..74d4717ad --- /dev/null +++ b/japanese/security/2017/index.wml @@ -0,0 +1,12 @@ +#use wml::debian::translation-check translation="1.2" +<define-tag pagetitle>2017 年に報告されたセキュリティ勧告</define-tag> +#use wml::debian::template title="<pagetitle>" GEN_TIME="yes" +#use wml::debian::recent_list + +<:= get_recent_list ('.', '0', '$(ENGLISHDIR)/security/2017', '', 'dsa-\d+' ) :> + +<p><a href="https://lists.debian.org/debian-security-announce/">\ +<strong>debian-security-announce</strong></a> メーリングリストを講読すると、最新の +Debian セキュリティ情報を得ることができます。また、このメーリングリストの<a +href="https://lists.debian.org/debian-security-announce/debian-security-announce-2017/">\ +アーカイブを閲覧</a>することもできます。</p> -- 2.11.0
本文がbase64化されちゃってgit applyができないのですね…。 差分を圧縮ファイルでもらったほうがよい? At Wed, 31 May 2017 03:48:58 +0900, Nobuhiro Iwamatsu wrote:
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org> --- japanese/security/2017/Makefile | 23 +++++++++++++++++++++++ japanese/security/2017/index.wml | 12 ++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 japanese/security/2017/Makefile create mode 100644 japanese/security/2017/index.wml
diff --git a/japanese/security/2017/Makefile b/japanese/security/2017/Makefile new file mode 100644 index 000000000..8da459206 --- /dev/null +++ b/japanese/security/2017/Makefile @@ -0,0 +1,23 @@ +# If this makefile is not generic enough to support a translation, +# please contact debian-www. + +WMLBASE=../.. +CUR_DIR=security/2017 +SUBS= + +GETTEXTFILES += security.mo + +NOGENERICDEP := true +include $(WMLBASE)/Make.lang + + +%.$(LANGUAGE).html: %.wml $(TEMPLDIR)/security.wml \ + $(ENGLISHSRCDIR)/$(CUR_DIR)/%.data $(GETTEXTDEP) + $(WML) $(<F) + +index.$(LANGUAGE).html: index.wml \ + $(wildcard dsa-[0-9]*.wml) $(wildcard $(ENGLISHSRCDIR)/$(CUR_DIR)/dsa-[0-9]*.data) \ + $(wildcard dla-[0-9]*.wml) $(wildcard $(ENGLISHSRCDIR)/$(CUR_DIR)/dla-[0-9]*.data) \ + $(TEMPLDIR)/template.wml $(TEMPLDIR)/recent_list_security.wml $(GETTEXTDEP) + $(WML) $(<F) + diff --git a/japanese/security/2017/index.wml b/japanese/security/2017/index.wml new file mode 100644 index 000000000..74d4717ad --- /dev/null +++ b/japanese/security/2017/index.wml @@ -0,0 +1,12 @@ +#use wml::debian::translation-check translation="1.2" +<define-tag pagetitle>2017 年に報告されたセキュリティ勧告</define-tag> +#use wml::debian::template title="<pagetitle>" GEN_TIME="yes" +#use wml::debian::recent_list + +<:= get_recent_list ('.', '0', '$(ENGLISHDIR)/security/2017', '', 'dsa-\d+' ) :> + +<p><a href="https://lists.debian.org/debian-security-announce/">\ +<strong>debian-security-announce</strong></a> メーリングリストを講読すると、最新の +Debian セキュリティ情報を得ることができます。また、このメーリングリストの<a +href="https://lists.debian.org/debian-security-announce/debian-security-announce-2017/">\ +アーカイブを閲覧</a>することもできます。</p> -- 2.11.0
_______________________________________________ debian-doc mailing list debian-doc@debian.or.jp http://lists.debian.or.jp/mailman/listinfo/debian-doc
武藤さん こんにちは。岩松です。
本文がbase64化されちゃってgit applyができないのですね…。
そうなのですね。 環境によるのでしょうか。私のところでは問題ないので。 他のパッチも同じ状況でしょうか。
差分を圧縮ファイルでもらったほうがよい?
展開してレビューというプロセスになってしまい、レビューが 面倒くさくなるかなと思っています。 とりあえず、添付します。 武藤さんの管理している cvs2git gw には書き込みできるので、 ブランチで管理して、武藤さんにマージ依頼をするという方法 もありますが、これも面倒ですね。 岩松 2017-05-31 8:56 GMT+09:00 Kenshi Muto <kmuto@kmuto.jp>:
本文がbase64化されちゃってgit applyができないのですね…。 差分を圧縮ファイルでもらったほうがよい?
At Wed, 31 May 2017 03:48:58 +0900, Nobuhiro Iwamatsu wrote:
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org> --- japanese/security/2017/Makefile | 23 +++++++++++++++++++++++ japanese/security/2017/index.wml | 12 ++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 japanese/security/2017/Makefile create mode 100644 japanese/security/2017/index.wml
diff --git a/japanese/security/2017/Makefile b/japanese/security/2017/Makefile new file mode 100644 index 000000000..8da459206 --- /dev/null +++ b/japanese/security/2017/Makefile @@ -0,0 +1,23 @@ +# If this makefile is not generic enough to support a translation, +# please contact debian-www. + +WMLBASE=../.. +CUR_DIR=security/2017 +SUBS= + +GETTEXTFILES += security.mo + +NOGENERICDEP := true +include $(WMLBASE)/Make.lang + + +%.$(LANGUAGE).html: %.wml $(TEMPLDIR)/security.wml \ + $(ENGLISHSRCDIR)/$(CUR_DIR)/%.data $(GETTEXTDEP) + $(WML) $(<F) + +index.$(LANGUAGE).html: index.wml \ + $(wildcard dsa-[0-9]*.wml) $(wildcard $(ENGLISHSRCDIR)/$(CUR_DIR)/dsa-[0-9]*.data) \ + $(wildcard dla-[0-9]*.wml) $(wildcard $(ENGLISHSRCDIR)/$(CUR_DIR)/dla-[0-9]*.data) \ + $(TEMPLDIR)/template.wml $(TEMPLDIR)/recent_list_security.wml $(GETTEXTDEP) + $(WML) $(<F) + diff --git a/japanese/security/2017/index.wml b/japanese/security/2017/index.wml new file mode 100644 index 000000000..74d4717ad --- /dev/null +++ b/japanese/security/2017/index.wml @@ -0,0 +1,12 @@ +#use wml::debian::translation-check translation="1.2" +<define-tag pagetitle>2017 年に報告されたセキュリティ勧告</define-tag> +#use wml::debian::template title="<pagetitle>" GEN_TIME="yes" +#use wml::debian::recent_list + +<:= get_recent_list ('.', '0', '$(ENGLISHDIR)/security/2017', '', 'dsa-\d+' ) :> + +<p><a href="https://lists.debian.org/debian-security-announce/">\ +<strong>debian-security-announce</strong></a> メーリングリストを講読すると、最新の +Debian セキュリティ情報を得ることができます。また、このメーリングリストの<a +href="https://lists.debian.org/debian-security-announce/debian-security-announce-2017/">\ +アーカイブを閲覧</a>することもできます。</p> -- 2.11.0
_______________________________________________ debian-doc mailing list debian-doc@debian.or.jp http://lists.debian.or.jp/mailman/listinfo/debian-doc
_______________________________________________ debian-doc mailing list debian-doc@debian.or.jp http://lists.debian.or.jp/mailman/listinfo/debian-doc
-- Nobuhiro Iwamatsu iwamatsu at {nigauri.org / debian.org} GPG ID: 40AD1FA6
participants (2)
-
Kenshi Muto -
Nobuhiro Iwamatsu