[Python-apps-commits] r12160 - in packages/pybik/trunk/debian (changelog control rules tests)
barcc-guest at users.alioth.debian.org
barcc-guest at users.alioth.debian.org
Wed Jul 29 22:50:59 UTC 2015
Date: Wednesday, July 29, 2015 @ 22:50:57
Author: barcc-guest
Revision: 12160
New upstrem release 2.1
Modified:
packages/pybik/trunk/debian/changelog
packages/pybik/trunk/debian/control
packages/pybik/trunk/debian/rules
Deleted:
packages/pybik/trunk/debian/tests/
Modified: packages/pybik/trunk/debian/changelog
===================================================================
--- packages/pybik/trunk/debian/changelog 2015-07-29 20:54:23 UTC (rev 12159)
+++ packages/pybik/trunk/debian/changelog 2015-07-29 22:50:57 UTC (rev 12160)
@@ -1,3 +1,25 @@
+pybik (2.1-1) UNRELEASED; urgency=medium
+
+ * New upstream release
+ + New puzzles: Triangular Prisms and Pentagonal Prisms
+ + For each puzzle type, the game is saved independently
+ + Misc improvements
+ + Updated translations
+ * Suggests gconf2 removed:
+ Settings migration from Pybik 0.5 is not supported any more
+ * Changes for QGLWidget -> QOpenGLWidget transition
+ + python3-pyqt5.qtopengl dependency removed
+ + needs Qt (and PyQt) version 5.4
+ * Compatibility with the --parallel option introduced in Python 3.5:
+ As before, only the model data is generated in parallel, not the
+ extension modules.
+ * Reproducible builds:
+ Output of sys.argv is not embedded any more by
+ buildlib/translation_from_ui.py
+ * Removed autopkgtest
+
+ -- B. Clausius <barcc at gmx.de> Fri, 24 Jul 2015 15:02:21 +0200
+
pybik (2.0-1) unstable; urgency=medium
* New upstream release
Modified: packages/pybik/trunk/debian/control
===================================================================
--- packages/pybik/trunk/debian/control 2015-07-29 20:54:23 UTC (rev 12159)
+++ packages/pybik/trunk/debian/control 2015-07-29 22:50:57 UTC (rev 12160)
@@ -14,7 +14,6 @@
help2man,
Standards-Version: 3.9.6
X-Python3-Version: >= 3.4
-XS-Testsuite: autopkgtest
Homepage: https://launchpad.net/pybik/
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/pybik/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/pybik/trunk/
@@ -22,16 +21,15 @@
Package: pybik
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends},
- python3-pyqt5,
- python3-pyqt5.qtopengl,
+ python3-pyqt5 (>= 5.4),
pybik-bin (>= ${source:Version}),
pybik-bin (<< ${source:Version}.1~)
Recommends: python3-icu,
qttranslations5-l10n,
-Suggests: gconf2,
Description: Rubik's cube game
Pybik is a 3D puzzle game about the cube invented by ErnÅ Rubik.
- * Different 3D puzzles: cubes, towers, bricks, tetrahedra - up to 10x10x10
+ * Different 3D puzzles - up to 10x10x10:
+ cubes, towers, bricks, tetrahedra and prisms
* Solvers for some puzzles
* Pretty patterns
* Editor for move sequences
@@ -44,5 +42,5 @@
Replaces: pybik (<< ${source:Version})
Breaks: pybik (<< ${source:Version})
Description: Rubik's cube game - architecture dependent files
- This package contains the architecture dependent files for Pybik,
+ This package contains the architecture dependent files of Pybik,
and is generally useless without the pybik package.
Modified: packages/pybik/trunk/debian/rules
===================================================================
--- packages/pybik/trunk/debian/rules 2015-07-29 20:54:23 UTC (rev 12159)
+++ packages/pybik/trunk/debian/rules 2015-07-29 22:50:57 UTC (rev 12160)
@@ -6,7 +6,7 @@
ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
else
- NUMJOBS = auto
+ NUMJOBS = True
endif
PICKLE_PROTOCOL=4
export PYBIK_NO_SETUPTOOLS=1
More information about the Python-apps-commits
mailing list