Skip to content

Commit 68be0f0

Browse files
committed
v1.3.0
1 parent e669174 commit 68be0f0

File tree

6 files changed

+23
-2
lines changed

6 files changed

+23
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ endif(BUILD_QOPENTLD)
3535
#-------------------------------------------------------------------------------
3636
#version
3737
set(TLD_VERSION_MAJOR 1)
38-
set(TLD_VERSION_MINOR 2)
38+
set(TLD_VERSION_MINOR 3)
3939
set(TLD_VERSION_PATCH 0)
4040
set(TLD_VERSION ${TLD_VERSION_MAJOR}.${TLD_VERSION_MINOR}.${TLD_VERSION_PATCH})
4141

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
opentld (1.3.0) precise; urgency=low
2+
3+
* New Qt-Config-Dialog
4+
* several fixes
5+
6+
-- Clemens Korner <[email protected]> Wed, 12 Sep 2012 15:42:26 +0200
7+
18
opentld (0.1.2) precise; urgency=low
29

310
* Initial Release.

debian/control

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ Build-Depends: debhelper (>= 8.0.0),
66
cmake,
77
libcv-dev,
88
libopencv-dev,
9-
libhighgui-dev
9+
libhighgui-dev,
10+
libconfig++8-dev,
11+
libqt4-dev
1012
Standards-Version: 3.9.3
1113
Homepage: https://github.com/gnebehay/OpenTLD
1214
#Vcs-Git: git://github.com/gnebehay/OpenTLD.git

debian/opentld.install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
res/pic/opentld.png usr/share/pixmaps
22
res/packaging/opentld.desktop usr/share/applications/
3+
res/packaging/qopentld.desktop usr/share/applications/

debian/rules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
# Uncomment this to turn on verbose mode.
55
#export DH_VERBOSE=1
66

7+
override_dh_auto_configure:
8+
dh_auto_configure -- -DBUILD_QOPENTLD=ON -DUSE_SYSTEM_LIBS=ON
9+
710
%:
811
dh $@
912

res/packaging/qopentld.desktop

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[Desktop Entry]
2+
Type=Application
3+
Name=QOpenTLD
4+
Comment=Tracking-Learning-Detection
5+
Exec=qopentld
6+
Icon=opentld.png
7+
Terminal=false
8+
Categories=Education;Science;

0 commit comments

Comments
 (0)