[Python-modules-commits] r6895 - in packages/python-pyevent/trunk/debian (4 files)
luciano at users.alioth.debian.org
luciano at users.alioth.debian.org
Mon Nov 17 00:57:45 UTC 2008
Date: Monday, November 17, 2008 @ 00:57:43
Author: luciano
Revision: 6895
cleaning lintian
Modified:
packages/python-pyevent/trunk/debian/control
packages/python-pyevent/trunk/debian/dirs
packages/python-pyevent/trunk/debian/rules
Deleted:
packages/python-pyevent/trunk/debian/README.Debian
Deleted: packages/python-pyevent/trunk/debian/README.Debian
===================================================================
--- packages/python-pyevent/trunk/debian/README.Debian 2008-11-15 11:23:46 UTC (rev 6894)
+++ packages/python-pyevent/trunk/debian/README.Debian 2008-11-17 00:57:43 UTC (rev 6895)
@@ -1,6 +0,0 @@
-python-pyevent for Debian
--------------------------
-
-<possible notes regarding this package - if none, delete this file>
-
- -- Luciano Bello <luciano at debian.org> Thu, 06 Nov 2008 18:56:03 -0200
Modified: packages/python-pyevent/trunk/debian/control
===================================================================
--- packages/python-pyevent/trunk/debian/control 2008-11-15 11:23:46 UTC (rev 6894)
+++ packages/python-pyevent/trunk/debian/control 2008-11-17 00:57:43 UTC (rev 6895)
@@ -3,15 +3,14 @@
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Luciano Bello <luciano at debian.org>
-Build-Depends: debhelper (>= 7), libevent-dev(>=1.4), python-all
+Build-Depends: debhelper (>= 7), libevent-dev(>=1.4), python-dev, python-support
Standards-Version: 3.8.0
-Build-Depends-Indep: python-support (>= 0.6.4)
Homepage: http://code.google.com/p/pyevent/
-XS-Python-Version: all
+#XS-Python-Version: all
Package: python-pyevent
Architecture: any
-XB-Python-Version: ${python:Versions}
+#XB-Python-Version: ${python:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Python extension module for Niels Provos' libevent
Python extension module for libevent, from http://monkey.org/~provos/libevent/.
Modified: packages/python-pyevent/trunk/debian/dirs
===================================================================
--- packages/python-pyevent/trunk/debian/dirs 2008-11-15 11:23:46 UTC (rev 6894)
+++ packages/python-pyevent/trunk/debian/dirs 2008-11-17 00:57:43 UTC (rev 6895)
@@ -1,2 +0,0 @@
-usr/bin
-usr/sbin
Modified: packages/python-pyevent/trunk/debian/rules
===================================================================
--- packages/python-pyevent/trunk/debian/rules 2008-11-15 11:23:46 UTC (rev 6894)
+++ packages/python-pyevent/trunk/debian/rules 2008-11-17 00:57:43 UTC (rev 6895)
@@ -2,46 +2,46 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-PYVERS=$(shell pyversions -r)
+#PYVERS=$(shell pyversions -r)
+PYTHON := /usr/bin/python
-build:
-
clean:
dh_testdir
- # Add here commands to clean up after the build process.
- for python in $(PYVERS); do \
- $$python setup.py clean; \
- done
+# for python in $(PYVERS); do
+ $(PYTHON) setup.py clean;
+# done
rm -f build-stamp
rm -f *.pyc *.pyo
dh_clean
-install: build
+build:
dh_testdir
dh_testroot
dh_installdirs
- for python in $(PYVERS); do \
- $$python setup.py install --root=debian/python-pyevent; \
- done
+# for python in $(PYVERS); do
+ $(PYTHON) setup.py install --root=$(CURDIR)/debian/python-pyevent;
+# done
# Build architecture-dependent files here.
-binary-arch:
+binary-arch: install
# We have nothing to do by default.
# Build architecture-independent files here.
-binary-indep: build install
+binary-indep: build
dh_testdir
dh_testroot
dh_installchangelogs
dh_installdocs README
dh_pysupport
dh_compress
+ dh_strip
dh_fixperms
dh_installdeb
+ dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb
More information about the Python-modules-commits
mailing list