Browse Source

Enable autopkgtest.

Jelmer Vernooij 11 years ago
parent
commit
2112f88554
4 changed files with 7 additions and 0 deletions
  1. 1 0
      debian/changelog
  2. 1 0
      debian/control
  3. 2 0
      debian/tests/control
  4. 3 0
      debian/tests/testsuite

+ 1 - 0
debian/changelog

@@ -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
 

+ 1 - 0
debian/control

@@ -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

+ 2 - 0
debian/tests/control

@@ -0,0 +1,2 @@
+Tests: testsuite
+Depends: python-dulwich, git

+ 3 - 0
debian/tests/testsuite

@@ -0,0 +1,3 @@
+#!/bin/sh
+
+python -m unittest dulwich.tests.test_suite