r944 - in /trunk/packages/vim/debian/policy: ./ Makefile authors.xml legal.xml vim-policy.xml

zack at users.alioth.debian.org zack at users.alioth.debian.org
Sat Jun 16 21:24:59 UTC 2007


Author: zack
Date: Sat Jun 16 21:24:58 2007
New Revision: 944

URL: http://svn.debian.org/wsvn/pkg-vim/?sc=1&rev=944
Log:
skeleton of the vim policy

Added:
    trunk/packages/vim/debian/policy/   (with props)
    trunk/packages/vim/debian/policy/Makefile
    trunk/packages/vim/debian/policy/authors.xml
    trunk/packages/vim/debian/policy/legal.xml
    trunk/packages/vim/debian/policy/vim-policy.xml

Propchange: trunk/packages/vim/debian/policy/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Jun 16 21:24:58 2007
@@ -1,0 +1,2 @@
+vim-policy.html
+vim-policy.txt

Added: trunk/packages/vim/debian/policy/Makefile
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/policy/Makefile?rev=944&op=file
==============================================================================
--- trunk/packages/vim/debian/policy/Makefile (added)
+++ trunk/packages/vim/debian/policy/Makefile Sat Jun 16 21:24:58 2007
@@ -1,0 +1,29 @@
+
+NULL =
+INSTALL_STUFF =			\
+	vim-policy.html/	\
+	vim-policy.txt		\
+	$(NULL)
+
+all: html text
+
+# to be used on alioth for updating policy linked by pkg-vim project page
+install: all
+	cp -r $(INSTALL_STUFF) ~/pkg-vim/htdocs/
+
+html: vim-policy.html/index.html
+text: vim-policy.txt
+
+vim-policy.html/index.html: vim-policy.xml *.xml
+	docbook2html $< -o $(dir $@)
+vim-policy.txt: vim-policy.xml *.xml
+	docbook2txt $<
+
+clean:
+	$(RM) -rf vim-policy.html/ vim-policy.txt
+
+upload_web: all
+	scp -rC vim-policy vim-policy.html alioth.debian.org:/org/alioth.debian.org/chroot/home/groups/pkg-vim/htdocs/
+
+.PHONY: html text upload_web
+

Added: trunk/packages/vim/debian/policy/authors.xml
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/policy/authors.xml?rev=944&op=file
==============================================================================
--- trunk/packages/vim/debian/policy/authors.xml (added)
+++ trunk/packages/vim/debian/policy/authors.xml Sat Jun 16 21:24:58 2007
@@ -1,0 +1,8 @@
+<author>
+  <affiliation>
+    <orgname>Debian VIM Maintainers</orgname>
+    <address>
+      <email>pkg-vim-maintainers at lists.alioth.debian.org</email>
+    </address>
+  </affiliation>
+</author>

Added: trunk/packages/vim/debian/policy/legal.xml
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/policy/legal.xml?rev=944&op=file
==============================================================================
--- trunk/packages/vim/debian/policy/legal.xml (added)
+++ trunk/packages/vim/debian/policy/legal.xml Sat Jun 16 21:24:58 2007
@@ -1,0 +1,29 @@
+<copyright>
+  <year>2007</year>
+  <holder>Stefano Zacchiroli</holder>
+</copyright>
+<legalnotice>
+  <para>
+    This manual is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+  </para>
+  <para>
+    This is distributed in the hope that it will be useful, but WITHOUT
+    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+    or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+    License for more details.
+  </para>
+  <para>
+    A copy of the GNU General Public License is available as
+    <filename>/usr/share/common-licenses/GPL</filename> in the Debian
+    GNU/Linux distribution or on the World Wide Web at <ulink
+      url="http://www.gnu.org/copyleft/gpl.html">The GNU Public
+      Licence</ulink>.
+  </para>
+  <para>
+    You can also obtain it by writing to the Free Software Foundation,
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+  </para>
+</legalnotice>

Added: trunk/packages/vim/debian/policy/vim-policy.xml
URL: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim/debian/policy/vim-policy.xml?rev=944&op=file
==============================================================================
--- trunk/packages/vim/debian/policy/vim-policy.xml (added)
+++ trunk/packages/vim/debian/policy/vim-policy.xml Sat Jun 16 21:24:58 2007
@@ -1,0 +1,45 @@
+<?xml version="1.0"?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"/usr/share/sgml/docbook/dtd/xml/4.3/docbookx.dtd" [
+  <!ENTITY vim-version "7.1">
+  <!ENTITY vim-compat  "1">
+  <!ENTITY vim-pkg "<application>vim</application>">
+  <!ENTITY vim-name "<application>Vim</application>">
+
+  <!ENTITY authors             SYSTEM "authors.xml">
+  <!ENTITY legal               SYSTEM "legal.xml">
+]>
+
+<article>
+  <articleinfo>
+    <title>Debian Packaging Policy for &vim-name;</title>
+    <releaseinfo>Revision 0.0.1</releaseinfo>
+    &authors;
+    &legal;
+  </articleinfo>
+
+  <section id="legacy-packaging">
+    <title>The &vim-name; Editor in Debian</title>
+
+    <para>
+      foo
+    </para>
+  </section>
+
+  <section id="addons-packaging">
+    <title>Packaging of &vim-name; Addons</title>
+
+    <para>
+      bar
+    </para>
+  </section>
+
+  <section id="tools">
+    <title>Tools</title>
+
+    <para>
+      baz
+    </para>
+  </section>
+
+</article>




More information about the pkg-vim-maintainers mailing list