Corey Bryant has proposed merging 
lp:~corey.bryant/ubuntu/vivid/pylibmc/enable-tests into lp:ubuntu/pylibmc.

Requested reviews:
  Ubuntu branches (ubuntu-branches)

For more details, see:
https://code.launchpad.net/~corey.bryant/ubuntu/vivid/pylibmc/enable-tests/+merge/250305
-- 
Your team Ubuntu Server Team is subscribed to branch lp:ubuntu/pylibmc.
=== modified file 'debian/changelog'
--- debian/changelog	2014-05-28 22:03:31 +0000
+++ debian/changelog	2015-02-19 13:19:56 +0000
@@ -1,3 +1,11 @@
+pylibmc (1.2.3-1ubuntu1) vivid; urgency=medium
+
+  * debian/tests/*: Add DEP 8 tests.
+  * debian/control: Add ${python:Depends} to python-pylibmc-dbg Depends
+    and update maintainer.
+
+ -- Corey Bryant <[email protected]>  Mon, 09 Feb 2015 13:26:10 -0500
+
 pylibmc (1.2.3-1build1) utopic; urgency=medium
 
   * No-change rebuild against new libmemcached.

=== modified file 'debian/control'
--- debian/control	2013-06-19 23:31:07 +0000
+++ debian/control	2015-02-19 13:19:56 +0000
@@ -2,13 +2,15 @@
 Section: python
 Priority: optional
 X-Python-Version: >= 2.6
-Maintainer: Debian Python Modules Team <[email protected]>
+Maintainer: Ubuntu Developers <[email protected]>
+XSBC-Original-Maintainer: Debian Python Modules Team <[email protected]>
 Uploaders: Carl Chenet <[email protected]>
 Build-Depends: debhelper (>= 9.0), python-all-dev (>= 2.6.6-3), python-all-dbg (>= 2.6.6-3), libmemcached-dev, zlib1g-dev
 Standards-Version: 3.9.4.0
 Homepage: http://pypi.python.org/pypi/pylibmc/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pylibmc/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pylibmc/trunk/
+XS-Testsuite: autopkgtest
 
 Package: python-pylibmc
 Architecture: any
@@ -24,7 +26,7 @@
 Architecture: any
 Priority: extra
 Section: debug
-Depends: ${shlibs:Depends}, ${misc:Depends}, python-dbg, python-pylibmc (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, python-dbg, python-pylibmc (= ${binary:Version})
 Description: libmemcached wrapper (debug mode)
  Pylibmc is a Python wrapper around the accompanying C Python
  extension _pylibmc, which is a wrapper around libmemcached

=== added directory 'debian/tests'
=== added file 'debian/tests/control'
--- debian/tests/control	1970-01-01 00:00:00 +0000
+++ debian/tests/control	2015-02-19 13:19:56 +0000
@@ -0,0 +1,2 @@
+Tests: unit
+Depends: python-pylibmc, python-nose, memcached

=== added file 'debian/tests/unit'
--- debian/tests/unit	1970-01-01 00:00:00 +0000
+++ debian/tests/unit	2015-02-19 13:19:56 +0000
@@ -0,0 +1,2 @@
+#! /bin/sh
+eval "${0%/*}/../../runtests.py -v"

-- 
Ubuntu-server-bugs mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to