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
=== modified file 'debian/changelog'
--- debian/changelog 2008-11-09 20:59:49 +0000
+++ debian/changelog 2009-03-16 23:37:32 +0000
@@ -1,3 +1,12 @@
1keepassx (0.3.4-2) experimental; urgency=low
2
3 * Bug fix: "Keepassx crashes on save when password entry changes".
4 LP: #311359
5 - add debian/patches/svn281_fix_buffer_too_small.patch
6 - build-depend on quilt
7
8 -- Felix Geyer <debfx-pkg@fobos.de> Mon, 16 Mar 2009 23:52:21 +0100
9
1keepassx (0.3.4-1) experimental; urgency=low10keepassx (0.3.4-1) experimental; urgency=low
211
3 * new upstream release. LP: #29601412 * new upstream release. LP: #296014
413
=== modified file 'debian/control'
--- debian/control 2008-10-02 08:41:54 +0000
+++ debian/control 2009-03-16 23:37:32 +0000
@@ -3,7 +3,7 @@
3Priority: optional3Priority: optional
4Maintainer: Reinhard Tartler <siretart@tauware.de>4Maintainer: Reinhard Tartler <siretart@tauware.de>
5Uploaders: David Valot <ptitdav69@gmail.com>5Uploaders: David Valot <ptitdav69@gmail.com>
6Build-Depends: debhelper (>= 5.0.0), libqt4-dev (>= 4.3.0), libxtst-dev6Build-Depends: debhelper (>= 5.0.0), libqt4-dev (>= 4.3.0), libxtst-dev, quilt
7Standards-Version: 3.7.37Standards-Version: 3.7.3
8Homepage: http://keepassx.sourceforge.net8Homepage: http://keepassx.sourceforge.net
9Vcs-Bzr: http://code.launchpad.net/~siretart/keepassx/ubuntu9Vcs-Bzr: http://code.launchpad.net/~siretart/keepassx/ubuntu
1010
=== added directory 'debian/patches'
=== added file 'debian/patches/series'
--- debian/patches/series 1970-01-01 00:00:00 +0000
+++ debian/patches/series 2009-03-16 23:37:32 +0000
@@ -0,0 +1,1 @@
1svn281_fix_buffer_too_small.patch
02
=== added file 'debian/patches/svn281_fix_buffer_too_small.patch'
--- debian/patches/svn281_fix_buffer_too_small.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/svn281_fix_buffer_too_small.patch 2009-03-16 23:37:32 +0000
@@ -0,0 +1,19 @@
1--- trunk/src/Kdb3Database.cpp 2009/03/11 21:18:28 280
2+++ trunk/src/Kdb3Database.cpp 2009/03/11 23:52:42 281
3@@ -1364,14 +1364,14 @@
4
5 for(int i=0; i < UnknownMetaStreams.size(); i++){
6 FileSize
7- +=164
8+ +=165
9 +UnknownMetaStreams[i].Comment.toUtf8().length()+1
10 +UnknownMetaStreams[i].Binary.length();
11 }
12
13 for(int i=0; i < MetaStreams.size(); i++){
14 FileSize
15- +=164
16+ +=165
17 +MetaStreams[i].Comment.toUtf8().length()+1
18 +MetaStreams[i].Binary.length();
19 }
020
=== modified file 'debian/rules'
--- debian/rules 2008-10-02 08:37:13 +0000
+++ debian/rules 2009-03-16 23:37:32 +0000
@@ -4,6 +4,8 @@
4# Uncomment this to turn on verbose mode.4# Uncomment this to turn on verbose mode.
5#export DH_VERBOSE=15#export DH_VERBOSE=1
66
7include /usr/share/quilt/quilt.make
8
7CFLAGS = -Wall -g9CFLAGS = -Wall -g
8ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))10ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
9 CFLAGS += -O011 CFLAGS += -O0
@@ -12,14 +14,14 @@
12endif14endif
1315
14build: build-stamp16build: build-stamp
15build-stamp:17build-stamp: $(QUILT_STAMPFN)
16 dh_testdir18 dh_testdir
17 qmake-qt4 PREFIX=/usr DEBUG=1 QMAKE_CFLAGS_DEBUG="$(CFLAGS)" \19 qmake-qt4 PREFIX=/usr DEBUG=1 QMAKE_CFLAGS_DEBUG="$(CFLAGS)" \
18 QMAKE_CXXFLAGS_DEBUG="$(CFLAGS)"20 QMAKE_CXXFLAGS_DEBUG="$(CFLAGS)"
19 lrelease-qt4 src/src.pro21 lrelease-qt4 src/src.pro
20 touch build-stamp22 touch build-stamp
2123
22clean:24clean: unpatch
23 dh_testdir25 dh_testdir
24 dh_testroot26 dh_testroot
25 [ ! -f Makefile ] || $(MAKE) distclean27 [ ! -f Makefile ] || $(MAKE) distclean

Subscribers

People subscribed via source and target branches

to all changes: