[debian-edu-commits] debian-edu/italc.git (#94) - master (branch) updated: debian/1_2.0.0-2-13-g6ea3f2f

Mike Gabriel sunweaver at alioth.debian.org
Sun Aug 11 01:16:31 UTC 2013


The branch, master has been updated
       via  6ea3f2f2ec960ec87f2e00841991eaa0f649f7ae (commit)
      from  729af5b5311b47e3d89f1bf4198c46860cf82bd7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6ea3f2f2ec960ec87f2e00841991eaa0f649f7ae
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun Aug 11 01:19:40 2013 +0200

    update patch

-----------------------------------------------------------------------

Summary of changes:
 debian/patches/006_inject-buildtype-from-outside.patch |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

The diff of changes is:
diff --git a/debian/patches/006_inject-buildtype-from-outside.patch b/debian/patches/006_inject-buildtype-from-outside.patch
index 47a3f24..56455a0 100644
--- a/debian/patches/006_inject-buildtype-from-outside.patch
+++ b/debian/patches/006_inject-buildtype-from-outside.patch
@@ -1,6 +1,6 @@
 --- a/imc/src/MainWindow.cpp
 +++ b/imc/src/MainWindow.cpp
-@@ -534,11 +534,7 @@
+@@ -534,14 +534,9 @@
  
  #endif
  
@@ -9,10 +9,13 @@
 -#elif defined( ITALC_HOST_X86_64 )
 -	const QString buildType = "x86_64";
 -#endif
-+	const QString buildType = BUILD_TYPE;
  	obj.setValue( "OS", os, "General" );
  	obj.setValue( "MachineInfo", machineInfo, "General" );
- 	obj.setValue( "BuildType", buildType, "General" );
+-	obj.setValue( "BuildType", buildType, "General" );
++	obj.setValue( "BuildType", BUILD_TYPE, "General" );
+ 	obj.setValue( "Version", ITALC_VERSION, "General" );
+ 
+ 
 --- a/italcconfig.h.in
 +++ b/italcconfig.h.in
 @@ -2,9 +2,6 @@


hooks/post-receive
-- 
italc.git (Debian package italc)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "italc.git" (Debian package italc).




More information about the debian-edu-commits mailing list