[med-svn] [camitk] 01/01: First update for new upstream version (4.0)

Emmanuel Promayon promayon-guest at moszumanska.debian.org
Mon Apr 18 06:43:21 UTC 2016


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

promayon-guest pushed a commit to branch master
in repository camitk.

commit 3815ad75d1436fb3790cfd98e0c08d2afe42fc13
Author: Emmanuel Promayon <Emmanuel.Promayon at imag.fr>
Date:   Mon Apr 18 08:34:35 2016 +0200

    First update for new upstream version (4.0)
    
    This was not test entirely, need more work
---
 debian/patches/reproducible-build-bug-794740.diff | 32 -----------------------
 debian/patches/series                             |  1 -
 2 files changed, 33 deletions(-)

diff --git a/debian/patches/reproducible-build-bug-794740.diff b/debian/patches/reproducible-build-bug-794740.diff
deleted file mode 100644
index 03a9780..0000000
--- a/debian/patches/reproducible-build-bug-794740.diff
+++ /dev/null
@@ -1,32 +0,0 @@
-Description: make the build reproducible (timestamps)
- applying patch suggested by akira, see bug #794740
- https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794740
-Author: Emmanuel Promayon <Emmanuel.Promayon at imag.fr>
-Origin: other
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/sdk/cmake/modules/CamiTKConfig.cmake.in
-+++ b/sdk/cmake/modules/CamiTKConfig.cmake.in
-@@ -228,10 +228,18 @@
- # additional unix system resources
- if (UNIX)
-     # only possible on unix
--    execute_process(COMMAND "date" "+%Y-%m-%d"
--                    OUTPUT_VARIABLE CURRENT_DATE
--                    OUTPUT_STRIP_TRAILING_WHITESPACE
--    )
-+    if(DEFINED ENV{SOURCE_DATE_EPOCH})
-+        # to enable reproducible builds, see debian bug #794740
-+        execute_process(COMMAND "date" "-u" "+%Y-%m-%d" "--date=@$ENV{SOURCE_DATE_EPOCH}"
-+                        OUTPUT_VARIABLE CURRENT_DATE
-+                        OUTPUT_STRIP_TRAILING_WHITESPACE
-+        )
-+    else()
-+        execute_process(COMMAND "date" "+%Y-%m-%d"
-+                        OUTPUT_VARIABLE CURRENT_DATE
-+                        OUTPUT_STRIP_TRAILING_WHITESPACE
-+        )
-+    endif()
-     # Application man pages (always in section 1, this is an application...)
-     set(CAMITK_APPLICATION_MAN_INSTALL_DIR "share/man/man1") 
-     # Desktop file always in share/applications (freedesktop standard)
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index a09286f..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-reproducible-build-bug-794740.diff

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



More information about the debian-med-commit mailing list