Merge lp:~corey.bryant/ubuntu/vivid/pylibmc/enable-tests into lp:ubuntu/vivid/pylibmc

Proposed by Corey Bryant
Status: Needs review
Proposed branch: lp:~corey.bryant/ubuntu/vivid/pylibmc/enable-tests
Merge into: lp:ubuntu/vivid/pylibmc
Diff against target: 60 lines (+16/-2)
4 files modified
debian/changelog (+8/-0)
debian/control (+4/-2)
debian/tests/control (+2/-0)
debian/tests/unit (+2/-0)
To merge this branch: bzr merge lp:~corey.bryant/ubuntu/vivid/pylibmc/enable-tests
Reviewer Review Type Date Requested Status
Dmitry Shachnev Needs Information
Review via email: mp+250305@code.launchpad.net
To post a comment you must log in.
11. By Corey Bryant

* debian/tests/*: Add DEP 8 tests with running memcache.
* debian/control: Add ${python:Depends} to python-pylibmc-dbg Depends
  and update maintainer.

Revision history for this message
Dmitry Shachnev (mitya57) wrote :

This package comes from Debian without changes, please submit the patch there as described in https://wiki.ubuntu.com/Debian/Bugs.

review: Needs Information

Unmerged revisions

11. By Corey Bryant

* debian/tests/*: Add DEP 8 tests with running memcache.
* debian/control: Add ${python:Depends} to python-pylibmc-dbg Depends
  and update maintainer.

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 2014-05-28 22:03:31 +0000
3+++ debian/changelog 2015-02-19 13:34:34 +0000
4@@ -1,3 +1,11 @@
5+pylibmc (1.2.3-1ubuntu1) UNRELEASED; urgency=medium
6+
7+ * debian/tests/*: Add DEP 8 tests with running memcache.
8+ * debian/control: Add ${python:Depends} to python-pylibmc-dbg Depends
9+ and update maintainer.
10+
11+ -- Corey Bryant <corey.bryant@canonical.com> Mon, 09 Feb 2015 13:26:10 -0500
12+
13 pylibmc (1.2.3-1build1) utopic; urgency=medium
14
15 * No-change rebuild against new libmemcached.
16
17=== modified file 'debian/control'
18--- debian/control 2013-06-19 23:31:07 +0000
19+++ debian/control 2015-02-19 13:34:34 +0000
20@@ -2,13 +2,15 @@
21 Section: python
22 Priority: optional
23 X-Python-Version: >= 2.6
24-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
25+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
26+XSBC-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
27 Uploaders: Carl Chenet <chaica@ohmytux.com>
28 Build-Depends: debhelper (>= 9.0), python-all-dev (>= 2.6.6-3), python-all-dbg (>= 2.6.6-3), libmemcached-dev, zlib1g-dev
29 Standards-Version: 3.9.4.0
30 Homepage: http://pypi.python.org/pypi/pylibmc/
31 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pylibmc/trunk/
32 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pylibmc/trunk/
33+XS-Testsuite: autopkgtest
34
35 Package: python-pylibmc
36 Architecture: any
37@@ -24,7 +26,7 @@
38 Architecture: any
39 Priority: extra
40 Section: debug
41-Depends: ${shlibs:Depends}, ${misc:Depends}, python-dbg, python-pylibmc (= ${binary:Version})
42+Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, python-dbg, python-pylibmc (= ${binary:Version})
43 Description: libmemcached wrapper (debug mode)
44 Pylibmc is a Python wrapper around the accompanying C Python
45 extension _pylibmc, which is a wrapper around libmemcached
46
47=== added directory 'debian/tests'
48=== added file 'debian/tests/control'
49--- debian/tests/control 1970-01-01 00:00:00 +0000
50+++ debian/tests/control 2015-02-19 13:34:34 +0000
51@@ -0,0 +1,2 @@
52+Tests: unit
53+Depends: python-pylibmc, python-nose, memcached
54
55=== added file 'debian/tests/unit'
56--- debian/tests/unit 1970-01-01 00:00:00 +0000
57+++ debian/tests/unit 2015-02-19 13:34:34 +0000
58@@ -0,0 +1,2 @@
59+#! /bin/sh
60+eval "${0%/*}/../../runtests.py -v"

Subscribers

People subscribed via source and target branches