[Python-modules-commits] r30930 - in packages/gamera/trunk/debian (5 files)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Mon Oct 6 08:39:08 UTC 2014


    Date: Monday, October 6, 2014 @ 08:39:06
  Author: danstender-guest
Revision: 30930

* deb/rules: changed optimizations (Closes: #757168, thanks to Jakub Wilk).
* deb/control:
  + added g++ to b-deps.
  + bumped standards to 3.9.6 (no changes needed).
* deb/copyright:
  + removed license for debian/dh_buildid (dropped in previous package).
* deb/tests/control: removed no-build-needed (non-standard feature).

Modified:
  packages/gamera/trunk/debian/changelog
  packages/gamera/trunk/debian/control
  packages/gamera/trunk/debian/copyright
  packages/gamera/trunk/debian/rules
  packages/gamera/trunk/debian/tests/control

Modified: packages/gamera/trunk/debian/changelog
===================================================================
--- packages/gamera/trunk/debian/changelog	2014-10-06 08:31:41 UTC (rev 30929)
+++ packages/gamera/trunk/debian/changelog	2014-10-06 08:39:06 UTC (rev 30930)
@@ -1,13 +1,19 @@
 gamera (3.4.1+svn1423-1) UNRELEASED; urgency=medium
 
   * Updated source to SVN rev. 1423.
+  * deb/rules: changed optimizations (Closes: #757168, thanks to Jakub Wilk).
   * deb/control:
+    + added g++ to b-deps.
+    + bumped standards to 3.9.6 (no changes needed).
     + added XS-Testsuite (Closes: #692661, dropped override).
     + bumped dep of docs on main packages from Suggests to Recommends.
+  * deb/copyright:
+    + removed license for debian/dh_buildid (dropped in previous package).
+  * deb/tests/control: removed no-build-needed (non-standard feature).
   * Corrected bug URL in suppress-wxdebug-assertion-messages.diff.
   * wrap-and-sort -a -s.
 
- -- Daniel Stender <debian at danielstender.com>  Fri, 05 Sep 2014 17:32:21 +0200
+ -- Daniel Stender <debian at danielstender.com>  Mon, 06 Oct 2014 02:24:31 +0200
 
 gamera (3.4.1+svn1422-1) unstable; urgency=medium
 

Modified: packages/gamera/trunk/debian/control
===================================================================
--- packages/gamera/trunk/debian/control	2014-10-06 08:31:41 UTC (rev 30929)
+++ packages/gamera/trunk/debian/control	2014-10-06 08:39:06 UTC (rev 30930)
@@ -7,6 +7,7 @@
 Build-Depends:
  debhelper (>= 9),
  dpkg-dev (>= 1.15.7~),
+ g++ (>= 4:4.8),
  libpng-dev,
  libtiff-dev,
  libvigraimpex-dev,
@@ -26,7 +27,7 @@
  python-wxgtk3.0,
  rdfind
 X-Python-Version: >= 2.5
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Homepage: http://gamera.sourceforge.net/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/gamera/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/gamera/trunk/

Modified: packages/gamera/trunk/debian/copyright
===================================================================
--- packages/gamera/trunk/debian/copyright	2014-10-06 08:31:41 UTC (rev 30929)
+++ packages/gamera/trunk/debian/copyright	2014-10-06 08:39:06 UTC (rev 30930)
@@ -118,10 +118,6 @@
 	   2009-2012 Jakub Wilk <jwilk at debian.org>
 License: GPL-2
 
-Files: debian/dh_buildid
-Copyright: 2011 Jakub Wilk <jwilk at debian.org>
-License: Expat
-
 License: GPL-2
  This package is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by

Modified: packages/gamera/trunk/debian/rules
===================================================================
--- packages/gamera/trunk/debian/rules	2014-10-06 08:31:41 UTC (rev 30929)
+++ packages/gamera/trunk/debian/rules	2014-10-06 08:39:06 UTC (rev 30930)
@@ -8,7 +8,7 @@
 export PYTHONHASHSEED=random
 
 export CFLAGS = $(shell dpkg-buildflags --get CFLAGS)
-export CFLAGS_noopt = $(patsubst -O%,-O0,$(CFLAGS))
+export CFLAGS_noopt = $(patsubst -02,-Og,$(CFLAGS))
 export CPPFLAGS = $(shell dpkg-buildflags --get CPPFLAGS)
 export LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
 

Modified: packages/gamera/trunk/debian/tests/control
===================================================================
--- packages/gamera/trunk/debian/tests/control	2014-10-06 08:31:41 UTC (rev 30929)
+++ packages/gamera/trunk/debian/tests/control	2014-10-06 08:39:06 UTC (rev 30930)
@@ -1,11 +1,9 @@
 Tests: python-gamera
-Features: no-build-needed
 Depends: python-nose,
  python-gamera,
  python-docutils, python-pygments
 
 Tests: python-gamera-dbg
-Features: no-build-needed
 Depends: python-nose, python-dbg,
  python-gamera, python-gamera-dbg,
  python-docutils, python-pygments




More information about the Python-modules-commits mailing list