[Forensics-changes] [libguytools] 01/08: New upstream version 2.0.5

Michael Prokop mika at moszumanska.debian.org
Fri Jan 5 23:19:53 UTC 2018


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

mika pushed a commit to branch master
in repository libguytools.

commit 541d75898159755eca81ec818edf70722f6834f9
Author: Michael Prokop <mika at debian.org>
Date:   Fri Jan 5 22:02:51 2018 +0100

    New upstream version 2.0.5
---
 changelog               |  5 +++++
 include/toolcfg.h       |  3 ++-
 include/toolconstants.h |  3 ++-
 include/toolerror.h     |  3 ++-
 include/toolglobalid.h  |  3 ++-
 include/toollog.h       |  3 ++-
 include/toolsignal.h    |  3 ++-
 include/toolsysinfo.h   |  3 ++-
 include/tooltypes.h     | 14 +++++++++++++-
 toolcfg.cpp             |  3 ++-
 toolerror.cpp           |  3 ++-
 toollog.cpp             |  3 ++-
 tools.pro               |  3 +++
 toolsignal.cpp          |  3 ++-
 toolsysinfo.cpp         |  3 ++-
 15 files changed, 45 insertions(+), 13 deletions(-)

diff --git a/changelog b/changelog
index 4efec74..d009d06 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,8 @@
+libguytools2 (2.0.5-1) unstable; urgency=low
+  * Moved to Qt5
+  * Adapted to Debian 8 (Jessie)
+ -- Guy Voncken <develop at faert.net>  Tue, 18 Jul 2017 12:00:00 +0200
+
 libguytools2 (2.0.4-1) unstable; urgency=low
   * Removed arch specific code in toolsignal.cpp
  -- Guy Voncken <develop at faert.net>  Thu, 13 Jul 2015 16:00:00 +0200
diff --git a/include/toolcfg.h b/include/toolcfg.h
index c9b3828..fe6dab7 100644
--- a/include/toolcfg.h
+++ b/include/toolcfg.h
@@ -9,7 +9,8 @@
 //  Module:         Configuration utility
 // ****************************************************************************
 
-// Copyright 2008, 2009, 2010, 2011, 2012 Guy Voncken
+// Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 
+// Guy Voncken
 //
 // This file is part of libguytools.
 //
diff --git a/include/toolconstants.h b/include/toolconstants.h
index 9501ba0..e48b7d5 100644
--- a/include/toolconstants.h
+++ b/include/toolconstants.h
@@ -9,7 +9,8 @@
 //  Module:         Different useful constants
 // ****************************************************************************
 
-// Copyright 2008, 2009, 2010, 2011, 2012 Guy Voncken
+// Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 
+// Guy Voncken
 //
 // This file is part of libguytools.
 //
diff --git a/include/toolerror.h b/include/toolerror.h
index 01cf6a5..bb3527c 100644
--- a/include/toolerror.h
+++ b/include/toolerror.h
@@ -9,7 +9,8 @@
 //  Module:         Error handling
 // ****************************************************************************
 
-// Copyright 2008, 2009, 2010, 2011, 2012 Guy Voncken
+// Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 
+// Guy Voncken
 //
 // This file is part of libguytools.
 //
diff --git a/include/toolglobalid.h b/include/toolglobalid.h
index 88c19e0..e7e7049 100644
--- a/include/toolglobalid.h
+++ b/include/toolglobalid.h
@@ -9,7 +9,8 @@
 //  Module:         Unique IDs for tools and applications
 // ****************************************************************************
 
-// Copyright 2008, 2009, 2010, 2011, 2012 Guy Voncken
+// Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 
+// Guy Voncken
 //
 // This file is part of libguytools.
 //
diff --git a/include/toollog.h b/include/toollog.h
index 934e95e..b6a151d 100644
--- a/include/toollog.h
+++ b/include/toollog.h
@@ -9,7 +9,8 @@
 //  Module:         Log utility
 // ****************************************************************************
 
-// Copyright 2008, 2009, 2010, 2011, 2012 Guy Voncken
+// Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 
+// Guy Voncken
 //
 // This file is part of libguytools.
 //
diff --git a/include/toolsignal.h b/include/toolsignal.h
index 33b0140..92e3671 100644
--- a/include/toolsignal.h
+++ b/include/toolsignal.h
@@ -9,7 +9,8 @@
 //  Module:         Signal handler with backtrace
 // ****************************************************************************
 
-// Copyright 2008, 2009, 2010, 2011, 2012 Guy Voncken
+// Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 
+// Guy Voncken
 //
 // This file is part of libguytools.
 //
diff --git a/include/toolsysinfo.h b/include/toolsysinfo.h
index 9cb565b..0db7830 100644
--- a/include/toolsysinfo.h
+++ b/include/toolsysinfo.h
@@ -9,7 +9,8 @@
 //  Module:         System information
 // ****************************************************************************
 
-// Copyright 2008, 2009, 2010, 2011, 2012 Guy Voncken
+// Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 
+// Guy Voncken
 //
 // This file is part of libguytools.
 //
diff --git a/include/tooltypes.h b/include/tooltypes.h
index 5988f9e..f62d1e8 100644
--- a/include/tooltypes.h
+++ b/include/tooltypes.h
@@ -1,4 +1,16 @@
-// Copyright 2008, 2009, 2010, 2011, 2012 Guy Voncken
+// ****************************************************************************
+//  Project:        libguytools
+// ****************************************************************************
+//  Programmer:     Guy Voncken
+//                  Police Grand-Ducale
+//                  Service de Police Judiciaire
+//                  Section Nouvelles Technologies
+// ****************************************************************************
+//  Module:         Type definitions
+// ****************************************************************************
+
+// Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 
+// Guy Voncken
 //
 // This file is part of libguytools.
 //
diff --git a/toolcfg.cpp b/toolcfg.cpp
index d299ee8..1dfc6c4 100644
--- a/toolcfg.cpp
+++ b/toolcfg.cpp
@@ -9,7 +9,8 @@
 //  Module:         Configuration utility
 // ****************************************************************************
 
-// Copyright 2008, 2009, 2010, 2011, 2012 Guy Voncken
+// Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 
+// Guy Voncken
 //
 // This file is part of libguytools.
 //
diff --git a/toolerror.cpp b/toolerror.cpp
index ca6f1df..982e096 100644
--- a/toolerror.cpp
+++ b/toolerror.cpp
@@ -9,7 +9,8 @@
 //  Module:         Error handling
 // ****************************************************************************
 
-// Copyright 2008, 2009, 2010, 2011, 2012 Guy Voncken
+// Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 
+// Guy Voncken
 //
 // This file is part of libguytools.
 //
diff --git a/toollog.cpp b/toollog.cpp
index c9d8302..86f993f 100755
--- a/toollog.cpp
+++ b/toollog.cpp
@@ -9,7 +9,8 @@
 //  Module:         Log utility
 // ****************************************************************************
 
-// Copyright 2008, 2009, 2010, 2011, 2012 Guy Voncken
+// Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 
+// Guy Voncken
 //
 // This file is part of libguytools.
 //
diff --git a/tools.pro b/tools.pro
index 40d85ce..76ed52e 100644
--- a/tools.pro
+++ b/tools.pro
@@ -19,6 +19,9 @@ DEFINES += TOCFG_COMPILE_FOR_USE_WITHOUT_TOOLBOX
 DEPENDPATH  += ./include
 INCLUDEPATH += ./include
 
+QMAKE_CXXFLAGS *= $(shell dpkg-buildflags --get CXXFLAGS)
+QMAKE_LFLAGS   *= $(shell dpkg-buildflags --get LDFLAGS)
+
 QMAKE_CXXFLAGS_WARN_ON += -Wno-strict-aliasing   # Switch off warning "dereferencing type-punned pointer will break strict-aliasing rules"
 QMAKE_CXXFLAGS_WARN_ON += -fmessage-length=0     # Tell g++ not to split messages into different lines
 QMAKE_CXXFLAGS_RELEASE += -O3
diff --git a/toolsignal.cpp b/toolsignal.cpp
index 3fcf585..91cd000 100644
--- a/toolsignal.cpp
+++ b/toolsignal.cpp
@@ -9,7 +9,8 @@
 //  Module:         Signal handler with backtrace
 // ****************************************************************************
 
-// Copyright 2008, 2009, 2010, 2011, 2012 Guy Voncken
+// Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 
+// Guy Voncken
 //
 // This file is part of libguytools.
 //
diff --git a/toolsysinfo.cpp b/toolsysinfo.cpp
index 838a7f7..8e9a120 100644
--- a/toolsysinfo.cpp
+++ b/toolsysinfo.cpp
@@ -9,7 +9,8 @@
 //  Module:         System information
 // ****************************************************************************
 
-// Copyright 2008, 2009, 2010, 2011, 2012 Guy Voncken
+// Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 
+// Guy Voncken
 //
 // This file is part of libguytools.
 //

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



More information about the forensics-changes mailing list