@@ -1,6 +1,7 @@
dulwich (0.9.4-2) UNRELEASED; urgency=medium
* Add upstream PGP signing key.
+ * Enable autopkgtest.
-- Jelmer Vernooij <jelmer@debian.org> Wed, 29 Jan 2014 00:30:26 +0000
@@ -8,6 +8,7 @@ Standards-Version: 3.9.4
X-Python-Version: >= 2.4
Vcs-Git: git://git.debian.org/users/jelmer/dulwich.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/jelmer/dulwich.git
+XS-Testsuite: autopkgtest
Package: python-dulwich
Architecture: any
@@ -0,0 +1,2 @@
+Tests: testsuite
+Depends: python-dulwich, git
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+python -m unittest dulwich.tests.test_suite