Author: malat Date: 2012-03-30 15:52:56 +0000 (Fri, 30 Mar 2012) New Revision: 10199
Modified: trunk/packages/volview/trunk/debian/README.Debian trunk/packages/volview/trunk/debian/changelog trunk/packages/volview/trunk/debian/control trunk/packages/volview/trunk/debian/copyright trunk/packages/volview/trunk/debian/rules Log: Fix comp issue of volview on mips and al. Modified: trunk/packages/volview/trunk/debian/README.Debian =================================================================== --- trunk/packages/volview/trunk/debian/README.Debian 2012-03-30 15:02:42 UTC (rev 10198) +++ trunk/packages/volview/trunk/debian/README.Debian 2012-03-30 15:52:56 UTC (rev 10199) @@ -15,4 +15,4 @@ The original source has been stripped from those source libraries and the build system has been modified to build against system installed libraries. - -- Mathieu Malaterre <[email protected]> Fri, 30 Dec 2011 09:41:46 +0100 + -- Mathieu Malaterre <[email protected]> Fri, 30 Dec 2011 09:41:46 +0100 Modified: trunk/packages/volview/trunk/debian/changelog =================================================================== --- trunk/packages/volview/trunk/debian/changelog 2012-03-30 15:02:42 UTC (rev 10198) +++ trunk/packages/volview/trunk/debian/changelog 2012-03-30 15:52:56 UTC (rev 10199) @@ -1,8 +1,12 @@ -volview (3.4-3) UNRELEASED; urgency=low +volview (3.4-3) unstable; urgency=low * Need to remove quote from CFLAGS (MIPS compilation) + * Bump Std-Vers to 3.9.3, no changes needed + * Use my @d.o alias. + * Remove DMUA flag + * Use hardening flags. Closes: #665637 - -- Mathieu Malaterre <[email protected]> Mon, 06 Feb 2012 14:14:41 +0100 + -- Mathieu Malaterre <[email protected]> Fri, 30 Mar 2012 17:31:14 +0200 volview (3.4-2) unstable; urgency=low Modified: trunk/packages/volview/trunk/debian/control =================================================================== --- trunk/packages/volview/trunk/debian/control 2012-03-30 15:02:42 UTC (rev 10198) +++ trunk/packages/volview/trunk/debian/control 2012-03-30 15:52:56 UTC (rev 10199) @@ -2,13 +2,12 @@ Section: science Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> -DM-Upload-Allowed: yes -Uploaders: Mathieu Malaterre <[email protected]> +Uploaders: Mathieu Malaterre <[email protected]> Build-Depends: debhelper (>= 8), cmake (>= 2.8.2), libinsighttoolkit3-dev (>= 3.20), libvtk5-dev (>= 5.8.0), libfftw3-dev, libgdcm2-dev (>= 2.0.18), libkwwidgets1-dev, tcl8.5-dev, tk8.5-dev, libavformat-dev, libvtkedge-dev (>= 0.2), libcurl4-gnutls-dev | libcurl4-dev, libtar-dev -Standards-Version: 3.9.2 +Standards-Version: 3.9.3 Homepage: http://www.kitware.com/products/volview.html Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/volview/trunk/ Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/volview/trunk/ Modified: trunk/packages/volview/trunk/debian/copyright =================================================================== --- trunk/packages/volview/trunk/debian/copyright 2012-03-30 15:02:42 UTC (rev 10198) +++ trunk/packages/volview/trunk/debian/copyright 2012-03-30 15:52:56 UTC (rev 10199) @@ -49,6 +49,6 @@ the copyright notice. Files: debian/* -Copyright: 2011; Mathieu Malaterre <[email protected]> +Copyright: 2011-2012; Mathieu Malaterre <[email protected]> License: BSD Same as above Modified: trunk/packages/volview/trunk/debian/rules =================================================================== --- trunk/packages/volview/trunk/debian/rules 2012-03-30 15:02:42 UTC (rev 10198) +++ trunk/packages/volview/trunk/debian/rules 2012-03-30 15:52:56 UTC (rev 10199) @@ -3,13 +3,15 @@ DPKG_EXPORT_BUILDFLAGS = 1 -include /usr/share/dpkg/buildflags.mk +# http://bugs.debian.org/653916 +CFLAGS += $(CPPFLAGS) +CXXFLAGS += $(CPPFLAGS) DEB_HOST_ARCH:=$(shell dpkg-architecture -qDEB_HOST_ARCH) # http://bugs.debian.org/658273 -ifneq (,$(filter mips mipsel, $(DEB_HOST_ARCH))) -CFLAGS+=-fPIC -endif -LDFLAGS+=-Wl,--as-needed +CFLAGS += -fPIC +CXXFLAGS += -fPIC +LDFLAGS += -Wl,--as-needed %: dh $@ --parallel --sourcedirectory=VolViewPlatformComplete _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
