[Python-modules-commits] r2674 - in /packages/ll-core/trunk/debian: ./ changelog compat control copyright pycompat pyversions rules watch

bzed-guest at users.alioth.debian.org bzed-guest at users.alioth.debian.org
Fri Jul 6 20:53:36 UTC 2007


Author: bzed-guest
Date: Fri Jul  6 20:53:36 2007
New Revision: 2674

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2674
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    packages/ll-core/trunk/debian/   (with props)
    packages/ll-core/trunk/debian/changelog
    packages/ll-core/trunk/debian/compat
    packages/ll-core/trunk/debian/control
    packages/ll-core/trunk/debian/copyright
    packages/ll-core/trunk/debian/pycompat
    packages/ll-core/trunk/debian/pyversions
    packages/ll-core/trunk/debian/rules   (with props)
    packages/ll-core/trunk/debian/watch

Propchange: packages/ll-core/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: packages/ll-core/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/ll-core/trunk/debian/changelog?rev=2674&op=file
==============================================================================
--- packages/ll-core/trunk/debian/changelog (added)
+++ packages/ll-core/trunk/debian/changelog Fri Jul  6 20:53:36 2007
@@ -1,0 +1,6 @@
+ll-core (1.9.1-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #432023)
+
+ -- Bernd Zeimetz <bernd at bzed.de>  Fri, 06 Jul 2007 22:37:32 +0200
+

Added: packages/ll-core/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/ll-core/trunk/debian/compat?rev=2674&op=file
==============================================================================
--- packages/ll-core/trunk/debian/compat (added)
+++ packages/ll-core/trunk/debian/compat Fri Jul  6 20:53:36 2007
@@ -1,0 +1,1 @@
+5

Added: packages/ll-core/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/ll-core/trunk/debian/control?rev=2674&op=file
==============================================================================
--- packages/ll-core/trunk/debian/control (added)
+++ packages/ll-core/trunk/debian/control Fri Jul  6 20:53:36 2007
@@ -1,0 +1,31 @@
+Source: ll-core
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Bernd Zeimetz <bernd at bzed.de>
+Build-Depends: cdbs, debhelper (>= 5), python-all-dev (>= 2.4.4), python-support (>= 0.4)
+Standards-Version: 3.7.2
+
+Package: python-ll-core
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Description: Core modules used by ll- and other packages
+ 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).

Added: packages/ll-core/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/ll-core/trunk/debian/copyright?rev=2674&op=file
==============================================================================
--- packages/ll-core/trunk/debian/copyright (added)
+++ packages/ll-core/trunk/debian/copyright Fri Jul  6 20:53:36 2007
@@ -1,0 +1,24 @@
+This package was debianized by Bernd Zeimetz <bernd at bzed.de> on
+Fri, 06 Jul 2007 22:37:32 +0200.
+
+It was downloaded from <url://example.com>
+
+Upstream Author(s): 
+
+    <put author's name and email here>
+    <likewise for another author>
+
+Copyright: 
+
+    <Copyright (C) YYYY Name OfAuthor>
+    <likewise for another author>
+
+License:
+
+    <Put the license of the package here indented by 4 spaces>
+
+The Debian packaging is (C) 2007, Bernd Zeimetz <bernd at bzed.de> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.

Added: packages/ll-core/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/ll-core/trunk/debian/pycompat?rev=2674&op=file
==============================================================================
--- packages/ll-core/trunk/debian/pycompat (added)
+++ packages/ll-core/trunk/debian/pycompat Fri Jul  6 20:53:36 2007
@@ -1,0 +1,1 @@
+2

Added: packages/ll-core/trunk/debian/pyversions
URL: http://svn.debian.org/wsvn/python-modules/packages/ll-core/trunk/debian/pyversions?rev=2674&op=file
==============================================================================
--- packages/ll-core/trunk/debian/pyversions (added)
+++ packages/ll-core/trunk/debian/pyversions Fri Jul  6 20:53:36 2007
@@ -1,0 +1,1 @@
+2.5-

Added: packages/ll-core/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/ll-core/trunk/debian/rules?rev=2674&op=file
==============================================================================
--- packages/ll-core/trunk/debian/rules (added)
+++ packages/ll-core/trunk/debian/rules Fri Jul  6 20:53:36 2007
@@ -1,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pysupport
+DEB_COMPRESS_EXCLUDE := .py
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+

Propchange: packages/ll-core/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/ll-core/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/ll-core/trunk/debian/watch?rev=2674&op=file
==============================================================================
--- packages/ll-core/trunk/debian/watch (added)
+++ packages/ll-core/trunk/debian/watch Fri Jul  6 20:53:36 2007
@@ -1,0 +1,9 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+http://www.livinglogic.de/Python/core/Download.html ll-core-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list