[Python-modules-commits] r24590 - in packages/pyscript/tags (14 files)
arnau at users.alioth.debian.org
arnau at users.alioth.debian.org
Tue May 28 02:20:46 UTC 2013
Date: Tuesday, May 28, 2013 @ 02:20:45
Author: arnau
Revision: 24590
[svn-buildpackage] Tagging pyscript 0.6.1-4
Added:
packages/pyscript/tags/0.6.1-4/
packages/pyscript/tags/0.6.1-4/debian/changelog
(from rev 24589, packages/pyscript/trunk/debian/changelog)
packages/pyscript/tags/0.6.1-4/debian/control
(from rev 24589, packages/pyscript/trunk/debian/control)
packages/pyscript/tags/0.6.1-4/debian/patches/series
(from rev 24589, packages/pyscript/trunk/debian/patches/series)
packages/pyscript/tags/0.6.1-4/debian/pyscript.dbk
(from rev 24589, packages/pyscript/trunk/debian/pyscript.dbk)
packages/pyscript/tags/0.6.1-4/debian/rules
(from rev 24589, packages/pyscript/trunk/debian/rules)
packages/pyscript/tags/0.6.1-4/debian/source/format
(from rev 24589, packages/pyscript/trunk/debian/source/format)
Deleted:
packages/pyscript/tags/0.6.1-4/debian/changelog
packages/pyscript/tags/0.6.1-4/debian/control
packages/pyscript/tags/0.6.1-4/debian/pycompat
packages/pyscript/tags/0.6.1-4/debian/pyscript.dbk
packages/pyscript/tags/0.6.1-4/debian/pyversions
packages/pyscript/tags/0.6.1-4/debian/rules
packages/pyscript/tags/0.6.1-4/debian/source/format
Deleted: packages/pyscript/tags/0.6.1-4/debian/changelog
===================================================================
--- packages/pyscript/trunk/debian/changelog 2013-05-28 01:52:47 UTC (rev 24588)
+++ packages/pyscript/tags/0.6.1-4/debian/changelog 2013-05-28 02:20:45 UTC (rev 24590)
@@ -1,63 +0,0 @@
-pyscript (0.6.1-4) UNRELEASED; urgency=low
-
- * Use canonical URIs for Vcs-* fields.
-
- -- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 16:01:59 +0200
-
-pyscript (0.6.1-3) unstable; urgency=low
-
- [ Luca Falavigna ]
- * debian/patches/01_Python2.6_reserved_words.patch:
- - Do not use "as" as variable name, it's a reserved word in
- Python 2.6 (Closes: #567005).
- * debian/control:
- - Remove python-dev from Build-Depends, add python instead.
- - Depend on ${misc:Depends} where needed.
- - Bump Standards-Version to 3.8.4, no changes required.
- * debian/copyright:
- - Update common-license link to point to GPL-2.
-
- -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> Sun, 07 Mar 2010 13:33:02 +0100
-
-pyscript (0.6.1-2) unstable; urgency=low
-
- [ Arnaud Fontaine ]
- * New email address.
- * Remove useless debian/control.in.
- * debian/control:
- + Update Standards-Version to 3.7.3. No changes needed.
-
- [ Piotr Ożarowski ]
- * debian/control:
- + Add Vcs-Browser and Homepage fields.
- + Rename XS-Vcs-Svn field to Vcs-Svn.
-
- [ Sandro Tosi ]
- * debian/control:
- - Uniformise Vcs-Browser field.
-
- -- Arnaud Fontaine <arnau at debian.org> Fri, 30 May 2008 12:16:01 +0200
-
-pyscript (0.6.1-1) unstable; urgency=low
-
- * New upstream version
- + Include source of the documentation.
- * New Python policy changes.
- + debian/compat:
- - Update debhelper compatibility to 5.
- + debian/rules:
- - Add DEB_PYTHON_SYSTEM=pysupport.
- + debian/control.in
- - Clean Build-Depends and Depends, cdbs handles that
- automatically now.
- - XB-Python-Version for binary package.
- + debian/postinst && debian/prerm:
- - Remove "hand made" python-support stuff, cdbs does this.
-
- -- Arnaud Fontaine <arnaud at andesi.org> Fri, 23 Jun 2006 21:19:10 +0200
-
-pyscript (0.6-1) unstable; urgency=low
-
- * Initial release. Closes: #365009.
-
- -- Arnaud Fontaine <arnaud at andesi.org> Fri, 28 Apr 2006 16:51:32 +0200
Copied: packages/pyscript/tags/0.6.1-4/debian/changelog (from rev 24589, packages/pyscript/trunk/debian/changelog)
===================================================================
--- packages/pyscript/tags/0.6.1-4/debian/changelog (rev 0)
+++ packages/pyscript/tags/0.6.1-4/debian/changelog 2013-05-28 02:20:45 UTC (rev 24590)
@@ -0,0 +1,78 @@
+pyscript (0.6.1-4) unstable; urgency=low
+
+ [ Arnaud Fontaine ]
+ * debian/control: bump Standards-Version to 3.9.4. No changes needed.
+ * Use dh_python2 rather than deprecated pysupport:
+ + debian/control:
+ - Bump cdbs version to 0.4.90~.
+ - Replace python-dev by python-all (all) and bump version to 2.6.6-3~.
+ - Drop Build-Depends against python-support.
+ + debian/rules:
+ - Remove DEB_PYTHON_SYSTEM line.
+ + Remove debian/pyversions and debian/pycompat (use X-Python-Version).
+ * debian/pyscript.dbk: fix spelling error reported by lintian.
+ * Use 3.0 (quilt) format.
+ + debian/rules: no need to use simple-patchsys.mk anymore.
+
+ [ Jakub Wilk ]
+ * Use canonical URIs for Vcs-* fields.
+
+ -- Arnaud Fontaine <arnau at debian.org> Tue, 28 May 2013 11:00:51 +0900
+
+pyscript (0.6.1-3) unstable; urgency=low
+
+ [ Luca Falavigna ]
+ * debian/patches/01_Python2.6_reserved_words.patch:
+ - Do not use "as" as variable name, it's a reserved word in
+ Python 2.6 (Closes: #567005).
+ * debian/control:
+ - Remove python-dev from Build-Depends, add python instead.
+ - Depend on ${misc:Depends} where needed.
+ - Bump Standards-Version to 3.8.4, no changes required.
+ * debian/copyright:
+ - Update common-license link to point to GPL-2.
+
+ -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> Sun, 07 Mar 2010 13:33:02 +0100
+
+pyscript (0.6.1-2) unstable; urgency=low
+
+ [ Arnaud Fontaine ]
+ * New email address.
+ * Remove useless debian/control.in.
+ * debian/control:
+ + Update Standards-Version to 3.7.3. No changes needed.
+
+ [ Piotr Ożarowski ]
+ * debian/control:
+ + Add Vcs-Browser and Homepage fields.
+ + Rename XS-Vcs-Svn field to Vcs-Svn.
+
+ [ Sandro Tosi ]
+ * debian/control:
+ - Uniformise Vcs-Browser field.
+
+ -- Arnaud Fontaine <arnau at debian.org> Fri, 30 May 2008 12:16:01 +0200
+
+pyscript (0.6.1-1) unstable; urgency=low
+
+ * New upstream version
+ + Include source of the documentation.
+ * New Python policy changes.
+ + debian/compat:
+ - Update debhelper compatibility to 5.
+ + debian/rules:
+ - Add DEB_PYTHON_SYSTEM=pysupport.
+ + debian/control.in
+ - Clean Build-Depends and Depends, cdbs handles that
+ automatically now.
+ - XB-Python-Version for binary package.
+ + debian/postinst && debian/prerm:
+ - Remove "hand made" python-support stuff, cdbs does this.
+
+ -- Arnaud Fontaine <arnaud at andesi.org> Fri, 23 Jun 2006 21:19:10 +0200
+
+pyscript (0.6-1) unstable; urgency=low
+
+ * Initial release. Closes: #365009.
+
+ -- Arnaud Fontaine <arnaud at andesi.org> Fri, 28 Apr 2006 16:51:32 +0200
Deleted: packages/pyscript/tags/0.6.1-4/debian/control
===================================================================
--- packages/pyscript/trunk/debian/control 2013-05-28 01:52:47 UTC (rev 24588)
+++ packages/pyscript/tags/0.6.1-4/debian/control 2013-05-28 02:20:45 UTC (rev 24590)
@@ -1,33 +0,0 @@
-Source: pyscript
-Section: python
-Priority: optional
-Maintainer: Arnaud Fontaine <arnau at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, Gustavo Franco <stratus at debian.org>
-Build-Depends: debhelper (>= 5.0.37.2),
- cdbs (>= 0.4.42),
- python (>= 2.3.5-7),
- python-support (>= 0.3)
-Build-Depends-Indep: xsltproc,
- docbook-xsl,
- docbook-xml
-Standards-Version: 3.8.4
-Homepage: http://pyscript.sourceforge.net
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pyscript/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pyscript/trunk/
-
-Package: python-pyscript
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
-Suggests: python-pyscript-doc
-XB-Python-Version: ${python:Versions}
-Description: Python module for producing postscript graphics
- PyScript is a Python module for producing high quality postscript
- graphics. Rather than use a GUI to draw a picture, the picture is
- programmed using Python and the PyScript objects.
-
-Package: python-pyscript-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}
-Description: Python module for producing postscript graphics
- This package contains the documentation for Pyscript.
Copied: packages/pyscript/tags/0.6.1-4/debian/control (from rev 24589, packages/pyscript/trunk/debian/control)
===================================================================
--- packages/pyscript/tags/0.6.1-4/debian/control (rev 0)
+++ packages/pyscript/tags/0.6.1-4/debian/control 2013-05-28 02:20:45 UTC (rev 24590)
@@ -0,0 +1,36 @@
+Source: pyscript
+Section: python
+Priority: optional
+Maintainer: Arnaud Fontaine <arnau at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 5.0.37.2),
+ cdbs (>= 0.4.90~),
+ python-all (>= 2.6.6-3~)
+Build-Depends-Indep: xsltproc,
+ docbook-xsl,
+ docbook-xml
+Standards-Version: 3.9.4
+X-Python-Version: >= 2.3
+Homepage: http://pyscript.sourceforge.net
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pyscript/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pyscript/trunk/
+
+Package: python-pyscript
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Suggests: python-pyscript-doc
+Description: Python module for producing postscript graphics
+ PyScript is a Python module for producing high quality postscript
+ graphics. Rather than use a GUI to draw a picture, the picture is
+ programmed using Python and the PyScript objects.
+
+Package: python-pyscript-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Description: Python module for producing postscript graphics - documentation
+ PyScript is a Python module for producing high quality postscript
+ graphics. Rather than use a GUI to draw a picture, the picture is
+ programmed using Python and the PyScript objects.
+ .
+ This package contains the documentation for Pyscript.
Copied: packages/pyscript/tags/0.6.1-4/debian/patches/series (from rev 24589, packages/pyscript/trunk/debian/patches/series)
===================================================================
--- packages/pyscript/tags/0.6.1-4/debian/patches/series (rev 0)
+++ packages/pyscript/tags/0.6.1-4/debian/patches/series 2013-05-28 02:20:45 UTC (rev 24590)
@@ -0,0 +1 @@
+01_Python2.6_reserved_words.patch
Deleted: packages/pyscript/tags/0.6.1-4/debian/pycompat
===================================================================
--- packages/pyscript/trunk/debian/pycompat 2013-05-28 01:52:47 UTC (rev 24588)
+++ packages/pyscript/tags/0.6.1-4/debian/pycompat 2013-05-28 02:20:45 UTC (rev 24590)
@@ -1 +0,0 @@
-2
Deleted: packages/pyscript/tags/0.6.1-4/debian/pyscript.dbk
===================================================================
--- packages/pyscript/trunk/debian/pyscript.dbk 2013-05-28 01:52:47 UTC (rev 24588)
+++ packages/pyscript/tags/0.6.1-4/debian/pyscript.dbk 2013-05-28 02:20:45 UTC (rev 24590)
@@ -1,190 +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" [
-
-<!--
-
-Process this file with an XSLT processor: `xsltproc \
--''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\
-manpages/docbook.xsl manpage.dbk'. A manual page
-<package>.<section> will be generated. You may view the
-manual page with: nroff -man <package>.<section> | less'. A
-typical entry in a Makefile or Makefile.am is:
-
-DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\
-manpages/docbook.xsl
-XP=xsltproc -''-nonet
-
-manpage.1: manpage.dbk
- $(XP) $(DB2MAN) $<
-
-The xsltproc binary is found in the xsltproc package. The
-XSL files are in docbook-xsl. Please remember that if you
-create the nroff version in one of the debian/rules file
-targets (such as build), you will need to include xsltproc
-and docbook-xsl in your Build-Depends control field.
-
--->
-
- <!-- Fill in your name for FIRSTNAME and SURNAME. -->
- <!ENTITY dhfirstname "<firstname>Arnaud</firstname>">
- <!ENTITY dhsurname "<surname>Fontaine</surname>">
-
- <!-- Please adjust the date whenever revising the manpage. -->
- <!ENTITY dhdate "<date>may 05, 2006</date>">
-
- <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
- allowed: see man(7), man(1). -->
- <!ENTITY dhsection "<manvolnum>1</manvolnum>">
- <!ENTITY dhemail "<email>arnau at debian.org</email>">
- <!ENTITY dhusername "Arnaud Fontaine">
- <!ENTITY dhucpackage "<refentrytitle>PYSCRIPT</refentrytitle>">
- <!ENTITY dhpackage "pyscript">
-
- <!ENTITY debian "Debian">
- <!ENTITY gnu "<acronym>GNU</acronym>">
- <!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
-]>
-
-<!-- ====================================================================== -->
-<refentry lang="fr">
- <refentryinfo>
- <address>
- &dhemail;
- </address>
-
- <copyright>
- <year>2006</year>
- <holder>&dhusername;</holder>
- </copyright>
- &dhdate;
- </refentryinfo>
-
- <!-- ============================================================ -->
- <refmeta>
- &dhucpackage;
-
- &dhsection;
- </refmeta>
-
- <!-- ============================================================ -->
- <refnamediv>
- <refname>&dhpackage;</refname>
-
- <refpurpose>Pyscript tool for generating an Encapsulated PostScript (EPS)</refpurpose>
- </refnamediv>
-
- <!-- ============================================================ -->
- <refsynopsisdiv>
- <cmdsynopsis>
- <command>&dhpackage;</command>
- <arg><option>--version</option></arg>
- </cmdsynopsis>
-
- <cmdsynopsis>
- <command>&dhpackage;</command>
- <arg choice="plain"><replaceable>file.py</replaceable></arg>
- <arg><option>options</option></arg>
- <arg><option>-o <replaceable>output file name
- file</replaceable></option></arg>
- <arg><option>-l <replaceable>log file</replaceable></option></arg>
- </cmdsynopsis>
- </refsynopsisdiv>
-
- <!-- ============================================================ -->
- <refsect1>
- <title>DESCRIPTION</title>
-
- <simpara>
- Pyscript allows to write images using the Python programming
- language. Use <command>&dhpackage;</command> to create an
- Encapsulated PostScript (EPS) from a python program using
- pyscript objects.
- </simpara>
-
- <simpara>
- An source python file name has to be given to the script. By
- default, <command>&dhpackage;</command> is written its output to
- foo.eps where foo.py is the file name of the python program.
- this behavior can be change by specifying
- <option>-o output</option> or <option>--output=output</option> to
- the script.
- </simpara>
-
- <simpara>
- The path of an alternative log file can also be written using
- the <option>-l file</option> or <option>--logfile=file</option>.
- </simpara>
-
- </refsect1>
-
- <!-- ============================================================ -->
- <refsect1>
- <title>OPTIONS</title>
-
- <variablelist>
-
- <varlistentry>
- <term>
- <option>--version/-V</option>
- </term>
- <listitem>
- <simpara>print version and URL of the project.</simpara>
- </listitem>
- </varlistentry>
-
- <varlistentry>
- <term><option>--help/-h</option></term>
- <listitem><simpara>print usage information</simpara>
- </listitem>
- </varlistentry>
-
- <varlistentry>
- <term><option>--output/-o</option></term>
- <listitem><simpara>Output is written to the given file name</simpara>
- </listitem>
- </varlistentry>
-
- <varlistentry>
- <term><option>--logfile/-l</option></term>
- <listitem><simpara>Write the logfile to the given file name</simpara>
- </listitem>
- </varlistentry>
-
- </variablelist>
- </refsect1>
-
- <!-- ============================================================ -->
- <refsect1>
- <title>AUTHORS</title>
-
- <para>Pyscript was written by
- <personname>
- <firstname>Alexei</firstname>
- <surname>Gilchrist</surname>
- </personname>
- <email>aalexei at users.sourceforge.net</email>
- and
- <personname>
- <firstname>Paul</firstname>
- <surname>Cochrane</surname>
- </personname>
- <email>paultcochrane at users.sourceforge.net</email>.
- </para>
-
- <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
- <filename>/usr/share/common-licenses/GPL</filename>.
- </para>
-
- </refsect1>
-</refentry>
Copied: packages/pyscript/tags/0.6.1-4/debian/pyscript.dbk (from rev 24589, packages/pyscript/trunk/debian/pyscript.dbk)
===================================================================
--- packages/pyscript/tags/0.6.1-4/debian/pyscript.dbk (rev 0)
+++ packages/pyscript/tags/0.6.1-4/debian/pyscript.dbk 2013-05-28 02:20:45 UTC (rev 24590)
@@ -0,0 +1,190 @@
+<?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" [
+
+<!--
+
+Process this file with an XSLT processor: `xsltproc \
+-''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\
+manpages/docbook.xsl manpage.dbk'. A manual page
+<package>.<section> will be generated. You may view the
+manual page with: nroff -man <package>.<section> | less'. A
+typical entry in a Makefile or Makefile.am is:
+
+DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\
+manpages/docbook.xsl
+XP=xsltproc -''-nonet
+
+manpage.1: manpage.dbk
+ $(XP) $(DB2MAN) $<
+
+The xsltproc binary is found in the xsltproc package. The
+XSL files are in docbook-xsl. Please remember that if you
+create the nroff version in one of the debian/rules file
+targets (such as build), you will need to include xsltproc
+and docbook-xsl in your Build-Depends control field.
+
+-->
+
+ <!-- Fill in your name for FIRSTNAME and SURNAME. -->
+ <!ENTITY dhfirstname "<firstname>Arnaud</firstname>">
+ <!ENTITY dhsurname "<surname>Fontaine</surname>">
+
+ <!-- Please adjust the date whenever revising the manpage. -->
+ <!ENTITY dhdate "<date>may 05, 2006</date>">
+
+ <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
+ allowed: see man(7), man(1). -->
+ <!ENTITY dhsection "<manvolnum>1</manvolnum>">
+ <!ENTITY dhemail "<email>arnau at debian.org</email>">
+ <!ENTITY dhusername "Arnaud Fontaine">
+ <!ENTITY dhucpackage "<refentrytitle>PYSCRIPT</refentrytitle>">
+ <!ENTITY dhpackage "pyscript">
+
+ <!ENTITY debian "Debian">
+ <!ENTITY gnu "<acronym>GNU</acronym>">
+ <!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
+]>
+
+<!-- ====================================================================== -->
+<refentry lang="fr">
+ <refentryinfo>
+ <address>
+ &dhemail;
+ </address>
+
+ <copyright>
+ <year>2006</year>
+ <holder>&dhusername;</holder>
+ </copyright>
+ &dhdate;
+ </refentryinfo>
+
+ <!-- ============================================================ -->
+ <refmeta>
+ &dhucpackage;
+
+ &dhsection;
+ </refmeta>
+
+ <!-- ============================================================ -->
+ <refnamediv>
+ <refname>&dhpackage;</refname>
+
+ <refpurpose>Pyscript tool for generating an Encapsulated PostScript (EPS)</refpurpose>
+ </refnamediv>
+
+ <!-- ============================================================ -->
+ <refsynopsisdiv>
+ <cmdsynopsis>
+ <command>&dhpackage;</command>
+ <arg><option>--version</option></arg>
+ </cmdsynopsis>
+
+ <cmdsynopsis>
+ <command>&dhpackage;</command>
+ <arg choice="plain"><replaceable>file.py</replaceable></arg>
+ <arg><option>options</option></arg>
+ <arg><option>-o <replaceable>output file name
+ file</replaceable></option></arg>
+ <arg><option>-l <replaceable>log file</replaceable></option></arg>
+ </cmdsynopsis>
+ </refsynopsisdiv>
+
+ <!-- ============================================================ -->
+ <refsect1>
+ <title>DESCRIPTION</title>
+
+ <simpara>
+ Pyscript allows one to write images using the Python programming
+ language. Use <command>&dhpackage;</command> to create an
+ Encapsulated PostScript (EPS) from a python program using
+ pyscript objects.
+ </simpara>
+
+ <simpara>
+ An source python file name has to be given to the script. By
+ default, <command>&dhpackage;</command> is written its output to
+ foo.eps where foo.py is the file name of the python program.
+ this behavior can be change by specifying
+ <option>-o output</option> or <option>--output=output</option> to
+ the script.
+ </simpara>
+
+ <simpara>
+ The path of an alternative log file can also be written using
+ the <option>-l file</option> or <option>--logfile=file</option>.
+ </simpara>
+
+ </refsect1>
+
+ <!-- ============================================================ -->
+ <refsect1>
+ <title>OPTIONS</title>
+
+ <variablelist>
+
+ <varlistentry>
+ <term>
+ <option>--version/-V</option>
+ </term>
+ <listitem>
+ <simpara>print version and URL of the project.</simpara>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>--help/-h</option></term>
+ <listitem><simpara>print usage information</simpara>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>--output/-o</option></term>
+ <listitem><simpara>Output is written to the given file name</simpara>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term><option>--logfile/-l</option></term>
+ <listitem><simpara>Write the logfile to the given file name</simpara>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+ </refsect1>
+
+ <!-- ============================================================ -->
+ <refsect1>
+ <title>AUTHORS</title>
+
+ <para>Pyscript was written by
+ <personname>
+ <firstname>Alexei</firstname>
+ <surname>Gilchrist</surname>
+ </personname>
+ <email>aalexei at users.sourceforge.net</email>
+ and
+ <personname>
+ <firstname>Paul</firstname>
+ <surname>Cochrane</surname>
+ </personname>
+ <email>paultcochrane at users.sourceforge.net</email>.
+ </para>
+
+ <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
+ <filename>/usr/share/common-licenses/GPL</filename>.
+ </para>
+
+ </refsect1>
+</refentry>
Deleted: packages/pyscript/tags/0.6.1-4/debian/pyversions
===================================================================
--- packages/pyscript/trunk/debian/pyversions 2013-05-28 01:52:47 UTC (rev 24588)
+++ packages/pyscript/tags/0.6.1-4/debian/pyversions 2013-05-28 02:20:45 UTC (rev 24590)
@@ -1 +0,0 @@
-2.3-
Deleted: packages/pyscript/tags/0.6.1-4/debian/rules
===================================================================
--- packages/pyscript/trunk/debian/rules 2013-05-28 01:52:47 UTC (rev 24588)
+++ packages/pyscript/tags/0.6.1-4/debian/rules 2013-05-28 02:20:45 UTC (rev 24590)
@@ -1,26 +0,0 @@
-#!/usr/bin/make -f
-# -*- mode: makefile; coding: utf-8 -*-
-
-DEB_PYTHON_SYSTEM=pysupport
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
-
-# Don't compress .py files
-DEB_COMPRESS_EXCLUDE := .py
-
-# Manpages stuff
-MANPAGES = debian/pyscript.1
-XSLT_CMD = xsltproc -nonet
-DB2MAN = /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl
-
-DEB_DESTDIR=debian/python-pyscript
-
-install/python-pyscript:: $(MANPAGES)
-
-%.1: %.dbk
- cd $(<D) && $(XSLT_CMD) $(DB2MAN) $(<F)
-
-clean::
- rm -f $(MANPAGES)
Copied: packages/pyscript/tags/0.6.1-4/debian/rules (from rev 24589, packages/pyscript/trunk/debian/rules)
===================================================================
--- packages/pyscript/tags/0.6.1-4/debian/rules (rev 0)
+++ packages/pyscript/tags/0.6.1-4/debian/rules 2013-05-28 02:20:45 UTC (rev 24590)
@@ -0,0 +1,23 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+# Don't compress .py files
+DEB_COMPRESS_EXCLUDE := .py
+
+# Manpages stuff
+MANPAGES = debian/pyscript.1
+XSLT_CMD = xsltproc -nonet
+DB2MAN = /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl
+
+DEB_DESTDIR=debian/python-pyscript
+
+install/python-pyscript:: $(MANPAGES)
+
+%.1: %.dbk
+ cd $(<D) && $(XSLT_CMD) $(DB2MAN) $(<F)
+
+clean::
+ rm -f $(MANPAGES)
Deleted: packages/pyscript/tags/0.6.1-4/debian/source/format
===================================================================
--- packages/pyscript/trunk/debian/source/format 2013-05-28 01:52:47 UTC (rev 24588)
+++ packages/pyscript/tags/0.6.1-4/debian/source/format 2013-05-28 02:20:45 UTC (rev 24590)
@@ -1 +0,0 @@
-1.0
Copied: packages/pyscript/tags/0.6.1-4/debian/source/format (from rev 24589, packages/pyscript/trunk/debian/source/format)
===================================================================
--- packages/pyscript/tags/0.6.1-4/debian/source/format (rev 0)
+++ packages/pyscript/tags/0.6.1-4/debian/source/format 2013-05-28 02:20:45 UTC (rev 24590)
@@ -0,0 +1 @@
+3.0 (quilt)
More information about the Python-modules-commits
mailing list