[Python-modules-commits] r10310 - in packages/ll-core/trunk/debian (9 files)
bzed at users.alioth.debian.org
bzed at users.alioth.debian.org
Fri Nov 6 12:40:24 UTC 2009
Date: Friday, November 6, 2009 @ 12:40:22
Author: bzed
Revision: 10310
Transitioning to python-ll-xist.
Modified:
packages/ll-core/trunk/debian/changelog
packages/ll-core/trunk/debian/control
packages/ll-core/trunk/debian/rules
Deleted:
packages/ll-core/trunk/debian/examples
packages/ll-core/trunk/debian/patches/
packages/ll-core/trunk/debian/python-ll-core.manpages
packages/ll-core/trunk/debian/pyversions
packages/ll-core/trunk/debian/ucp.sgml
packages/ll-core/trunk/debian/watch
Modified: packages/ll-core/trunk/debian/changelog
===================================================================
--- packages/ll-core/trunk/debian/changelog 2009-11-06 12:24:18 UTC (rev 10309)
+++ packages/ll-core/trunk/debian/changelog 2009-11-06 12:40:22 UTC (rev 10310)
@@ -1,13 +1,13 @@
-ll-core (1.11.1-2) UNRELEASED; urgency=low
+ll-core (1.11.1-2) unstable; urgency=low
[ Bernd Zeimetz ]
- * NOT RELEASED YET
+ * Transitioning to python-ll-xist.
[ Sandro Tosi ]
* debian/control
- switch Vcs-Browser field to viewsvn
- -- Bernd Zeimetz <bzed at debian.org> Sat, 26 Jan 2008 19:37:55 +0100
+ -- Bernd Zeimetz <bzed at debian.org> Fri, 06 Nov 2009 13:38:15 +0100
ll-core (1.11.1-1) unstable; urgency=low
Modified: packages/ll-core/trunk/debian/control
===================================================================
--- packages/ll-core/trunk/debian/control 2009-11-06 12:24:18 UTC (rev 10309)
+++ packages/ll-core/trunk/debian/control 2009-11-06 12:40:22 UTC (rev 10310)
@@ -3,8 +3,7 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Bernd Zeimetz <bzed at debian.org>
-Build-Depends: cdbs (>= 0.4.45), debhelper (>= 5), python-all-dev (>= 2.4.4-3), python-support (>= 0.6.4),
- docbook-to-man, dpatch
+Build-Depends: cdbs (>= 0.4.45), debhelper (>= 5)
Homepage: http://www.livinglogic.de/Python/index.html
Standards-Version: 3.7.3
Vcs-Svn: svn://svn.debian.org/python-modules/packages/ll-core/trunk/
@@ -12,25 +11,8 @@
Package: python-ll-core
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
-Recommends: python-imaging (>=1.1.2-3.2)
-Description: Python modules for colors, make, cron, daemons, URLs, templating
- ll-core is a collection of the following modules:
- .
- * 'ansistyle' can be used for colored terminal output (via
- ANSI escape sequences).
- * 'color' provides classes and functions for handling
- RGB color values.
- * 'make' is an object oriented make replacement.
- * 'misc' provides several small utility functions and
- classes.
- * 'sisyphus' provides classes for running Python scripts as
- cron jobs.
- * 'daemon' can be used on UNIX to fork a daemon process.
- * 'url' contains an RFC2396 compliant implementation of
- URLs and classes for accessing resource metadata
- as well as file like classes for reading data
- from URLs and writing data to URLs.
- * 'xpit' is a module that makes it possible to embed Python
- expressions in text (as XML style processing
- instructions).
+Depends: python-ll-xist (>= 3.7)
+Description: transitional package to ll-xist
+ The functionality of ll-core was integrated into ll-xist.
+ It is safe to remove this package from your system as it is
+ only a transitional package.
Deleted: packages/ll-core/trunk/debian/examples
===================================================================
--- packages/ll-core/trunk/debian/examples 2009-11-06 12:24:18 UTC (rev 10309)
+++ packages/ll-core/trunk/debian/examples 2009-11-06 12:40:22 UTC (rev 10310)
@@ -1 +0,0 @@
-demos/*
Deleted: packages/ll-core/trunk/debian/python-ll-core.manpages
===================================================================
--- packages/ll-core/trunk/debian/python-ll-core.manpages 2009-11-06 12:24:18 UTC (rev 10309)
+++ packages/ll-core/trunk/debian/python-ll-core.manpages 2009-11-06 12:40:22 UTC (rev 10310)
@@ -1 +0,0 @@
-debian/ucp.1
Deleted: packages/ll-core/trunk/debian/pyversions
===================================================================
--- packages/ll-core/trunk/debian/pyversions 2009-11-06 12:24:18 UTC (rev 10309)
+++ packages/ll-core/trunk/debian/pyversions 2009-11-06 12:40:22 UTC (rev 10310)
@@ -1 +0,0 @@
-2.5
Modified: packages/ll-core/trunk/debian/rules
===================================================================
--- packages/ll-core/trunk/debian/rules 2009-11-06 12:24:18 UTC (rev 10309)
+++ packages/ll-core/trunk/debian/rules 2009-11-06 12:40:22 UTC (rev 10310)
@@ -1,23 +1,3 @@
#!/usr/bin/make -f
-DEB_PYTHON_SYSTEM=pysupport
-DEB_COMPRESS_EXCLUDE := .py
-
-PACKAGE := python-ll-core
-
include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
-
-build/$(PACKAGE)::
- docbook-to-man debian/ucp.sgml > debian/ucp.1
-
-install/$(PACKAGE)::
- mv $(CURDIR)/debian/$(PACKAGE)/usr/bin/ucp.py $(CURDIR)/debian/$(PACKAGE)/usr/bin/ucp
- chmod 755 $(CURDIR)/debian/$(PACKAGE)/usr/lib/python*/site-packages/ll/scripts/ucp.py
- sed -i '1s,#!.*,#!/usr/bin/python2.5,g' $(CURDIR)/debian/$(PACKAGE)/usr/lib/python*/site-packages/ll/scripts/ucp.py
- sed -i '1s,#!.*,,g' $(CURDIR)/debian/$(PACKAGE)/usr/lib/python*/site-packages/ll/*.py
-
-clean::
- # rm created manpage
- rm -f debian/ucp.1
Deleted: packages/ll-core/trunk/debian/ucp.sgml
===================================================================
--- packages/ll-core/trunk/debian/ucp.sgml 2009-11-06 12:24:18 UTC (rev 10309)
+++ packages/ll-core/trunk/debian/ucp.sgml 2009-11-06 12:40:22 UTC (rev 10310)
@@ -1,163 +0,0 @@
-<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
-
-<!-- Process this file with docbook-to-man to generate an nroff manual
- page: `docbook-to-man manpage.sgml > manpage.1'. You may view
- the manual page with: `docbook-to-man manpage.sgml | nroff -man |
- less'. A typical entry in a Makefile or Makefile.am is:
-
-manpage.1: manpage.sgml
- docbook-to-man $< > $@
-
-
- The docbook-to-man binary is found in the docbook-to-man package.
- 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
- docbook-to-man in your Build-Depends control field.
-
- -->
-
- <!-- Fill in your name for FIRSTNAME and SURNAME. -->
- <!ENTITY dhfirstname "<firstname>Bernd</firstname>">
- <!ENTITY dhsurname "<surname>Zeimetz</surname>">
- <!-- Please adjust the date whenever revising the manpage. -->
- <!ENTITY dhdate "<date>Sun Jul 8 16:11:42 CEST 2007</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>bernd at bzed.de</email>">
- <!ENTITY dhusername "Bernd Zeimetz">
- <!ENTITY dhucpackage "<refentrytitle>UCP</refentrytitle>">
- <!ENTITY dhpackage "ucp">
-
- <!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>2007</year>
- <holder>&dhusername;</holder>
- </copyright>
- &dhdate;
- </refentryinfo>
- <refmeta>
- &dhucpackage;
-
- &dhsection;
- </refmeta>
- <refnamediv>
- <refname>&dhpackage;</refname>
-
- <refpurpose>file copy program which uses urls to specify source and target</refpurpose>
- </refnamediv>
- <refsynopsisdiv>
- <cmdsynopsis>
- <command>&dhpackage;</command>
-
- <arg><option>-h|--help<replaceable></replaceable></option></arg>
- <arg><option>-v|--verbose<replaceable></replaceable></option></arg>
- <arg><option>-c|--color=<replaceable>COLOR</replaceable></option></arg>
- <arg><option>-u|--user=<replaceable>USER</replaceable></option></arg>
- <arg><option>-g|--group=<replaceable>GROUP</replaceable></option></arg>
- <arg><option><replaceable>source-file-url target-file-url | source-file-url(s) target-dir-url</replaceable></option></arg>
- </cmdsynopsis>
- </refsynopsisdiv>
- <refsect1>
- <title>DESCRIPTION</title>
-
- <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 program to copy files from
- a source URL to a target URL. For example you could use it to copy
- http://www.foo.bar/test.html to ftp://ftp.test.bar/.
- <command>&dhpackage;</command> demonstrates the functions of the
- ll.url Python module.</para>
-
- </refsect1>
- <refsect1>
- <title>OPTIONS</title>
-
- <variablelist>
- <varlistentry>
- <term><option>-h</option>
- <option>--help</option>
- </term>
- <listitem>
- <para>Show a help message and exit.</para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term><option>-v</option>
- <option>--verbose</option>
- </term>
- <listitem>
- <para>Be verbose.</para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term><option>-c COLOR</option>
- <option>--color=COLOR</option>
- </term>
- <listitem>
- <para>Color output (yes, no, auto).</para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term><option>-u USER</option>
- <option>--user=USER</option>
- </term>
- <listitem>
- <para>User id or name for target files.</para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term><option>-g GROUP</option>
- <option>--group=GROUP</option>
- </term>
- <listitem>
- <para>Group id or name for target files.</para>
- </listitem>
- </varlistentry>
- </variablelist>
- </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 same terms as the source of ll-core, see
- /usr/share/doc/python-ll-core/copyright for details.
- </para>
-
- </refsect1>
-</refentry>
-
-<!-- Keep this comment at the end of the file
-Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:2
-sgml-indent-data:t
-sgml-parent-document:nil
-sgml-default-dtd-file:nil
-sgml-exposed-tags:nil
-sgml-local-catalogs:nil
-sgml-local-ecat-files:nil
-End:
--->
-
-
Deleted: packages/ll-core/trunk/debian/watch
===================================================================
--- packages/ll-core/trunk/debian/watch 2009-11-06 12:24:18 UTC (rev 10309)
+++ packages/ll-core/trunk/debian/watch 2009-11-06 12:40:22 UTC (rev 10310)
@@ -1,4 +0,0 @@
-
-version=3
-
-http://ftp.livinglogic.de/core/ll-core-(.*).tar.gz
More information about the Python-modules-commits
mailing list