[Python-modules-commits] [pyqwt5] 01/05: * Disable numarray and numeric (Closes: #820696) * Bump standards version to 3.9.8, no change needed * Change dh_clean -k to dh_prep * Change recommends libqwt-dev to suggests libqwt5-qt4-dev (Closes: #763567) * Remove dpatch reference from README.source
Gudjon I. Gudjonsson
gudjon-guest at moszumanska.debian.org
Thu Aug 18 09:53:16 UTC 2016
This is an automated email from the git hooks/post-receive script.
gudjon-guest pushed a commit to branch master
in repository pyqwt5.
commit 27b95fb85eae8aaf1805829713ea49bd06efea55
Author: Gudjon I. Gudjonsson <gudjon at gudjon.org>
Date: Thu Aug 18 11:26:14 2016 +0200
* Disable numarray and numeric (Closes: #820696)
* Bump standards version to 3.9.8, no change needed
* Change dh_clean -k to dh_prep
* Change recommends libqwt-dev to
suggests libqwt5-qt4-dev (Closes: #763567)
* Remove dpatch reference from README.source
---
debian/README.source | 1 -
debian/changelog | 13 ++++++++++++-
debian/control | 4 ++--
debian/rules | 6 +++---
4 files changed, 17 insertions(+), 7 deletions(-)
diff --git a/debian/README.source b/debian/README.source
index cb8263e..a05f499 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,4 +1,3 @@
The source can be downloaded with the get-orig-source target in the
debian/rules file.
-The dpatch system is used for applying patches before building.
diff --git a/debian/changelog b/debian/changelog
index b03655c..c5a74fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,19 @@
pyqwt5 (5.2.1~cvs20091107+dfsg-8) UNRELEASED; urgency=medium
+ [ Ondřej Nový ]
* Fixed VCS URL (https)
- -- Ondřej Nový <novy at ondrej.org> Tue, 29 Mar 2016 21:52:59 +0200
+ [ Gudjon I. Gudjonsson ]
+ * Disable numarray and numeric (Closes: #820696)
+ * Bump standards version to 3.9.8, no change needed
+ * Change dh_clean -k to dh_prep
+ * Change recommends libqwt-dev to
+ suggests libqwt5-qt4-dev (Closes: #763567)
+ * Add patch 03_disable_numeric_numarray
+ * Update patch 02_examples, change Float to float
+ * Remove dpatch reference from README.source
+
+ -- Gudjon I. Gudjonsson <gudjon at gudjon.org> Thu, 18 Aug 2016 11:13:12 +0200
pyqwt5 (5.2.1~cvs20091107+dfsg-7) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 380ac30..60feff9 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.o
Build-Depends: debhelper (>= 7), python-all-dev (>= 2.6.6-3),
python-numpy (>= 1:1.0.2-2), python-sip-dev,
libqwt5-qt4-dev (>=5.0.1), python-qt4 (>= 4.8.3-3), python-qt4-dev (>=4.8.3-3)
-Standards-Version: 3.9.5
+Standards-Version: 3.9.8
X-Python-Version: >= 2.3
Homepage: http://pyqwt.sourceforge.net/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pyqwt5.git
@@ -16,7 +16,7 @@ Package: python-qwt5-qt4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, ${pythonqt4:Depends},
${sip:Depends}, ${libqwt5qt4:Depends}, python-numpy
-Recommends: libqwt-dev
+Suggests: libqwt5-qt4-dev
Description: Python version of the Qwt5 technical widget library
PyQwt is a set of Python bindings for the Qwt C++ class library which extends
the Qt framework with widgets for scientific and engineering applications.
diff --git a/debian/rules b/debian/rules
index 237c30f..91f516b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,7 @@ configure-stamp:
mkdir -p build/py$$pyvers-qt$$qtvers;\
cp -Rl `ls . |grep -v build|grep -v debian` build/py$$pyvers-qt$$qtvers;\
(set -e; cd build/py$$pyvers-qt$$qtvers/configure;\
- python$$pyvers configure.py -$$qtvers -I /usr/include/qwt-qt$$qtvers/ --extra-libs=qwt-qt$$qtvers );\
+ python$$pyvers configure.py -$$qtvers -I /usr/include/qwt-qt$$qtvers/ --extra-libs=qwt-qt$$qtvers --disable-numarray --disable-numeric);\
done;\
done
touch configure-stamp
@@ -65,7 +65,7 @@ install: install-indep install-arch
install-indep: build-indep-stamp
dh_testdir
dh_testroot
- dh_clean -k -i
+ dh_prep
dh_installdirs -i
mkdir -p debian/tmp/usr/share/doc/python-qwt5-doc
cp -a qt4examples debian/tmp/usr/share/doc/python-qwt5-doc
@@ -74,7 +74,7 @@ install-indep: build-indep-stamp
install-arch: build-arch-stamp
dh_testdir
dh_testroot
- dh_clean -k -s
+ dh_prep
dh_installdirs -s
for pyvers in ${PYTHONS};\
do\
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyqwt5.git
More information about the Python-modules-commits
mailing list