[Python-modules-commits] r21271 - in packages/gamera/trunk/debian (3 files)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Wed Apr 18 19:23:05 UTC 2012
Date: Wednesday, April 18, 2012 @ 19:23:00
Author: jwilk
Revision: 21271
Set manpage helper executable permissions directly in .debian.tar instead of changing it at build time.
Modified:
packages/gamera/trunk/debian/changelog
packages/gamera/trunk/debian/manpage-helper-2 (properties)
packages/gamera/trunk/debian/rules
Modified: packages/gamera/trunk/debian/changelog
===================================================================
--- packages/gamera/trunk/debian/changelog 2012-04-18 18:13:45 UTC (rev 21270)
+++ packages/gamera/trunk/debian/changelog 2012-04-18 19:23:00 UTC (rev 21271)
@@ -1,6 +1,8 @@
gamera (3.3.2-3) UNRELEASED; urgency=low
* Update patch headers.
+ * Set manpage helper executable permissions directly in .debian.tar instead
+ of changing it at build time.
* Build -dbg extension modules without optimization.
* Bump standards version to 3.9.3.
+ Update debian/copyright URI.
@@ -24,7 +26,7 @@
* Build-depend on procps, as ps(1) is needed for the test suite.
* Add DEP-8 tests.
- -- Jakub Wilk <jwilk at debian.org> Wed, 18 Apr 2012 14:39:56 +0200
+ -- Jakub Wilk <jwilk at debian.org> Wed, 18 Apr 2012 21:22:29 +0200
gamera (3.3.2-2) unstable; urgency=low
Property changes on: packages/gamera/trunk/debian/manpage-helper-2
___________________________________________________________________
Added: svn:executable
+ *
Modified: packages/gamera/trunk/debian/rules
===================================================================
--- packages/gamera/trunk/debian/rules 2012-04-18 18:13:45 UTC (rev 21270)
+++ packages/gamera/trunk/debian/rules 2012-04-18 19:23:00 UTC (rev 21271)
@@ -85,7 +85,6 @@
mkdir -p doc/manpage/
ln -sf $(CURDIR)/debian/manpage-helper-1 doc/manpage/
ln -sf $(CURDIR)/debian/manpage-helper-2 doc/manpage/gamera_gui
- chmod +x doc/manpage/gamera_gui
cd doc/manpage/ && \
PYTHONPATH=$(default_pythonpath) \
help2man --version-string=$(version) --name='GUI for the Gamera framework' --no-info ./gamera_gui > gamera_gui.1
More information about the Python-modules-commits
mailing list