r15113 - in packages/trunk/gimp-dds/debian: . patches

Vincent Fourmond fourmond at moszumanska.debian.org
Sun May 25 13:21:51 UTC 2014


Author: fourmond
Date: 2014-05-25 13:21:51 +0000 (Sun, 25 May 2014)
New Revision: 15113

Modified:
   packages/trunk/gimp-dds/debian/changelog
   packages/trunk/gimp-dds/debian/compat
   packages/trunk/gimp-dds/debian/control
   packages/trunk/gimp-dds/debian/patches/makefile.diff
Log:
[gimp-dds] new upstream version

Modified: packages/trunk/gimp-dds/debian/changelog
===================================================================
--- packages/trunk/gimp-dds/debian/changelog	2014-05-19 02:40:21 UTC (rev 15112)
+++ packages/trunk/gimp-dds/debian/changelog	2014-05-25 13:21:51 UTC (rev 15113)
@@ -1,9 +1,16 @@
-gimp-dds (2.2.1-2) UNRELEASED; urgency=low
+gimp-dds (3.0.1-1) unstable; urgency=low
 
+  [ Evgeni Golov ]
   * Correct Vcs-* URLs to point to anonscm.debian.org
 
- -- Evgeni Golov <evgeni at debian.org>  Mon, 15 Jul 2013 22:21:29 +0200
+  [ Vincent Fourmond ]
+  * New upstream release
+    - refreshed makefile.diff
+  * Conforms to newer standards
+  * Bump to newer dh compat level
 
+ -- Vincent Fourmond <fourmond at debian.org>  Sun, 25 May 2014 15:17:48 +0200
+
 gimp-dds (2.2.1-1) unstable; urgency=low
 
   * New upstream release, which fixes a FTBS (closes: #713553)

Modified: packages/trunk/gimp-dds/debian/compat
===================================================================
--- packages/trunk/gimp-dds/debian/compat	2014-05-19 02:40:21 UTC (rev 15112)
+++ packages/trunk/gimp-dds/debian/compat	2014-05-25 13:21:51 UTC (rev 15113)
@@ -1 +1 @@
-5
+9

Modified: packages/trunk/gimp-dds/debian/control
===================================================================
--- packages/trunk/gimp-dds/debian/control	2014-05-19 02:40:21 UTC (rev 15112)
+++ packages/trunk/gimp-dds/debian/control	2014-05-25 13:21:51 UTC (rev 15113)
@@ -3,9 +3,9 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Vincent Fourmond <fourmond at debian.org>
-Build-Depends: debhelper (>= 8), libgimp2.0-dev (>=2.6), pkg-config,
+Build-Depends: debhelper (>= 9), libgimp2.0-dev (>=2.6), pkg-config,
  libgtk2.0-dev
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Homepage: http://code.google.com/p/gimp-dds/
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/gimp-dds
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/gimp-dds/

Modified: packages/trunk/gimp-dds/debian/patches/makefile.diff
===================================================================
--- packages/trunk/gimp-dds/debian/patches/makefile.diff	2014-05-19 02:40:21 UTC (rev 15112)
+++ packages/trunk/gimp-dds/debian/patches/makefile.diff	2014-05-25 13:21:51 UTC (rev 15113)
@@ -1,20 +1,20 @@
 Add the --as-needed flag to take down the number of libraries linked
 against this package
 
-Index: gimp-dds-2.2.1/Makefile
+Index: gimp-dds-3.0.1/Makefile
 ===================================================================
---- gimp-dds-2.2.1.orig/Makefile	2012-07-26 09:25:36.000000000 +0200
-+++ gimp-dds-2.2.1/Makefile	2013-06-28 00:15:00.137132290 +0200
-@@ -2,7 +2,7 @@
- GIMPTOOL=gimptool-2.0
+--- gimp-dds-3.0.1.orig/Makefile	2014-05-25 15:12:16.624695530 +0200
++++ gimp-dds-3.0.1/Makefile	2014-05-25 15:12:24.160695720 +0200
+@@ -3,7 +3,7 @@
  
  CC=gcc
--CFLAGS=-pipe -g -O2 -Wall $(shell pkg-config --cflags gtk+-2.0 gimp-2.0)
-+CFLAGS+=-pipe -g -O2 -Wall $(shell pkg-config --cflags gtk+-2.0 gimp-2.0)
+ CFLAGS+=-pipe -O2 -g -Wall -fopenmp $(shell pkg-config --cflags gtk+-2.0 gimp-2.0)
+-LDFLAGS=-fopenmp
++LDFLAGS+=-fopenmp
  
  OS=$(shell uname -s)
  ifeq (,$(findstring Windows,$(OS)))
-@@ -11,6 +11,8 @@
+@@ -12,6 +12,8 @@
  EXT=.exe
  endif
  




More information about the Pkg-games-commits mailing list