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
1=== modified file 'debian/changelog'
2--- debian/changelog 2015-08-05 00:21:58 +0000
3+++ debian/changelog 2015-08-07 11:00:31 +0000
4@@ -1,3 +1,11 @@
5+persistent-cache-cpp (1.0.3+15.10.20150805-0ubuntu3) UNRELEASED; urgency=medium
6+
7+ [ Michi Henning ]
8+ * Suppressed lintian warning about doxygen's use of jquery.js.
9+ * Added missing dependency to autopkg test.
10+
11+ -- Michi Henning <michi.henning@canonical.com> Fri, 07 Aug 2015 13:49:36 +1000
12+
13 persistent-cache-cpp (1.0.0+15.10.20150805-0ubuntu1) wily; urgency=medium
14
15 [ Michi Henning ]
16
17=== modified file 'debian/control'
18--- debian/control 2015-08-05 00:21:52 +0000
19+++ debian/control 2015-08-07 11:00:31 +0000
20@@ -25,7 +25,9 @@
21 Architecture: any
22 Multi-Arch: same
23 Depends: ${misc:Depends},
24- libleveldb1,
25+ libboost-dev,
26+ libleveldb-dev,
27+ pkg-config,
28 Description: Cache of key-value pairs with persistent storage for C++ 11
29 A persistent cache for arbitrary (possibly large amount of data, such as
30 image files) that is fast, scalable, and crash-proof.
31
32=== added file 'debian/persistent-cache-cpp-doc.lintian-overrides'
33--- debian/persistent-cache-cpp-doc.lintian-overrides 1970-01-01 00:00:00 +0000
34+++ debian/persistent-cache-cpp-doc.lintian-overrides 2015-08-07 11:00:31 +0000
35@@ -0,0 +1,3 @@
36+# Nothing we can do about this because, depending on the installed version
37+# of jquery.js, the tree widget breaks.
38+persistent-cache-cpp-doc: embedded-javascript-library
39
40=== modified file 'debian/tests/control'
41--- debian/tests/control 2015-07-27 05:46:44 +0000
42+++ debian/tests/control 2015-08-07 11:00:31 +0000
43@@ -1,2 +1,2 @@
44 Tests: test-examples
45-Depends: @, g++, libstdc++6, libboost-dev, libleveldb1
46+Depends: @, g++, libboost-dev, libleveldb-dev, pkg-config
47
48=== modified file 'debian/tests/test-examples'
49--- debian/tests/test-examples 2015-07-29 12:44:04 +0000
50+++ debian/tests/test-examples 2015-08-07 11:00:31 +0000
51@@ -34,3 +34,5 @@
52
53 ./string_cache
54 ./person_cache
55+
56+echo "PASSED: autopkg tests"

Subscribers

People subscribed via source and target branches

to all changes: