[Python-modules-commits] r29626 - in packages/deap/trunk/debian (changelog control rules)
miriam at users.alioth.debian.org
miriam at users.alioth.debian.org
Fri Jul 4 16:55:03 UTC 2014
Date: Friday, July 4, 2014 @ 16:55:02
Author: miriam
Revision: 29626
New upstream release
Modified:
packages/deap/trunk/debian/changelog
packages/deap/trunk/debian/control
packages/deap/trunk/debian/rules
Modified: packages/deap/trunk/debian/changelog
===================================================================
--- packages/deap/trunk/debian/changelog 2014-07-04 16:49:08 UTC (rev 29625)
+++ packages/deap/trunk/debian/changelog 2014-07-04 16:55:02 UTC (rev 29626)
@@ -1,8 +1,10 @@
-deap (0.8.2-1ubuntu1) UNRELEASED; urgency=low
+deap (1.0.1-1) UNRELEASED; urgency=low
[ Miriam Ruiz ]
* New Upstream Release. Closes: #675200
- * Upgraded Standards-Version from 3.9.2 to 3.9.3
+ * Upgraded Standards-Version from 3.9.2 to 3.9.5
+ * Switched to dh_python2
+ * Added build-arch and build-indep targets to debian/rules
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
@@ -10,7 +12,7 @@
[ Jackson Doak ]
* Create debian/watch
- -- Jackson Doak <noskcaj at ubuntu.com> Mon, 24 Feb 2014 09:01:29 +1100
+ -- Miriam Ruiz <miriam at debian.org> Fri, 04 Jul 2014 18:14:03 +0200
deap (0.7.1-1) unstable; urgency=low
Modified: packages/deap/trunk/debian/control
===================================================================
--- packages/deap/trunk/debian/control 2014-07-04 16:49:08 UTC (rev 29625)
+++ packages/deap/trunk/debian/control 2014-07-04 16:55:02 UTC (rev 29626)
@@ -2,10 +2,10 @@
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Miriam Ruiz <little_miry at yahoo.es>
+Uploaders: Miriam Ruiz <miriam at debian.org>
Build-Depends: debhelper (>= 7), dh-buildinfo, quilt,
- python-all, python-support, python-setuptools, python-sphinx, dvipng
-Standards-Version: 3.9.3
+ python-all, python-setuptools, python-sphinx, dvipng
+Standards-Version: 3.9.5
Homepage: https://code.google.com/p/deap/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/deap/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/deap/trunk/
Modified: packages/deap/trunk/debian/rules
===================================================================
--- packages/deap/trunk/debian/rules 2014-07-04 16:49:08 UTC (rev 29625)
+++ packages/deap/trunk/debian/rules 2014-07-04 16:55:02 UTC (rev 29626)
@@ -10,9 +10,12 @@
[ ! -d debian/patches ] || $(MAKE) -f /usr/share/quilt/quilt.make patch
touch $@
+build-arch: build
+build-indep: build
+
build: $(PYVERS:%=build-python%)
mkdir -p build/html/
- sphinx-build doc/ build/html/
+ #sphinx-build doc/ build/html/
build-python%: config-stamp
dh_testdir
@@ -49,7 +52,7 @@
dh_link
dh_compress --exclude=.js --exclude=.pdf --exclude=.py --exclude=.yml
dh_fixperms
- dh_pysupport
+ dh_python2
[ ! -e /usr/bin/dh_buildinfo ] || dh_buildinfo
dh_installdeb
dh_shlibdeps
@@ -60,4 +63,4 @@
binary-arch: build install
binary: binary-indep binary-arch
-.PHONY: config build clean binary-indep binary-arch binary install
+.PHONY: config build build-indep build-arch clean binary-indep binary-arch binary install
More information about the Python-modules-commits
mailing list