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 <[email protected]> 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 <[email protected]> Uploaders: Andreas Tille <[email protected]>, Thorsten Alteholz <[email protected]>, Mathieu Malaterre <[email protected]> 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 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
