Merge lp:~debfx/keepassx/fix-lp311359 into lp:~siretart/keepassx/debian

Proposed by Felix Geyer
Status: Merged
Merged at revision: not available
Proposed branch: lp:~debfx/keepassx/fix-lp311359
Merge into: lp:~siretart/keepassx/debian
Diff against target: None lines
To merge this branch: bzr merge lp:~debfx/keepassx/fix-lp311359
Reviewer Review Type Date Requested Status
Reinhard Tartler Pending
Review via email: mp+4558@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2008-11-09 20:59:49 +0000
3+++ debian/changelog 2009-03-16 23:37:32 +0000
4@@ -1,3 +1,12 @@
5+keepassx (0.3.4-2) experimental; urgency=low
6+
7+ * Bug fix: "Keepassx crashes on save when password entry changes".
8+ LP: #311359
9+ - add debian/patches/svn281_fix_buffer_too_small.patch
10+ - build-depend on quilt
11+
12+ -- Felix Geyer <debfx-pkg@fobos.de> Mon, 16 Mar 2009 23:52:21 +0100
13+
14 keepassx (0.3.4-1) experimental; urgency=low
15
16 * new upstream release. LP: #296014
17
18=== modified file 'debian/control'
19--- debian/control 2008-10-02 08:41:54 +0000
20+++ debian/control 2009-03-16 23:37:32 +0000
21@@ -3,7 +3,7 @@
22 Priority: optional
23 Maintainer: Reinhard Tartler <siretart@tauware.de>
24 Uploaders: David Valot <ptitdav69@gmail.com>
25-Build-Depends: debhelper (>= 5.0.0), libqt4-dev (>= 4.3.0), libxtst-dev
26+Build-Depends: debhelper (>= 5.0.0), libqt4-dev (>= 4.3.0), libxtst-dev, quilt
27 Standards-Version: 3.7.3
28 Homepage: http://keepassx.sourceforge.net
29 Vcs-Bzr: http://code.launchpad.net/~siretart/keepassx/ubuntu
30
31=== added directory 'debian/patches'
32=== added file 'debian/patches/series'
33--- debian/patches/series 1970-01-01 00:00:00 +0000
34+++ debian/patches/series 2009-03-16 23:37:32 +0000
35@@ -0,0 +1,1 @@
36+svn281_fix_buffer_too_small.patch
37
38=== added file 'debian/patches/svn281_fix_buffer_too_small.patch'
39--- debian/patches/svn281_fix_buffer_too_small.patch 1970-01-01 00:00:00 +0000
40+++ debian/patches/svn281_fix_buffer_too_small.patch 2009-03-16 23:37:32 +0000
41@@ -0,0 +1,19 @@
42+--- trunk/src/Kdb3Database.cpp 2009/03/11 21:18:28 280
43++++ trunk/src/Kdb3Database.cpp 2009/03/11 23:52:42 281
44+@@ -1364,14 +1364,14 @@
45+
46+ for(int i=0; i < UnknownMetaStreams.size(); i++){
47+ FileSize
48+- +=164
49++ +=165
50+ +UnknownMetaStreams[i].Comment.toUtf8().length()+1
51+ +UnknownMetaStreams[i].Binary.length();
52+ }
53+
54+ for(int i=0; i < MetaStreams.size(); i++){
55+ FileSize
56+- +=164
57++ +=165
58+ +MetaStreams[i].Comment.toUtf8().length()+1
59+ +MetaStreams[i].Binary.length();
60+ }
61
62=== modified file 'debian/rules'
63--- debian/rules 2008-10-02 08:37:13 +0000
64+++ debian/rules 2009-03-16 23:37:32 +0000
65@@ -4,6 +4,8 @@
66 # Uncomment this to turn on verbose mode.
67 #export DH_VERBOSE=1
68
69+include /usr/share/quilt/quilt.make
70+
71 CFLAGS = -Wall -g
72 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
73 CFLAGS += -O0
74@@ -12,14 +14,14 @@
75 endif
76
77 build: build-stamp
78-build-stamp:
79+build-stamp: $(QUILT_STAMPFN)
80 dh_testdir
81 qmake-qt4 PREFIX=/usr DEBUG=1 QMAKE_CFLAGS_DEBUG="$(CFLAGS)" \
82 QMAKE_CXXFLAGS_DEBUG="$(CFLAGS)"
83 lrelease-qt4 src/src.pro
84 touch build-stamp
85
86-clean:
87+clean: unpatch
88 dh_testdir
89 dh_testroot
90 [ ! -f Makefile ] || $(MAKE) distclean

Subscribers

People subscribed via source and target branches

to all changes: