[med-svn] r20704 - in trunk/packages/arb/tags: . 6.0.2-1+deb8u1 6.0.2-1+deb8u1/patches

Andreas Tille tille at moszumanska.debian.org
Thu Dec 10 10:17:55 UTC 2015


Author: tille
Date: 2015-12-10 10:17:55 +0000 (Thu, 10 Dec 2015)
New Revision: 20704

Added:
   trunk/packages/arb/tags/6.0.2-1+deb8u1/
   trunk/packages/arb/tags/6.0.2-1+deb8u1/patches/70_skip_compler_version_check.patch
Modified:
   trunk/packages/arb/tags/6.0.2-1+deb8u1/changelog
   trunk/packages/arb/tags/6.0.2-1+deb8u1/patches/series
Log:
Backport "Skip compiler version check at all" to Jessie


Modified: trunk/packages/arb/tags/6.0.2-1+deb8u1/changelog
===================================================================
--- trunk/packages/arb/tags/6.0.2-1/changelog	2015-12-09 21:38:08 UTC (rev 20700)
+++ trunk/packages/arb/tags/6.0.2-1+deb8u1/changelog	2015-12-10 10:17:55 UTC (rev 20704)
@@ -1,3 +1,10 @@
+arb (6.0.2-1+deb8u1) jessie; urgency=medium
+
+  * Skip compiler version check at all
+    Closes: #793187
+
+ -- Andreas Tille <tille at debian.org>  Thu, 10 Dec 2015 10:55:21 +0100
+
 arb (6.0.2-1) unstable; urgency=medium
 
   [ Andreas Tille ]

Added: trunk/packages/arb/tags/6.0.2-1+deb8u1/patches/70_skip_compler_version_check.patch
===================================================================
--- trunk/packages/arb/tags/6.0.2-1+deb8u1/patches/70_skip_compler_version_check.patch	                        (rev 0)
+++ trunk/packages/arb/tags/6.0.2-1+deb8u1/patches/70_skip_compler_version_check.patch	2015-12-10 10:17:55 UTC (rev 20704)
@@ -0,0 +1,32 @@
+Description: Skip compiler version check at all
+Author: Andreas Tille <tille at debian.org>
+Bug-Debian: http://bugs.debian.org/793187
+Last-Update: Wed, 22 Jul 2015 22:45:32 +0200
+
+--- a/Makefile
++++ b/Makefile
+@@ -736,23 +736,7 @@ check_same_GCC_VERSION:
+ 		$(ARBHOME)/SOURCE_TOOLS/check_same_compiler_version.pl $(COMPILER_NAME) $(COMPILER_VERSION_ALLOWED)
+ 
+ check_GCC_VERSION:
+-		@echo 'Compiler version check:'
+-ifeq ('$(COMPILER_VERSION_ALLOWED)', '')
+-		@echo "  - Your compiler is '$(COMPILER_NAME)' version '$(COMPILER_VERSION)'"
+-		@echo '    This version is not in the list of supported $(COMPILER_NAME)-versions:'
+-		@$(foreach version,$(ALLOWED_COMPILER_VERSIONS),echo '    * $(version)';)
+-		@echo '  - You may either ..'
+-		@echo '    - add your version to ALLOWED_$(COMPILER_NAME)_VERSIONS in the Makefile and try it out or'
+-		@echo '    - switch to one of the allowed versions (see arb_README_gcc.txt for installing'
+-		@echo '      a different version of gcc)'
+-		@echo ''
+-		@false
+-else
+-		@echo "  - Supported $(COMPILER_NAME) version '$(COMPILER_VERSION_ALLOWED)' detected - fine!"
+-		@echo ''
+-		$(MAKE) check_same_GCC_VERSION
+-
+-endif
++		@echo 'Skip compiler version check in Debian - we need to fix the code if it does not work'
+ 
+ #---------------------- check ARBHOME
+ 

Modified: trunk/packages/arb/tags/6.0.2-1+deb8u1/patches/series
===================================================================
--- trunk/packages/arb/tags/6.0.2-1/patches/series	2015-12-09 21:38:08 UTC (rev 20700)
+++ trunk/packages/arb/tags/6.0.2-1+deb8u1/patches/series	2015-12-10 10:17:55 UTC (rev 20704)
@@ -4,3 +4,4 @@
 40_upstream_r12815__lintian_spelling
 50_private_nameservers
 60_use_packaged_phyml
+70_skip_compler_version_check.patch




More information about the debian-med-commit mailing list