[Python-modules-commits] r3166 - in /packages/python-application/trunk/debian: ./ changelog compat control copyright examples pycompat rules watch

bzed-guest at users.alioth.debian.org bzed-guest at users.alioth.debian.org
Mon Sep 3 00:04:13 UTC 2007


Author: bzed-guest
Date: Mon Sep  3 00:04:13 2007
New Revision: 3166

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

Added:
    packages/python-application/trunk/debian/   (with props)
    packages/python-application/trunk/debian/changelog
    packages/python-application/trunk/debian/compat
    packages/python-application/trunk/debian/control
    packages/python-application/trunk/debian/copyright
    packages/python-application/trunk/debian/examples
    packages/python-application/trunk/debian/pycompat
    packages/python-application/trunk/debian/rules   (with props)
    packages/python-application/trunk/debian/watch

Propchange: packages/python-application/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: packages/python-application/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-application/trunk/debian/changelog?rev=3166&op=file
==============================================================================
--- packages/python-application/trunk/debian/changelog (added)
+++ packages/python-application/trunk/debian/changelog Mon Sep  3 00:04:13 2007
@@ -1,0 +1,5 @@
+python-application (1.0.8-1) unstable; urgency=low
+
+  * Initial release (Closes: #440482)
+
+ -- Bernd Zeimetz <bernd at bzed.de>  Mon, 03 Sep 2007 01:50:24 +0200

Added: packages/python-application/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/python-application/trunk/debian/compat?rev=3166&op=file
==============================================================================
--- packages/python-application/trunk/debian/compat (added)
+++ packages/python-application/trunk/debian/compat Mon Sep  3 00:04:13 2007
@@ -1,0 +1,1 @@
+5

Added: packages/python-application/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-application/trunk/debian/control?rev=3166&op=file
==============================================================================
--- packages/python-application/trunk/debian/control (added)
+++ packages/python-application/trunk/debian/control Mon Sep  3 00:04:13 2007
@@ -1,0 +1,29 @@
+Source: python-application
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Bernd Zeimetz <bernd at bzed.de>, Dan Pascu <dan at ag-projects.com>
+Build-Depends: cdbs (>= 0.4.47), debhelper (>= 5.0.42), python
+Build-Depends-Indep: python-support
+Standards-Version: 3.7.2
+XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-application/trunk/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-application/trunk/
+
+Package: python-application
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Recommends: python-twisted-core
+Description: Basic building blocks for python applications
+ This module provides some basic components that can be used to simplify
+ building python applications.
+ .
+ The components included by this package incapsulate the functionality to
+ handle the following tasks:
+ .
+  - UNIX process management (forking, signal handling, pid file creation)
+  - A very simple to use interface to handle configuration files.
+  - An extensible system logger for console and/or syslog.
+  - Miscelaneous utilities and helpers.
+  - Memory troubleshooting and execution timing.
+ .
+  Homepage: http://cheeseshop.python.org/pypi/python-application

Added: packages/python-application/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/python-application/trunk/debian/copyright?rev=3166&op=file
==============================================================================
--- packages/python-application/trunk/debian/copyright (added)
+++ packages/python-application/trunk/debian/copyright Mon Sep  3 00:04:13 2007
@@ -1,0 +1,40 @@
+This package was debianized by Dan Pascu <dan at ag-projects.com> on
+Sat, 16 Dec 2006 08:23:41 +0200 and is maintained by Bernd Zeimetz
+<bernd at bzed.de> and the Debian Python Modules Team.
+
+It is available for download at
+    http://cheeseshop.python.org/pypi/python-gnutls
+
+Author:
+
+    Dan Pascu <dan at ag-projects.com>
+
+Copyright:
+
+    Copyright (C) 2006-2007 Dan Pascu <dan at ag-projects.com>
+
+License:
+
+    This library 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 library 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 library; 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, version 2, can be found in
+`/usr/share/common-licenses/LGPL-2'.
+
+The Debian packaging is (C) 2007 Dan Pascu <dan at ag-projects.com>,
+Bernd Zeimetz <bernd at bzed.de> and is licensed under the LGPL,
+version 2 of the License, or (at your option) any later version,
+see above.
+

Added: packages/python-application/trunk/debian/examples
URL: http://svn.debian.org/wsvn/python-modules/packages/python-application/trunk/debian/examples?rev=3166&op=file
==============================================================================
--- packages/python-application/trunk/debian/examples (added)
+++ packages/python-application/trunk/debian/examples Mon Sep  3 00:04:13 2007
@@ -1,0 +1,1 @@
+examples/*

Added: packages/python-application/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/python-application/trunk/debian/pycompat?rev=3166&op=file
==============================================================================
--- packages/python-application/trunk/debian/pycompat (added)
+++ packages/python-application/trunk/debian/pycompat Mon Sep  3 00:04:13 2007
@@ -1,0 +1,1 @@
+2

Added: packages/python-application/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-application/trunk/debian/rules?rev=3166&op=file
==============================================================================
--- packages/python-application/trunk/debian/rules (added)
+++ packages/python-application/trunk/debian/rules Mon Sep  3 00:04:13 2007
@@ -1,0 +1,10 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pycentral
+DEB_COMPRESS_EXCLUDE += .py .ini
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+clean::
+	-rm -rf dist MANIFEST

Propchange: packages/python-application/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/python-application/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/python-application/trunk/debian/watch?rev=3166&op=file
==============================================================================
--- packages/python-application/trunk/debian/watch (added)
+++ packages/python-application/trunk/debian/watch Mon Sep  3 00:04:13 2007
@@ -1,0 +1,6 @@
+# Compulsory line, this is a version 3 file
+version=3
+
+opts="filenamemangle=s/.*\/([^#]*)#.*/$1/" \
+http://cheeseshop.python.org/pypi/python-application http://pypi\.python\.org/packages/source/p/python-application/python-application-(.*)\.tar\.gz#md5=.*
+




More information about the Python-modules-commits mailing list