Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kornerc committed Sep 13, 2012
1 parent e669174 commit 68be0f0
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})

Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
opentld (1.3.0) precise; urgency=low

* New Qt-Config-Dialog
* several fixes

-- Clemens Korner <[email protected]> Wed, 12 Sep 2012 15:42:26 +0200

opentld (0.1.2) precise; urgency=low

* Initial Release.
Expand Down
4 changes: 3 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions debian/opentld.install
Original file line number Diff line number Diff line change
@@ -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/
3 changes: 3 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@

8 changes: 8 additions & 0 deletions res/packaging/qopentld.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[Desktop Entry]
Type=Application
Name=QOpenTLD
Comment=Tracking-Learning-Detection
Exec=qopentld
Icon=opentld.png
Terminal=false
Categories=Education;Science;

0 comments on commit 68be0f0

Please sign in to comment.