Merge lp:~michihenning/persistent-cache-cpp/merge-from-devel into lp:persistent-cache-cpp

Proposed by Michi Henning
Status: Merged
Approved by: Michi Henning
Approved revision: 19
Merged at revision: 19
Proposed branch: lp:~michihenning/persistent-cache-cpp/merge-from-devel
Merge into: lp:persistent-cache-cpp
Diff against target: 56 lines (+17/-2)
5 files modified
debian/changelog (+8/-0)
debian/control (+3/-1)
debian/persistent-cache-cpp-doc.lintian-overrides (+3/-0)
debian/tests/control (+1/-1)
debian/tests/test-examples (+2/-0)
To merge this branch: bzr merge lp:~michihenning/persistent-cache-cpp/merge-from-devel
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Michi Henning (community) Approve
Review via email: mp+267326@code.launchpad.net

Commit message

Merging fixes for autopkg test from devel.

Description of the change

Merging fixes for autopkg test from devel.

To post a comment you must log in.
Revision history for this message
Michi Henning (michihenning) wrote :

Again, for the silo, with the right branch this time :-(

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Michi Henning (michihenning) wrote :

Top approving, seeing that there are no code changes.

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2015-08-05 00:21:58 +0000
+++ debian/changelog 2015-08-07 11:00:31 +0000
@@ -1,3 +1,11 @@
1persistent-cache-cpp (1.0.3+15.10.20150805-0ubuntu3) UNRELEASED; urgency=medium
2
3 [ Michi Henning ]
4 * Suppressed lintian warning about doxygen's use of jquery.js.
5 * Added missing dependency to autopkg test.
6
7 -- Michi Henning <michi.henning@canonical.com> Fri, 07 Aug 2015 13:49:36 +1000
8
1persistent-cache-cpp (1.0.0+15.10.20150805-0ubuntu1) wily; urgency=medium9persistent-cache-cpp (1.0.0+15.10.20150805-0ubuntu1) wily; urgency=medium
210
3 [ Michi Henning ]11 [ Michi Henning ]
412
=== modified file 'debian/control'
--- debian/control 2015-08-05 00:21:52 +0000
+++ debian/control 2015-08-07 11:00:31 +0000
@@ -25,7 +25,9 @@
25Architecture: any25Architecture: any
26Multi-Arch: same26Multi-Arch: same
27Depends: ${misc:Depends},27Depends: ${misc:Depends},
28 libleveldb1,28 libboost-dev,
29 libleveldb-dev,
30 pkg-config,
29Description: Cache of key-value pairs with persistent storage for C++ 1131Description: Cache of key-value pairs with persistent storage for C++ 11
30 A persistent cache for arbitrary (possibly large amount of data, such as32 A persistent cache for arbitrary (possibly large amount of data, such as
31 image files) that is fast, scalable, and crash-proof.33 image files) that is fast, scalable, and crash-proof.
3234
=== added file 'debian/persistent-cache-cpp-doc.lintian-overrides'
--- debian/persistent-cache-cpp-doc.lintian-overrides 1970-01-01 00:00:00 +0000
+++ debian/persistent-cache-cpp-doc.lintian-overrides 2015-08-07 11:00:31 +0000
@@ -0,0 +1,3 @@
1# Nothing we can do about this because, depending on the installed version
2# of jquery.js, the tree widget breaks.
3persistent-cache-cpp-doc: embedded-javascript-library
04
=== modified file 'debian/tests/control'
--- debian/tests/control 2015-07-27 05:46:44 +0000
+++ debian/tests/control 2015-08-07 11:00:31 +0000
@@ -1,2 +1,2 @@
1Tests: test-examples1Tests: test-examples
2Depends: @, g++, libstdc++6, libboost-dev, libleveldb12Depends: @, g++, libboost-dev, libleveldb-dev, pkg-config
33
=== modified file 'debian/tests/test-examples'
--- debian/tests/test-examples 2015-07-29 12:44:04 +0000
+++ debian/tests/test-examples 2015-08-07 11:00:31 +0000
@@ -34,3 +34,5 @@
3434
35./string_cache35./string_cache
36./person_cache36./person_cache
37
38echo "PASSED: autopkg tests"

Subscribers

People subscribed via source and target branches

to all changes: