[Python-modules-commits] r19341 - in packages/circuits/trunk/debian (changelog control rules)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Wed Nov 16 14:33:59 UTC 2011
Date: Wednesday, November 16, 2011 @ 14:33:58
Author: eriol-guest
Revision: 19341
* Switched to dh_python2
* Switched to dh sequencer
Modified:
packages/circuits/trunk/debian/changelog
packages/circuits/trunk/debian/control
packages/circuits/trunk/debian/rules
Modified: packages/circuits/trunk/debian/changelog
===================================================================
--- packages/circuits/trunk/debian/changelog 2011-11-16 07:46:30 UTC (rev 19340)
+++ packages/circuits/trunk/debian/changelog 2011-11-16 14:33:58 UTC (rev 19341)
@@ -5,14 +5,17 @@
- Removed Sandro Tosi and added myself as uploader (Closes: #634186)
Thanks to Sandro Tosi for his past work!
- Updated Homepage field
+ - Switched to dh_python2
* debian/README.source
- Removed because it contains only generic information about quilt
+ * debian/rules
+ - Switched to dh sequencer
* debian/source/format
- Switched to dpkg-source 3.0 (quilt) format
* debian/watch
- Updated to new upstream download location (PyPI)
- -- Daniele Tricoli <eriol at mornie.org> Thu, 10 Nov 2011 19:03:23 +0100
+ -- Daniele Tricoli <eriol at mornie.org> Wed, 16 Nov 2011 15:19:37 +0100
circuits (1.2.1-1) unstable; urgency=low
Modified: packages/circuits/trunk/debian/control
===================================================================
--- packages/circuits/trunk/debian/control 2011-11-16 07:46:30 UTC (rev 19340)
+++ packages/circuits/trunk/debian/control 2011-11-16 14:33:58 UTC (rev 19341)
@@ -3,8 +3,16 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Daniele Tricoli <eriol at mornie.org>
-Build-Depends: debhelper (>= 7), python (>= 2.5.3-1~exp1), python-setuptools
-Build-Depends-Indep: python-support, ghostscript, python-nose, python-pyinotify, python-pygame, python-epydoc
+Build-Depends:
+ debhelper (>= 7.0.50~),
+ python-all (>= 2.6.6-3~),
+ python-setuptools
+Build-Depends-Indep:
+ ghostscript,
+ python-nose,
+ python-pyinotify,
+ python-pygame,
+ python-epydoc
Standards-Version: 3.8.4
Homepage: http://bitbucket.org/prologic/circuits/
XS-Python-Version: >= 2.5
Modified: packages/circuits/trunk/debian/rules
===================================================================
--- packages/circuits/trunk/debian/rules 2011-11-16 07:46:30 UTC (rev 19340)
+++ packages/circuits/trunk/debian/rules 2011-11-16 14:33:58 UTC (rev 19341)
@@ -1,60 +1,3 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-build: build-stamp
-build-stamp:
- dh_testdir
-
- python setup.py build;
-
- mkdir docs
- $(MAKE) docs
-
- -$(MAKE) tests
-
- touch $@
-
-clean:
- dh_testdir
- dh_testroot
-
- [ ! -d build ] || rm -rf build
-
- python setup.py clean;
-
- find . -name '*\.pyc' -delete
-
- dh_clean build-stamp docs/graphs/*.pdf
-
-install: build
- dh_testdir
- dh_testroot
- dh_installdirs
-
- # Add here commands to install the package into debian/python-circuits
- python setup.py install --root=$(CURDIR)/debian/python-circuits --install-layout=deb
-
- # no test binaries wanted
- rm -rf $(CURDIR)/debian/python-circuits/usr/bin
-
-
-# Build architecture-independent files here.
-binary-indep: build install
- dh_testdir
- dh_testroot
- dh_installchangelogs
- dh_installdocs docs/* -Xdocs_License.wiki
- dh_installexamples examples/*
- dh_pysupport
- dh_compress -X.py
- dh_fixperms
- dh_installdeb
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+ dh $(@) --with python2 -Spython_distutils
More information about the Python-modules-commits
mailing list