[med-svn] [fw4spl] 01/01: add descriptions of some quilt patches, update d/rules

Corentin Desfarges corentin-guest at moszumanska.debian.org
Fri Feb 20 16:10:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

corentin-guest pushed a commit to branch master
in repository fw4spl.

commit cae6b2a4e2a3ef48e5fba844bf196f981ce2d4ca
Author: Corentin Desfarges <corentin.desfarges.dev at gmail.com>
Date:   Fri Feb 20 17:10:35 2015 +0100

    add descriptions of some quilt patches, update d/rules
---
 debian/patches/fix_unit_tests.patch      |  6 ++++++
 debian/patches/remove_fwItkIOTest.patch  |  6 ++++++
 debian/patches/set_media_as_bundle.patch |  6 ++++++
 debian/rules                             | 12 +++++++-----
 4 files changed, 25 insertions(+), 5 deletions(-)

diff --git a/debian/patches/fix_unit_tests.patch b/debian/patches/fix_unit_tests.patch
index 2f28a10..9e2b816 100644
--- a/debian/patches/fix_unit_tests.patch
+++ b/debian/patches/fix_unit_tests.patch
@@ -1,3 +1,9 @@
+Description: Fix some bugs in unit tests
+Author: Corentin Desfarges <corentin.desfarges.dev at gmail.com>
+Forwarded: no
+Last-Update: 2015-01-05
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 Index: fw4spl/SrcLib/core/fwRuntime/src/dl/Native.cpp
 ===================================================================
 --- fw4spl.orig/SrcLib/core/fwRuntime/src/dl/Native.cpp
diff --git a/debian/patches/remove_fwItkIOTest.patch b/debian/patches/remove_fwItkIOTest.patch
index f53bb61..477d765 100644
--- a/debian/patches/remove_fwItkIOTest.patch
+++ b/debian/patches/remove_fwItkIOTest.patch
@@ -1,3 +1,9 @@
+Description: Remove a failing unit test
+Author: Corentin Desfarges <corentin.desfarges.dev at gmail.com>
+Forwarded: no
+Last-Update: 2015-02-20
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- a/SrcLib/io/fwItkIO/test/tu/src/ImageConversionTest.cpp
 +++ /dev/null
 @@ -1,136 +0,0 @@
diff --git a/debian/patches/set_media_as_bundle.patch b/debian/patches/set_media_as_bundle.patch
index 1209d97..1f6e171 100644
--- a/debian/patches/set_media_as_bundle.patch
+++ b/debian/patches/set_media_as_bundle.patch
@@ -1,3 +1,9 @@
+Description: Consider the "media" directory as a fw4spl bundle
+Author: Corentin Desfarges <corentin.desfarges.dev at gmail.com>
+Forwarded: no
+Last-Update: 2015-01-05
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- a/Apps/VRRender/rc/profile.xml
 +++ b/Apps/VRRender/rc/profile.xml
 @@ -29,6 +29,7 @@
diff --git a/debian/rules b/debian/rules
index 2bacc8e..7635628 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,14 @@
 #!/usr/bin/make -f
-# See debhelper(7) (uncomment to enable)
-# output every command that modifies files on the build system.
-#DH_VERBOSE = 1
 
+#fix the lintian "hardening" message 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/default.mk
+include /usr/share/dpkg/buildflags.mk
 
-# main packaging script based on dh7 syntax
+CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
+CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
+CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
+LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
 
 %:
 	dh $@ --parallel

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/fw4spl.git



More information about the debian-med-commit mailing list