summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorerdgeist <de@gsmk.de>2014-04-16 20:12:34 +0200
committererdgeist <de@gsmk.de>2014-04-16 20:12:34 +0200
commitb32861fa6ec00c655b7a43ab0d511c7048f1ee43 (patch)
tree50cd33c87b43ff5c9a7a029346386cef2bdff5c6 /debian
parent71fb4ac25542721f3a2d42ac4eef0d7296968f82 (diff)
parent3297473435ad53b6691d6c772f83457a72134c48 (diff)
Merge from github
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/changelog18
-rwxr-xr-xdebian/rules4
2 files changed, 20 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 17e8bf7..eb2b185 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
1vchat-client (0.19-1) unstable; urgency=high
2
3 * fixed version string display
4 * failing on SSL verify failures
5 * removed ignssl option
6 * reenabled ciphers options
7 * added verifyssl option (cert verify depth)
8
9 -- Andreas Kotes <count@flatline.de> Wed, 16 Apr 2014 15:12:23 +0200
10
11vchat-client (0.18-1) unstable; urgency=high
12
13 * updated to use TLSv1 or later
14 * improved SSL error reporting
15 * report SSL cipher used
16
17 -- Andreas Kotes <count@flatline.de> Tue, 15 Apr 2014 13:09:23 +0200
18
1vchat-client (0.15-2) unstable; urgency=low 19vchat-client (0.15-2) unstable; urgency=low
2 20
3 * changed debian/rules using "make install" 21 * changed debian/rules using "make install"
diff --git a/debian/rules b/debian/rules
index 389c597..778533f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
5#export DH_VERBOSE=1 5#export DH_VERBOSE=1
6 6
7# This is the debhelper compatability version to use. 7# This is the debhelper compatability version to use.
8export DH_COMPAT=3 8export DH_COMPAT=5
9 9
10configure: configure-stamp 10configure: configure-stamp
11configure-stamp: 11configure-stamp:
@@ -28,7 +28,7 @@ clean:
28install: build 28install: build
29 dh_testdir 29 dh_testdir
30 dh_testroot 30 dh_testroot
31 dh_clean -k 31 dh_prep
32 dh_installdirs 32 dh_installdirs
33 $(MAKE) install DESTDIR=$(CURDIR)/debian/vchat-client PREFIX=/usr 33 $(MAKE) install DESTDIR=$(CURDIR)/debian/vchat-client PREFIX=/usr
34 34