From 68be0f00d7a9555f0760cf422138a9b4c4e5e64c Mon Sep 17 00:00:00 2001 From: Clemens Korner Date: Thu, 13 Sep 2012 11:54:37 +0200 Subject: [PATCH] v1.3.0 --- CMakeLists.txt | 2 +- debian/changelog | 7 +++++++ debian/control | 4 +++- debian/opentld.install | 1 + debian/rules | 3 +++ res/packaging/qopentld.desktop | 8 ++++++++ 6 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 res/packaging/qopentld.desktop diff --git a/CMakeLists.txt b/CMakeLists.txt index a778888a..55701470 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ endif(BUILD_QOPENTLD) #------------------------------------------------------------------------------- #version set(TLD_VERSION_MAJOR 1) -set(TLD_VERSION_MINOR 2) +set(TLD_VERSION_MINOR 3) set(TLD_VERSION_PATCH 0) set(TLD_VERSION ${TLD_VERSION_MAJOR}.${TLD_VERSION_MINOR}.${TLD_VERSION_PATCH}) diff --git a/debian/changelog b/debian/changelog index 1cf519c6..2dabed1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +opentld (1.3.0) precise; urgency=low + + * New Qt-Config-Dialog + * several fixes + + -- Clemens Korner Wed, 12 Sep 2012 15:42:26 +0200 + opentld (0.1.2) precise; urgency=low * Initial Release. diff --git a/debian/control b/debian/control index 1327259e..de363cc8 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,9 @@ Build-Depends: debhelper (>= 8.0.0), cmake, libcv-dev, libopencv-dev, - libhighgui-dev + libhighgui-dev, + libconfig++8-dev, + libqt4-dev Standards-Version: 3.9.3 Homepage: https://github.com/gnebehay/OpenTLD #Vcs-Git: git://github.com/gnebehay/OpenTLD.git diff --git a/debian/opentld.install b/debian/opentld.install index 30b99650..122d7643 100644 --- a/debian/opentld.install +++ b/debian/opentld.install @@ -1,2 +1,3 @@ res/pic/opentld.png usr/share/pixmaps res/packaging/opentld.desktop usr/share/applications/ +res/packaging/qopentld.desktop usr/share/applications/ diff --git a/debian/rules b/debian/rules index 1cda5de0..bdf0687b 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +override_dh_auto_configure: + dh_auto_configure -- -DBUILD_QOPENTLD=ON -DUSE_SYSTEM_LIBS=ON + %: dh $@ diff --git a/res/packaging/qopentld.desktop b/res/packaging/qopentld.desktop new file mode 100644 index 00000000..eeef1d36 --- /dev/null +++ b/res/packaging/qopentld.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=QOpenTLD +Comment=Tracking-Learning-Detection +Exec=qopentld +Icon=opentld.png +Terminal=false +Categories=Education;Science;