[Python-modules-commits] r30945 - in packages/gamera/trunk/debian (changelog control rules)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Wed Oct 8 11:05:19 UTC 2014


    Date: Wednesday, October 8, 2014 @ 11:05:18
  Author: danstender-guest
Revision: 30945

rules: corrected typo, control: dropped not-needed b-dep

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-10-07 22:20:14 UTC (rev 30944)
+++ packages/gamera/trunk/debian/changelog	2014-10-08 11:05:18 UTC (rev 30945)
@@ -3,7 +3,6 @@
   * 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.
@@ -13,7 +12,7 @@
   * Corrected bug URL in suppress-wxdebug-assertion-messages.diff.
   * wrap-and-sort -a -s.
 
- -- Daniel Stender <debian at danielstender.com>  Mon, 06 Oct 2014 02:24:31 +0200
+ -- Daniel Stender <debian at danielstender.com>  Wed, 08 Oct 2014 12:48:39 +0200
 
 gamera (3.4.1+svn1422-1) unstable; urgency=medium
 

Modified: packages/gamera/trunk/debian/control
===================================================================
--- packages/gamera/trunk/debian/control	2014-10-07 22:20:14 UTC (rev 30944)
+++ packages/gamera/trunk/debian/control	2014-10-08 11:05:18 UTC (rev 30945)
@@ -7,7 +7,6 @@
 Build-Depends:
  debhelper (>= 9),
  dpkg-dev (>= 1.15.7~),
- g++ (>= 4:4.8),
  libpng-dev,
  libtiff-dev,
  libvigraimpex-dev,

Modified: packages/gamera/trunk/debian/rules
===================================================================
--- packages/gamera/trunk/debian/rules	2014-10-07 22:20:14 UTC (rev 30944)
+++ packages/gamera/trunk/debian/rules	2014-10-08 11:05:18 UTC (rev 30945)
@@ -8,7 +8,7 @@
 export PYTHONHASHSEED=random
 
 export CFLAGS = $(shell dpkg-buildflags --get CFLAGS)
-export CFLAGS_noopt = $(patsubst -02,-Og,$(CFLAGS))
+export CFLAGS_noopt = $(patsubst -O2,-Og,$(CFLAGS))
 export CPPFLAGS = $(shell dpkg-buildflags --get CPPFLAGS)
 export LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
 




More information about the Python-modules-commits mailing list