rev 9371 - in kde-extras/yzis: . trunk trunk/debian

Adrian Friedli adi-guest at alioth.debian.org
Sat Feb 9 16:37:55 UTC 2008


Author: adi-guest
Date: 2008-02-09 16:37:55 +0000 (Sat, 09 Feb 2008)
New Revision: 9371

Added:
   kde-extras/yzis/trunk/
   kde-extras/yzis/trunk/debian/
   kde-extras/yzis/trunk/debian/changelog
   kde-extras/yzis/trunk/debian/compat
   kde-extras/yzis/trunk/debian/control
   kde-extras/yzis/trunk/debian/copyright
   kde-extras/yzis/trunk/debian/libyzis0.install
   kde-extras/yzis/trunk/debian/nyzis.install
   kde-extras/yzis/trunk/debian/nyzis.manpage.xml
   kde-extras/yzis/trunk/debian/nyzis.manpages
   kde-extras/yzis/trunk/debian/qyzis.install
   kde-extras/yzis/trunk/debian/qyzis.manpage.xml
   kde-extras/yzis/trunk/debian/qyzis.manpages
   kde-extras/yzis/trunk/debian/rules
   kde-extras/yzis/trunk/debian/yzis-common.docs
   kde-extras/yzis/trunk/debian/yzis-common.install
Log:
Added debian/ subdir for yzis package


Added: kde-extras/yzis/trunk/debian/changelog
===================================================================
--- kde-extras/yzis/trunk/debian/changelog	                        (rev 0)
+++ kde-extras/yzis/trunk/debian/changelog	2008-02-09 16:37:55 UTC (rev 9371)
@@ -0,0 +1,5 @@
+yzis (0~svn2718-1) experimental; urgency=low
+
+  * Initial release (Closes: #296520)
+
+ -- Adrian Friedli <adi at koalatux.ch>  Sat, 09 Feb 2008 01:00:17 +0100

Added: kde-extras/yzis/trunk/debian/compat
===================================================================
--- kde-extras/yzis/trunk/debian/compat	                        (rev 0)
+++ kde-extras/yzis/trunk/debian/compat	2008-02-09 16:37:55 UTC (rev 9371)
@@ -0,0 +1 @@
+5

Added: kde-extras/yzis/trunk/debian/control
===================================================================
--- kde-extras/yzis/trunk/debian/control	                        (rev 0)
+++ kde-extras/yzis/trunk/debian/control	2008-02-09 16:37:55 UTC (rev 9371)
@@ -0,0 +1,67 @@
+Source: yzis
+Section: editors
+Priority: optional
+Maintainer: Adrian Friedli <adi at koalatux.ch>
+Build-Depends: cdbs, debhelper (>= 5), cmake, libqt4-dev, liblua5.1-0-dev,
+ libncursesw5-dev, libmagic-dev, docbook2x
+Standards-Version: 3.7.3
+Homepage: http://www.yzis.org/
+
+Package: yzis-common
+Architecture: all
+Recommends: yzis
+Description: a vi-like editor inspired by vim - common files
+ Yzis (pronounced why this) is a vi-like editor inspired by vim. Yzis aims to be
+ a powerful, fast editor with all of Vim's features and hopefully, at some
+ point, more.
+ .
+ In Yzis, the core editing engine is placed in a library that does not depend on
+ any GUI library. On top of it, GUI frontends are developed. The goal is to make
+ vi-like editing capabilities available to many graphical applications.
+ .
+ This package contains architecture independent files and some examples.
+
+Package: libyzis0
+Architecture: any
+Depends: yzis-common (= ${source:Version}), ${shlibs:Depends}
+Recommends: yzis
+Description: a vi-like editor inspired by vim - core library
+ Yzis (pronounced why this) is a vi-like editor inspired by vim. Yzis aims to be
+ a powerful, fast editor with all of Vim's features and hopefully, at some
+ point, more.
+ .
+ In Yzis, the core editing engine is placed in a library that does not depend on
+ any GUI library. On top of it, GUI frontends are developed. The goal is to make
+ vi-like editing capabilities available to many graphical applications.
+ .
+ This package contains the frontend independent core editing engine.
+
+Package: nyzis
+Architecture: any
+Depends: libyzis0 (= ${binary:Version}), ${shlibs:Depends}
+Provides: yzis, editor
+Description: a vi-like editor inspired by vim - ncurses frontend
+ Yzis (pronounced why this) is a vi-like editor inspired by vim. Yzis aims to be
+ a powerful, fast editor with all of Vim's features and hopefully, at some
+ point, more.
+ .
+ In Yzis, the core editing engine is placed in a library that does not depend on
+ any GUI library. On top of it, GUI frontends are developed. The goal is to make
+ vi-like editing capabilities available to many graphical applications.
+ .
+ This package contains the ncurses frontend.
+
+Package: qyzis
+Architecture: any
+Depends: libyzis0 (= ${binary:Version}), ${shlibs:Depends}
+Provides: yzis
+Description: a vi-like editor inspired by vim - Qt frontend
+ Yzis (pronounced why this) is a vi-like editor inspired by vim. Yzis aims to be
+ a powerful, fast editor with all of Vim's features and hopefully, at some
+ point, more.
+ .
+ In Yzis, the core editing engine is placed in a library that does not depend on
+ any GUI library. On top of it, GUI frontends are developed. The goal is to make
+ vi-like editing capabilities available to many graphical applications.
+ .
+ This package contains the Qt frontend.

Added: kde-extras/yzis/trunk/debian/copyright
===================================================================
--- kde-extras/yzis/trunk/debian/copyright	                        (rev 0)
+++ kde-extras/yzis/trunk/debian/copyright	2008-02-09 16:37:55 UTC (rev 9371)
@@ -0,0 +1,85 @@
+This package was debianized by Adrian Friedli <adi at koalatux.ch> on
+Mon, 04 Feb 2008 20:47:24 +0100.
+
+It was downloaded from http://www.yzis.org/
+
+Upstream Authors:
+
+    Mickael Marchand <mikmak at yzis.org>
+    Thomas Capricelli <orzel at freehackers.org>
+    Philippe Fremy <phil at freehackers.org>
+    Loic Pauleve <panard at inzenet.org>
+
+--------------------------------------------------------------------------------
+
+License of
+kpart_yzis/*
+libyzis/*
+libyzisrunner/*
+qyzis/*
+except libyzis/noncopyable.h, see below
+except libyzis/readtags/* wich are under public domain
+except libyzisrunner/main.cpp wich is under GPL, see below
+except qyzis/main.cpp wich is under GPL, see below
+except qyzis/qyconfiguredialog.{cpp,h} wich are under GPL, see below
+except qyzis/qysession.{cpp,h} wich are under GPL, see below
+
+    This package is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2 of the License, or (at your option) any later version.
+
+    This package 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
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public
+    License along with this package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL'.
+
+--------------------------------------------------------------------------------
+
+License of
+kyzis/*
+nyzis/*
+libyzisrunner/main.cpp
+qyzis/main.cpp
+qyzis/qyconfiguredialog.{cpp,h}
+qyzis/qysession.{cpp,h}
+
+    This package 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.
+ 
+    This package 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.
+ 
+    You should have received a copy of the GNU General Public License
+    along with this package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+--------------------------------------------------------------------------------
+
+License of libyzis/noncopyable.h
+
+    (C) Copyright Boost.org 1999-2003. Permission to copy, use, modify, sell
+    and distribute this software is granted provided this copyright
+    notice appears in all copies. This software is provided "as is" without
+    express or implied warranty, and with no claim as to its suitability for
+    any purpose.
+
+
+--------------------------------------------------------------------------------
+
+The Debian packaging is (C) 2008, Adrian Friedli <adi at koalatux.ch> and
+is licensed under the GPL v2 or later, see above.

Added: kde-extras/yzis/trunk/debian/libyzis0.install
===================================================================
--- kde-extras/yzis/trunk/debian/libyzis0.install	                        (rev 0)
+++ kde-extras/yzis/trunk/debian/libyzis0.install	2008-02-09 16:37:55 UTC (rev 9371)
@@ -0,0 +1 @@
+debian/tmp/usr/lib/libyzis.so.*

Added: kde-extras/yzis/trunk/debian/nyzis.install
===================================================================
--- kde-extras/yzis/trunk/debian/nyzis.install	                        (rev 0)
+++ kde-extras/yzis/trunk/debian/nyzis.install	2008-02-09 16:37:55 UTC (rev 9371)
@@ -0,0 +1 @@
+debian/tmp/usr/bin/nyzis

Added: kde-extras/yzis/trunk/debian/nyzis.manpage.xml
===================================================================
--- kde-extras/yzis/trunk/debian/nyzis.manpage.xml	                        (rev 0)
+++ kde-extras/yzis/trunk/debian/nyzis.manpage.xml	2008-02-09 16:37:55 UTC (rev 9371)
@@ -0,0 +1,99 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+
+  <!ENTITY dhfirstname "<firstname>Adrian</firstname>">
+  <!ENTITY dhsurname   "<surname>Friedli</surname>">
+  <!-- Please adjust the date whenever revising the manpage. -->
+  <!ENTITY dhdate      "<date>February  6, 2008</date>">
+  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
+  <!ENTITY dhemail     "<email>adi at koalatux.ch</email>">
+  <!ENTITY dhusername  "&dhfirstname; &dhsurname;">
+  <!ENTITY dhpackage   "nyzis">
+
+  <!ENTITY debian      "<productname>Debian</productname>">
+  <!ENTITY gnu         "<acronym>GNU</acronym>">
+  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
+]>
+
+<refentry>
+  <refentryinfo>
+    <address>&dhemail;</address>
+    <copyright>
+      <year>2008</year>
+      <holder>&dhusername;</holder>
+    </copyright>
+    &dhdate;
+  </refentryinfo>
+
+  <refmeta>
+    <refentrytitle>&dhpackage;</refentrytitle>
+    &dhsection;
+  </refmeta>
+
+  <refnamediv>
+    <refname>&dhpackage;</refname>
+    <refpurpose>ncurses frontend of yzis - a vi-like editor inspired
+      by vim</refpurpose>
+  </refnamediv>
+
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>&dhpackage;</command>
+      <arg><option>-c
+        <replaceable>some key presses</replaceable></option></arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+
+  <refsect1>
+    <title>DESCRIPTION</title>
+    <para>
+      This manual page documents briefly the
+      <command>&dhpackage;</command> command.
+    </para>
+
+    <para>
+      This manual page was written for the &debian; distribution
+      because the original program does not have a manual page.
+    </para>
+
+    <para>
+      <command>&dhpackage;</command> is a vi-like editor with
+      an ncurses user interface.
+    </para>
+  </refsect1>
+
+  <refsect1>
+    <title>OPTIONS</title>
+    <variablelist>
+      <varlistentry>
+        <term><option>-c</option>
+        </term>
+        <listitem>
+          <para>Execute immediately the key presses when yzis starts,
+            asif they were typed by the user.</para>
+        </listitem>
+      </varlistentry>
+    </variablelist>
+  </refsect1>
+
+  <refsect1>
+    <title>SEE ALSO</title>
+    <para>qyzis (1), kyzis (1).</para>
+  </refsect1>
+
+  <refsect1>
+    <title>AUTHOR</title>
+    <para>
+      This manual page was written by &dhusername; &dhemail; for
+      the &debian; system (but may be used by others).  Permission is
+      granted to copy, distribute and/or modify this document under
+      the terms of the &gnu; General Public License, Version 2 or any
+      later version published by the Free Software Foundation.
+    </para>
+    <para>
+      On Debian systems, the complete text of the GNU General Public
+      License can be found in /usr/share/common-licenses/GPL-2.
+    </para>
+  </refsect1>
+</refentry>

Added: kde-extras/yzis/trunk/debian/nyzis.manpages
===================================================================
--- kde-extras/yzis/trunk/debian/nyzis.manpages	                        (rev 0)
+++ kde-extras/yzis/trunk/debian/nyzis.manpages	2008-02-09 16:37:55 UTC (rev 9371)
@@ -0,0 +1 @@
+nyzis.1

Added: kde-extras/yzis/trunk/debian/qyzis.install
===================================================================
--- kde-extras/yzis/trunk/debian/qyzis.install	                        (rev 0)
+++ kde-extras/yzis/trunk/debian/qyzis.install	2008-02-09 16:37:55 UTC (rev 9371)
@@ -0,0 +1,3 @@
+debian/tmp/usr/share/applnk/Editors/qyzis.desktop
+debian/tmp/usr/share/icons/hicolor/*/apps/qyzis.png
+debian/tmp/usr/bin/qyzis

Added: kde-extras/yzis/trunk/debian/qyzis.manpage.xml
===================================================================
--- kde-extras/yzis/trunk/debian/qyzis.manpage.xml	                        (rev 0)
+++ kde-extras/yzis/trunk/debian/qyzis.manpage.xml	2008-02-09 16:37:55 UTC (rev 9371)
@@ -0,0 +1,122 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+
+  <!ENTITY dhfirstname "<firstname>Adrian</firstname>">
+  <!ENTITY dhsurname   "<surname>Friedli</surname>">
+  <!-- Please adjust the date whenever revising the manpage. -->
+  <!ENTITY dhdate      "<date>February  6, 2008</date>">
+  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
+  <!ENTITY dhemail     "<email>adi at koalatux.ch</email>">
+  <!ENTITY dhusername  "&dhfirstname; &dhsurname;">
+  <!ENTITY dhpackage   "qyzis">
+
+  <!ENTITY debian      "<productname>Debian</productname>">
+  <!ENTITY gnu         "<acronym>GNU</acronym>">
+  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
+]>
+
+<refentry>
+  <refentryinfo>
+    <address>&dhemail;</address>
+    <copyright>
+      <year>2008</year>
+      <holder>&dhusername;</holder>
+    </copyright>
+    &dhdate;
+  </refentryinfo>
+
+  <refmeta>
+    <refentrytitle>&dhpackage;</refentrytitle>
+    &dhsection;
+  </refmeta>
+
+  <refnamediv>
+    <refname>&dhpackage;</refname>
+    <refpurpose>Qt frontend of yzis - a vi-like editor inspired
+      by vim</refpurpose>
+  </refnamediv>
+
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>&dhpackage;</command>
+      <arg><option>-c
+        <replaceable>some key presses</replaceable></option></arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+
+  <refsect1>
+    <title>DESCRIPTION</title>
+    <para>
+      This manual page documents briefly the
+      <command>&dhpackage;</command> command.
+    </para>
+
+    <para>
+      This manual page was written for the &debian; distribution
+      because the original program does not have a manual page.
+    </para>
+
+    <para>
+      <command>&dhpackage;</command> is a vi-like editor with
+      a Qt user interface.
+    </para>
+  </refsect1>
+
+  <refsect1>
+    <title>OPTIONS</title>
+    <para>
+      These programs follow the usual &gnu; command line syntax,
+      with long options starting with two dashes (`-').
+    </para>
+
+    <variablelist>
+      <varlistentry>
+        <term><option>-h</option>
+          <option>--help</option>
+        </term>
+        <listitem>
+          <para>Show summary of options.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-v</option>
+          <option>--version</option>
+        </term>
+        <listitem>
+          <para>Show version of program.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-c</option>
+        </term>
+        <listitem>
+          <para>Execute immediately the key presses when yzis starts,
+            asif they were typed by the user.</para>
+        </listitem>
+      </varlistentry>
+    </variablelist>
+  </refsect1>
+
+  <refsect1>
+    <title>SEE ALSO</title>
+    <para>nyzis (1), kyzis (1).</para>
+  </refsect1>
+
+  <refsect1>
+    <title>AUTHOR</title>
+    <para>
+      This manual page was written by &dhusername; &dhemail; for
+      the &debian; system (but may be used by others).  Permission is
+      granted to copy, distribute and/or modify this document under
+      the terms of the &gnu; General Public License, Version 2 or any
+      later version published by the Free Software Foundation.
+    </para>
+    <para>
+      On Debian systems, the complete text of the GNU General Public
+      License can be found in /usr/share/common-licenses/GPL-2.
+    </para>
+  </refsect1>
+</refentry>

Added: kde-extras/yzis/trunk/debian/qyzis.manpages
===================================================================
--- kde-extras/yzis/trunk/debian/qyzis.manpages	                        (rev 0)
+++ kde-extras/yzis/trunk/debian/qyzis.manpages	2008-02-09 16:37:55 UTC (rev 9371)
@@ -0,0 +1 @@
+qyzis.1

Added: kde-extras/yzis/trunk/debian/rules
===================================================================
--- kde-extras/yzis/trunk/debian/rules	                        (rev 0)
+++ kde-extras/yzis/trunk/debian/rules	2008-02-09 16:37:55 UTC (rev 9371)
@@ -0,0 +1,17 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/class/cmake.mk
+
+DEB_CMAKE_EXTRA_FLAGS = -DENABLE_LIBYZISRUNNER=OFF -DENABLE_TESTS=OFF -DENABLE_DOCUMENTATION=OFF
+
+# manpages
+MANPAGES = nyzis.1 qyzis.1
+
+common-build-indep:: $(MANPAGES)
+%.1: debian/%.manpage.xml
+	docbook2x-man $<
+
+clean::
+	rm -f $(MANPAGES)


Property changes on: kde-extras/yzis/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: kde-extras/yzis/trunk/debian/yzis-common.docs
===================================================================
--- kde-extras/yzis/trunk/debian/yzis-common.docs	                        (rev 0)
+++ kde-extras/yzis/trunk/debian/yzis-common.docs	2008-02-09 16:37:55 UTC (rev 9371)
@@ -0,0 +1 @@
+doc/examples

Added: kde-extras/yzis/trunk/debian/yzis-common.install
===================================================================
--- kde-extras/yzis/trunk/debian/yzis-common.install	                        (rev 0)
+++ kde-extras/yzis/trunk/debian/yzis-common.install	2008-02-09 16:37:55 UTC (rev 9371)
@@ -0,0 +1 @@
+debian/tmp/usr/share/yzis




More information about the pkg-kde-commits mailing list