[Python-modules-commits] r29714 - in packages/gamera/trunk/debian (changelog control rules)
danstender-guest at users.alioth.debian.org
danstender-guest at users.alioth.debian.org
Thu Jul 10 22:32:37 UTC 2014
Date: Thursday, July 10, 2014 @ 22:32:36
Author: danstender-guest
Revision: 29714
control: bumped python versions throughout, rules: added removal for redundant gui/__init__.py
Modified:
packages/gamera/trunk/debian/changelog
packages/gamera/trunk/debian/control
packages/gamera/trunk/debian/rules
Modified: packages/gamera/trunk/debian/changelog
===================================================================
--- packages/gamera/trunk/debian/changelog 2014-07-10 20:43:49 UTC (rev 29713)
+++ packages/gamera/trunk/debian/changelog 2014-07-10 22:32:36 UTC (rev 29714)
@@ -9,7 +9,7 @@
* deb/control:
+ Changed maintainer (Closes: #629177).
+ Changed b-d from libtiff4-dev to libtiff-dev (Closes: #736004).
- + Bumped version of python-all-dbg/dev to 2.6.6-3~.
+ + Bumped version of python, python-all-dbg/dev to 2.6.6-3~.
+ Dropped b-d on python_support.
+ Bump standards version to 3.9.5 (no changes needed).
+ Relocated Vcs-* fields.
@@ -40,7 +40,7 @@
* Set PYTHONHASHSEED=random in debian/rules.
* Use canonical URIs for Vcs-* fields.
- -- Daniel Stender <debian at danielstender.com> Wed, 09 Jul 2014 12:19:14 +0200
+ -- Daniel Stender <debian at danielstender.com> Fri, 11 Jul 2014 00:08:24 +0200
gamera (3.3.3-2) unstable; urgency=low
Modified: packages/gamera/trunk/debian/control
===================================================================
--- packages/gamera/trunk/debian/control 2014-07-10 20:43:49 UTC (rev 29713)
+++ packages/gamera/trunk/debian/control 2014-07-10 22:32:36 UTC (rev 29714)
@@ -21,7 +21,7 @@
Build-Depends-Indep:
help2man,
netpbm,
- python (>= 2.5),
+ python (>= 2.6.6-3~),
python-numpy,
python-wxgtk2.8,
rdfind
Modified: packages/gamera/trunk/debian/rules
===================================================================
--- packages/gamera/trunk/debian/rules 2014-07-10 20:43:49 UTC (rev 29713)
+++ packages/gamera/trunk/debian/rules 2014-07-10 22:32:36 UTC (rev 29714)
@@ -100,6 +100,7 @@
pngtopnm < gamera/pixmaps/icon.png | ppmtoxpm > debian/gamera-gui/usr/share/pixmaps/gamera-gui.xpm
dh_install -i -X.pyc --fail-missing
find debian/gamera-gui/ -name has_gui.py -delete
+ find debian/gamera-gui/ -print0 | grep -FzZ "gui/__init__.py" | xargs -0 -r rm
dh_installdocs -i
cd debian/gamera-doc/usr/share/doc/gamera-doc/html/ && \
$(CURDIR)/debian/symlink-helper ../src/ . && \
More information about the Python-modules-commits
mailing list