[Python-modules-commits] r25766 - in packages/python-gmpy/trunk/debian (4 files)
aomighty-guest at users.alioth.debian.org
aomighty-guest at users.alioth.debian.org
Fri Sep 6 02:21:44 UTC 2013
Date: Friday, September 6, 2013 @ 02:21:43
Author: aomighty-guest
Revision: 25766
Version 2.0.2
Modified:
packages/python-gmpy/trunk/debian/changelog
packages/python-gmpy/trunk/debian/control
packages/python-gmpy/trunk/debian/rules
packages/python-gmpy/trunk/debian/watch
Modified: packages/python-gmpy/trunk/debian/changelog
===================================================================
--- packages/python-gmpy/trunk/debian/changelog 2013-09-06 02:20:14 UTC (rev 25765)
+++ packages/python-gmpy/trunk/debian/changelog 2013-09-06 02:21:43 UTC (rev 25766)
@@ -1,3 +1,12 @@
+python-gmpy (2.0.2-1) UNRELEASED; urgency=low
+
+ * New upstream release
+ * Updated Standards-Version to 3.9.4.0 (no changes needed)
+ * Changed rules to use default compiler hardening flags
+ * The manpage that comes with gmpy2 is now installed on the system
+
+ -- Martin Kelly <martin at martingkelly.com> Thu, 05 Sep 2013 19:17:26 -0700
+
python-gmpy (1.15-1) unstable; urgency=low
* New upstream release
Modified: packages/python-gmpy/trunk/debian/control
===================================================================
--- packages/python-gmpy/trunk/debian/control 2013-09-06 02:20:14 UTC (rev 25765)
+++ packages/python-gmpy/trunk/debian/control 2013-09-06 02:21:43 UTC (rev 25766)
@@ -2,17 +2,18 @@
Section: python
Priority: optional
Maintainer: Martin Kelly <aomighty at gmail.com>
-Build-Depends: debhelper (>= 9), python-all-dev (>= 2.6.5), libgmp-dev
-Standards-Version: 3.9.3.0
+Build-Depends: debhelper (>= 9), python-all-dev (>= 2.6.5), libmpfr-dev (>= 3.1.0), libmpc-dev (>= 1.0.0)
+Build-Depends-Indep: python-sphinx
+Standards-Version: 3.9.4.0
Homepage: http://code.google.com/p/gmpy/
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-X-Python-Version: >= 2.3
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-gmpy/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-gmpy/trunk/
Package: python-gmpy
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python:Provides}
-XB-Python-Version: ${python:Versions}
Description: interfaces GMP to Python for fast, unbound-precision computations
gmpy is a C-coded Python extension module that wraps the GMP library to
provide to Python code fast multiprecision arithmetic (integer, rational, and
Modified: packages/python-gmpy/trunk/debian/rules
===================================================================
--- packages/python-gmpy/trunk/debian/rules 2013-09-06 02:20:14 UTC (rev 25765)
+++ packages/python-gmpy/trunk/debian/rules 2013-09-06 02:21:43 UTC (rev 25766)
@@ -1,16 +1,22 @@
#!/usr/bin/make -f
PYVERS=$(shell pyversions -vr)
+DPKG_EXPORT_BUILDFLAGS=1
+include /usr/share/dpkg/buildflags.mk
+PYVERS=$(shell pyversions -vr)
+
clean:
dh_testdir
dh_testroot
rm -f *-stamp
- rm -rf build*
+ rm -f build-*
+ rm -rf build
+ rm -rf docs/_build
find . -name *\.py[co] -exec rm {} \;
dh_clean
-build: build-arch
+build: build-indep build-arch
build-arch: $(PYVERS:%=build-python%)
touch $@
@@ -21,12 +27,14 @@
touch $@
build-indep:
+ make -C $(CURDIR)/docs man
+ touch $@
install: build $(PYVERS:%=install-python%)
install-python%:
python$* setup.py install --install-layout=deb --root $(CURDIR)/debian/python-gmpy/
- chmod -x $(CURDIR)/test/gmpy_test_dec.py
+ chmod -x $(CURDIR)/test/*.py
binary-indep: build install
@@ -35,6 +43,7 @@
dh_testroot
dh_installchangelogs
dh_installdocs
+ dh_installman
dh_installexamples
dh_python2
dh_strip
Modified: packages/python-gmpy/trunk/debian/watch
===================================================================
--- packages/python-gmpy/trunk/debian/watch 2013-09-06 02:20:14 UTC (rev 25765)
+++ packages/python-gmpy/trunk/debian/watch 2013-09-06 02:21:43 UTC (rev 25766)
@@ -1,3 +1,3 @@
# Compulsory line, this is a version 3 file
version=3
-http://code.google.com/p/gmpy/downloads/list?can=1 .*/gmpy-(\d[\d\.]*)\.(?:zip|tgz|tbz2|txz|tar\.gz|tar\.bz2|tar\.xz)
+http://code.google.com/p/gmpy/downloads/list?can=1 .*/gmpy2-(\d[\d\.]*)\.(?:zip|tgz|tbz2|txz|tar\.gz|tar\.bz2|tar\.xz)
More information about the Python-modules-commits
mailing list