This is an automated email from the git hooks/post-receive script. tuskentower-guest pushed a commit to branch master in repository fis-gtm.
commit 0f15bf12830a53dc7aa96d08a4ba26023db910cb Author: Amul Shah <[email protected]> Date: Mon Aug 28 08:00:06 2017 -0400 Update for GT.M V6.3-002 --- debian/changelog | 9 ++++++--- debian/control | 6 +++--- debian/patches/upstream_disable_autorelink | 2 +- debian/patches/upstream_donot_deploy_all_encryption_libs | 6 +++--- debian/rules | 10 ---------- 5 files changed, 13 insertions(+), 20 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2e799fb..62692fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,13 @@ -fis-gtm (6.3-001A-1) UNRELEASED; urgency=medium +fis-gtm (6.3-002-1) UNRELEASED; urgency=medium - * New upstream version + * Update to fis-gtm V6.3-002 + * Update Standards to match the most recent 4.0.0 + * Remove dh_strip override as binaries are stripped. Fixes lintian error + file-contains-fixme-placeholder * Build-Depends bumped to libgcrypt20 Closes: #864102 - -- Amul Shah <[email protected]> Fri, 11 Aug 2017 06:44:33 -0400 + -- Amul Shah <[email protected]> Fri, 25 Aug 2017 11:12:55 -0400 fis-gtm (6.3-000A-1) unstable; urgency=low diff --git a/debian/control b/debian/control index c6a3f17..5eb6319 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ Build-Depends: debhelper (>= 10), gcc-multilib, cmake Build-Conflicts: locales-all -Standards-Version: 3.9.8 +Standards-Version: 4.0.0 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/fis-gtm.git Vcs-Git: https://anonscm.debian.org/git/debian-med/fis-gtm.git Homepage: http://sourceforge.net/projects/fis-gtm @@ -31,7 +31,7 @@ Homepage: http://sourceforge.net/projects/fis-gtm Package: fis-gtm Architecture: all Depends: ${misc:Depends}, - fis-gtm-6.3-001a + fis-gtm-6.3-002 Provides: mumps Description: metapackage for the latest version of FIS-GT.M database GT.M is a database engine with scalability proven in large real-time @@ -62,7 +62,7 @@ Description: metapackage for the latest version of FIS-GT.M database . This metapackage always depends from the default fis-gtm version. -Package: fis-gtm-6.3-001a +Package: fis-gtm-6.3-002 Architecture: amd64 i386 Multi-Arch: same Depends: ${shlibs:Depends}, diff --git a/debian/patches/upstream_disable_autorelink b/debian/patches/upstream_disable_autorelink index 4db3d47..f4378fc 100644 --- a/debian/patches/upstream_disable_autorelink +++ b/debian/patches/upstream_disable_autorelink @@ -10,7 +10,7 @@ Last-Update: 2015-01-14 --- a/sr_unix/gtmprofile.gtc +++ b/sr_unix/gtmprofile.gtc -@@ -150,12 +150,12 @@ +@@ -156,12 +156,12 @@ if [ -d $gtm_dist/plugin/o/utf8 ] ; then gtmroutines=`$gtm_dist/mumps -run %XCMD 'set x=$ztrnlnm("gtm_dist")_"/plugin/o/utf8/*."_$ztrnlnm("tmp_gtm_shlib") for set y=$zsearch(x) quit:""=y write y," "'`"$gtm_dist/plugin/o/utf8($gtm_dist/plugin/r) $gtmroutines" fi diff --git a/debian/patches/upstream_donot_deploy_all_encryption_libs b/debian/patches/upstream_donot_deploy_all_encryption_libs index 4279656..d6477b4 100644 --- a/debian/patches/upstream_donot_deploy_all_encryption_libs +++ b/debian/patches/upstream_donot_deploy_all_encryption_libs @@ -11,7 +11,7 @@ Last-Update: 2015-01-11 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -519,7 +519,7 @@ +@@ -523,7 +523,7 @@ ) target_link_libraries(libgtmcrypt_openssl_AES256CFB ${GPG_LIBRARIES} ${TLS_LIBRARIES}) add_dependencies(libgtmcrypt_openssl_AES256CFB gen_gtm_threadgbl_deftypes) @@ -20,7 +20,7 @@ Last-Update: 2015-01-11 add_library(libgtmtls MODULE ${libgtmtls_SOURCES}) set_target_properties(libgtmtls PROPERTIES -@@ -529,7 +529,7 @@ +@@ -533,7 +533,7 @@ ) target_link_libraries(libgtmtls ${TLS_LIBRARIES}) add_dependencies(libgtmtls gen_gtm_threadgbl_deftypes) @@ -31,7 +31,7 @@ Last-Update: 2015-01-11 target_link_libraries(maskpass ${GPG_LIBRARIES} ${TLS_LIBRARIES}) --- a/sr_unix/configure.gtc +++ b/sr_unix/configure.gtc -@@ -507,6 +507,7 @@ +@@ -519,6 +519,7 @@ chmod 0644 $gtmdist/$plugin_gtmcrypt/source.tar chown ${owner}:${bingroup} $gtmdist/$plugin_gtmcrypt/source.tar rm $plugin_gtmcrypt/README diff --git a/debian/rules b/debian/rules index fb1c823..6346397 100755 --- a/debian/rules +++ b/debian/rules @@ -113,16 +113,6 @@ override_dh_auto_clean: rm -rf debian/$(BINPKG)-stage1 rm -f debian/fis-gtm.links debian/fis-gtm-$(UVER).lintian-overrides -# for some strange reason dh_strip does not seem to do a reliable job -# FIXME: there should be some more elegant solution like this -override_dh_strip: - dh_strip - if [ -d $(LOCAL_GTM_INSTALL_DIR) ] ; then \ - cd $(LOCAL_GTM_INSTALL_DIR) ; \ - strip dse gtcm_gnp_server gtcm_play gtcm_server gtcm_shmclean lke mupip ; \ - fi - find $(LOCAL_GTM_INSTALL_DIR) -name maskpass -exec strip --remove-section=.comment \{\} \; - get-orig-source: mkdir -p ../tarballs uscan --verbose --force-download --destdir=../tarballs -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/fis-gtm.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
