[med-svn] r10908 - in trunk/packages/ginkgocadx/trunk/debian: . patches
Andreas Tille
tille at alioth.debian.org
Sat May 19 11:20:45 UTC 2012
Author: tille
Date: 2012-05-19 11:20:45 +0000 (Sat, 19 May 2012)
New Revision: 10908
Modified:
trunk/packages/ginkgocadx/trunk/debian/changelog
trunk/packages/ginkgocadx/trunk/debian/compat
trunk/packages/ginkgocadx/trunk/debian/control
trunk/packages/ginkgocadx/trunk/debian/patches/fixwhatis.patch
trunk/packages/ginkgocadx/trunk/debian/rules
Log:
New upstream version with slight updates of packaging (standards-version, debhelper 9); hardening flags are not yet propagated :-(
Modified: trunk/packages/ginkgocadx/trunk/debian/changelog
===================================================================
--- trunk/packages/ginkgocadx/trunk/debian/changelog 2012-05-18 20:24:59 UTC (rev 10907)
+++ trunk/packages/ginkgocadx/trunk/debian/changelog 2012-05-19 11:20:45 UTC (rev 10908)
@@ -1,3 +1,11 @@
+ginkgocadx (2.12.0.4889-1) unstable; urgency=low
+
+ * New upstream version
+ * debian/control: Standards-Version: 3.9.3 (no changes needed)
+ * debhelper 9 (control+compat)
+
+ -- Andreas Tille <tille at debian.org> Sat, 19 May 2012 11:37:14 +0200
+
ginkgocadx (2.8.0.4602-1) unstable; urgency=low
* New upstream version (adapted patch, removed patch applied upstream)
Modified: trunk/packages/ginkgocadx/trunk/debian/compat
===================================================================
--- trunk/packages/ginkgocadx/trunk/debian/compat 2012-05-18 20:24:59 UTC (rev 10907)
+++ trunk/packages/ginkgocadx/trunk/debian/compat 2012-05-19 11:20:45 UTC (rev 10908)
@@ -1 +1 @@
-8
+9
Modified: trunk/packages/ginkgocadx/trunk/debian/control
===================================================================
--- trunk/packages/ginkgocadx/trunk/debian/control 2012-05-18 20:24:59 UTC (rev 10907)
+++ trunk/packages/ginkgocadx/trunk/debian/control 2012-05-19 11:20:45 UTC (rev 10908)
@@ -4,12 +4,12 @@
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Andreas Tille <tille at debian.org>, Thorsten Alteholz <debian at alteholz.de>, Mathieu Malaterre <mathieu.malaterre at gmail.com>
DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 8), cmake (>= 2.8), libgtk2.0-dev, libxml2-dev, libssl-dev, libwrap0-dev,
+Build-Depends: debhelper (>= 9), cmake (>= 2.8), libgtk2.0-dev, libxml2-dev, libssl-dev, libwrap0-dev,
libwxgtk2.8-dev (>= 2.8.10), libvtk5-dev (>= 5.6.0), libinsighttoolkit3-dev (>= 3.20.0),
libdcmtk2-dev (>= 3.6.0), libcairo2-dev (>= 1.8.10),
libgdcm2-dev, libwrap0, libfftw3-dev, chrpath, libsqlite3-dev,
libmysqlclient-dev (>= 5.1.57)
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/ginkgocadx/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/ginkgocadx/trunk/
Homepage: http://ginkgo-cadx.com/
Modified: trunk/packages/ginkgocadx/trunk/debian/patches/fixwhatis.patch
===================================================================
--- trunk/packages/ginkgocadx/trunk/debian/patches/fixwhatis.patch 2012-05-18 20:24:59 UTC (rev 10907)
+++ trunk/packages/ginkgocadx/trunk/debian/patches/fixwhatis.patch 2012-05-19 11:20:45 UTC (rev 10908)
@@ -1,5 +1,5 @@
---- ginkgocadx-2.8.0.4602.orig/man/ginkgocadx.1
-+++ ginkgocadx-2.8.0.4602/man/ginkgocadx.1
+--- ginkgocadx-2.12.0.4889.orig/man/ginkgocadx.1
++++ ginkgocadx-2.12.0.4889/man/ginkgocadx.1
@@ -5,7 +5,7 @@
.TH Ginkgo\ CADx 1 "2011 June 22nd" "Manual for Ginkgo CADx"
Modified: trunk/packages/ginkgocadx/trunk/debian/rules
===================================================================
--- trunk/packages/ginkgocadx/trunk/debian/rules 2012-05-18 20:24:59 UTC (rev 10907)
+++ trunk/packages/ginkgocadx/trunk/debian/rules 2012-05-19 11:20:45 UTC (rev 10908)
@@ -5,6 +5,11 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
+CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) $(CPPFLAGS)
+CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) $(CPPFLAGS)
+LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
+
%:
dh $@ --buildsystem=cmake --parallel
More information about the debian-med-commit
mailing list