[Pkg-jed-commit] r133 - trunk/packages/tess/debian

Rafael Laboissiere rafael at costa.debian.org
Fri Nov 4 17:07:46 UTC 2005


Author: rafael
Date: 2005-11-04 17:07:45 +0000 (Fri, 04 Nov 2005)
New Revision: 133

Removed:
   trunk/packages/tess/debian/tessrun.dbk
Modified:
   trunk/packages/tess/debian/
   trunk/packages/tess/debian/changelog
   trunk/packages/tess/debian/rules
   trunk/packages/tess/debian/slang-tess.manpages
Log:
Debian release tess_0.1.2.r2-1


Property changes on: trunk/packages/tess/debian
___________________________________________________________________
Name: svn:ignore
   + files
slang-tess.substvars
slang-tess
stamp-autotools-files
stamp-makefile-build


Modified: trunk/packages/tess/debian/changelog
===================================================================
--- trunk/packages/tess/debian/changelog	2005-11-04 17:06:05 UTC (rev 132)
+++ trunk/packages/tess/debian/changelog	2005-11-04 17:07:45 UTC (rev 133)
@@ -1,3 +1,11 @@
+tess (0.1.2.r2-1) unstable; urgency=low
+
+   +++ Changes by Rafael Laboissiere
+
+  * First official Debian release (closes: #337254)
+
+ -- Debian JED Group <pkg-jed-devel at lists.alioth.debian.org>  Fri,  4 Nov 2005 11:48:51 +0100
+
 tess (0.1.2-0.1) unstable; urgency=low
 
    +++ Changes by Rafael Laboissiere

Modified: trunk/packages/tess/debian/rules
===================================================================
--- trunk/packages/tess/debian/rules	2005-11-04 17:06:05 UTC (rev 132)
+++ trunk/packages/tess/debian/rules	2005-11-04 17:07:45 UTC (rev 133)
@@ -3,15 +3,8 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
-DB2MAN = /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl
-XP = xsltproc --nonet
-
 DEB_MAKE_BUILD_TARGET := all RPATH=
 DEB_MAKE_CHECK_TARGET := test
 
-build/slang-tess::
-	$(XP) $(DB2MAN) debian/tessrun.dbk
-
-cleanbuilddir/slang-tess::
-	rm -f tessrun.1
-
+clean::
+	rm -f examples/test.out
\ No newline at end of file

Modified: trunk/packages/tess/debian/slang-tess.manpages
===================================================================
--- trunk/packages/tess/debian/slang-tess.manpages	2005-11-04 17:06:05 UTC (rev 132)
+++ trunk/packages/tess/debian/slang-tess.manpages	2005-11-04 17:07:45 UTC (rev 133)
@@ -1 +1 @@
-tessrun.1
+man/man1/tessrun.1

Deleted: trunk/packages/tess/debian/tessrun.dbk
===================================================================
--- trunk/packages/tess/debian/tessrun.dbk	2005-11-04 17:06:05 UTC (rev 132)
+++ trunk/packages/tess/debian/tessrun.dbk	2005-11-04 17:07:45 UTC (rev 133)
@@ -1,122 +0,0 @@
-<?xml version='1.0' encoding='ISO-8859-1'?>
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-
-  <!ENTITY dhfirstname "<firstname>Rafael</firstname>">
-  <!ENTITY dhsurname   "<surname>Laboissiere</surname>">
-  <!ENTITY dhdate      "<date>2005-11-02</date>">
-  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
-  <!ENTITY dhemail     "<email>rafael at debian.org</email>">
-  <!ENTITY dhusername  "Rafael Laboissiere">
-  <!ENTITY dhucpackage "<refentrytitle>TESS</refentrytitle>">
-  <!ENTITY dhpackage   "tessrun">
-
-  <!ENTITY debian      "<productname>Debian</productname>">
-  <!ENTITY gnu         "<acronym>GNU</acronym>">
-  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
-]>
-
-<refentry>
-  <refentryinfo>
-    <address>
-      &dhemail;
-    </address>
-    <author>
-      &dhfirstname;
-      &dhsurname;
-    </author>
-    <copyright>
-      <year>2003</year>
-      <holder>&dhusername;</holder>
-    </copyright>
-    &dhdate;
-  </refentryinfo>
-  <refmeta>
-    &dhucpackage;
-
-    &dhsection;
-  </refmeta>
-  <refnamediv>
-    <refname>&dhpackage;</refname>
-
-    <refpurpose>
-       convenience script for running TESS scripts en masse
-    </refpurpose>
-  </refnamediv>
-  <refsynopsisdiv>
-    <cmdsynopsis>
-      <command>&dhpackage;</command>
-
-      <arg><option>-h</option></arg>
-      <arg><option>-l</option></arg>
-      <arg><option>-v</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.  Instead, it has
-      documentation in ASCII format; see below.</para>
-
-    <para>The <command>&dhpackage;</command> script is part of TESS, the
-      (Te)st (S)ystem for (S)-Lang. It is intended to simplify the
-      invocation, typically within a Makefile, of TESS-based automated
-      regression suites.</para>
-
-  </refsect1>
-  <refsect1>
-    <title>OPTIONS</title>
-
-    <variablelist>
-      <varlistentry>
-        <term><option>-h</option>
-        </term>
-        <listitem>
-          <para>Show short help text.</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term><option>-l</option>
-        </term>
-        <listitem>
-          <para>Supports local execution of examples (before install).</para>
-        </listitem>
-      </varlistentry>
-      <varlistentry>
-        <term><option>-v</option>
-        </term>
-        <listitem>
-          <para>Verbose mode.</para>
-        </listitem>
-      </varlistentry>
-    </variablelist>
-  </refsect1>
-  <refsect1>
-    <title>SEE ALSO</title>
-
-    <para>The Reference Manual for TESS can be found at
-      /usr/share/doc/slang-tess/tess.txt.gz.</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 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.
-	</para>
-
-  </refsect1>
-</refentry>
-




More information about the Pkg-jed-commit mailing list