[Python-modules-commits] r432 - in /packages/python-selecting/trunk/debian: ./ changelog compat control copyright rules

atehwa-guest at users.alioth.debian.org atehwa-guest at users.alioth.debian.org
Fri May 5 10:49:46 UTC 2006


Author: atehwa-guest
Date: Fri May  5 10:49:45 2006
New Revision: 432

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=432
Log:
Load newtrunk into packages/python-selecting/trunk.

Added:
    packages/python-selecting/trunk/debian/
    packages/python-selecting/trunk/debian/changelog
    packages/python-selecting/trunk/debian/compat
    packages/python-selecting/trunk/debian/control
    packages/python-selecting/trunk/debian/copyright
    packages/python-selecting/trunk/debian/rules   (with props)

Added: packages/python-selecting/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-selecting/trunk/debian/changelog?rev=432&op=file
==============================================================================
--- packages/python-selecting/trunk/debian/changelog (added)
+++ packages/python-selecting/trunk/debian/changelog Fri May  5 10:49:45 2006
@@ -1,0 +1,39 @@
+python-selecting (0.92-3) unstable; urgency=low
+
+  * Added "conflicts:" for upgrading the package
+  * Cosmetic changes in debian/rules and debian/dirs
+
+ -- Panu Kalliokoski <atehwa at sange.fi>  Mon, 20 Mar 2006 15:45:08 +0200
+
+python-selecting (0.92-2) unstable; urgency=low
+
+  * Packaged for multiple python versions.
+
+ -- Panu Kalliokoski <atehwa at sange.fi>  Fri, 10 Mar 2006 14:09:51 +0200
+
+python-selecting (0.92-1) unstable; urgency=low
+
+  * Converted into a non-native package.
+  * fixes from debian-mentors
+  * Opened and closed an ITP (closes: #354835)
+
+ -- Panu Kalliokoski <atehwa at sange.fi>  Wed,  1 Mar 2006 15:14:23 +0200
+
+python-selecting (0.92) unstable; urgency=low
+
+  * Logger improvements.
+
+ -- Panu Kalliokoski <atehwa at sange.fi>  Fri, 30 Dec 2005 08:51:01 +0200
+
+python-selecting (0.91) unstable; urgency=low
+
+  * Cleanup release.
+
+ -- Panu <atehwa at maim.it.helsinki.fi>  Thu, 29 Dec 2005 15:39:45 +0200
+
+python-selecting (0.90) unstable; urgency=low
+
+  * debianised by dh_make
+  * Initial Release.
+
+ -- Panu <atehwa at sange.fi>  Thu, 29 Dec 2005 01:39:44 +0200

Added: packages/python-selecting/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/python-selecting/trunk/debian/compat?rev=432&op=file
==============================================================================
--- packages/python-selecting/trunk/debian/compat (added)
+++ packages/python-selecting/trunk/debian/compat Fri May  5 10:49:45 2006
@@ -1,0 +1,1 @@
+4

Added: packages/python-selecting/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-selecting/trunk/debian/control?rev=432&op=file
==============================================================================
--- packages/python-selecting/trunk/debian/control (added)
+++ packages/python-selecting/trunk/debian/control Fri May  5 10:49:45 2006
@@ -1,0 +1,50 @@
+Source: python-selecting
+Section: python
+Priority: optional
+Maintainer: Panu Kalliokoski <atehwa at sange.fi>
+Build-Depends-Indep: debhelper (>= 4.0.0), python2.3-dev, python2.4-dev
+Standards-Version: 3.6.2
+
+Package: python-selecting
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Description: A high-level wrapper on the system call select()
+ Selecting provides a high-level framework around the system call
+ select() for Python.  Selecting is a pure Python package.  This library
+ provides functionality similar to the asyncore and asynchat core Python
+ packages, but with cleaner API and broader functionality.
+ .
+ Selecting comes with small example programs and good help()
+ documentation.  It also includes infrastructure to handle scheduled
+ events with I/O-driven multiplexing, and a wrapper to connect
+ multiplexed I/O with Tkinter.
+
+Package: python2.3-selecting
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Conflicts: python-selecting (<= 0.92-1)
+Description: A high-level wrapper on the system call select()
+ Selecting provides a high-level framework around the system call
+ select() for Python.  Selecting is a pure Python package.  This library
+ provides functionality similar to the asyncore and asynchat core Python
+ packages, but with cleaner API and broader functionality.
+ .
+ Selecting comes with small example programs and good help()
+ documentation.  It also includes infrastructure to handle scheduled
+ events with I/O-driven multiplexing, and a wrapper to connect
+ multiplexed I/O with Tkinter.
+
+Package: python2.4-selecting
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Conflicts: python-selecting (<= 0.92-1)
+Description: A high-level wrapper on the system call select()
+ Selecting provides a high-level framework around the system call
+ select() for Python.  Selecting is a pure Python package.  This library
+ provides functionality similar to the asyncore and asynchat core Python
+ packages, but with cleaner API and broader functionality.
+ .
+ Selecting comes with small example programs and good help()
+ documentation.  It also includes infrastructure to handle scheduled
+ events with I/O-driven multiplexing, and a wrapper to connect
+ multiplexed I/O with Tkinter.

Added: packages/python-selecting/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/python-selecting/trunk/debian/copyright?rev=432&op=file
==============================================================================
--- packages/python-selecting/trunk/debian/copyright (added)
+++ packages/python-selecting/trunk/debian/copyright Fri May  5 10:49:45 2006
@@ -1,0 +1,26 @@
+Upstream author: Panu Kalliokoski <atehwa at sange.fi>
+
+Downloaded from: http://sange.fi/~atehwa/
+
+Copyright: (c) 1998, 1999, 2001, 2006 Panu Kalliokoski
+
+License:
+
+Selecting -- high level abstraction on select.select() for python
+
+Authors
+(c) 1998, 1999, 2001, 2006 Panu Kalliokoski
+
+This software is available free of charge for distribution,
+modification and use (by executing the program) as long as the
+following conditions are met:
+
+1.	Every work copied or derived from this software distributed in any
+	form must come with this license;
+
+2. 	The only permitted change to this license is adding one's name
+	in the authors section when having modified the software.
+
+THE AUTHORS CANNOT BE HELD RESPONSIBLE FOR ANY DIRECT OR INDIRECT HARM
+THIS SOFTWARE MIGHT CAUSE.
+

Added: packages/python-selecting/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-selecting/trunk/debian/rules?rev=432&op=file
==============================================================================
--- packages/python-selecting/trunk/debian/rules (added)
+++ packages/python-selecting/trunk/debian/rules Fri May  5 10:49:45 2006
@@ -1,0 +1,56 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+PY23=python2.3
+PY24=python2.4
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	touch configure-stamp
+
+build: build-stamp
+build-stamp: configure-stamp 
+	dh_testdir
+	$(PY23) setup.py build
+	$(PY24) setup.py build
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+	$(PY23) setup.py clean
+	$(PY24) setup.py clean
+	rm -rf build # Why doesn't setup.py clean do this?
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+	$(PY23) setup.py install --root debian/$(PY23)-selecting
+	$(PY24) setup.py install --root debian/$(PY24)-selecting
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs 
+	dh_installdocs
+	dh_installexamples test*.py
+	dh_installman
+	dh_link
+	dh_compress
+	dh_fixperms
+	dh_python
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary-arch: build install
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure

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




More information about the Python-modules-commits mailing list