Debian: Run the builtin test suite as an autopkgtest.

This commit is contained in:
Joey Hess 2013-08-15 15:48:17 +02:00
parent 624cfebb0c
commit 59f9781a23
4 changed files with 15 additions and 0 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
git-annex (4.20130816) UNRELEASED; urgency=low
* Debian: Run the builtin test suite as an autopkgtest.
-- Joey Hess <joeyh@debian.org> Thu, 15 Aug 2013 15:47:52 +0200
git-annex (4.20130815) unstable; urgency=low
* assistant, watcher: .gitignore files and other git ignores are now

1
debian/control vendored
View file

@ -60,6 +60,7 @@ Maintainer: Joey Hess <joeyh@debian.org>
Standards-Version: 3.9.4
Vcs-Git: git://git.kitenet.net/git-annex
Homepage: http://git-annex.branchable.com/
XS-Testsuite: autopkgtest
Package: git-annex
Architecture: any

4
debian/tests/basics vendored Normal file
View file

@ -0,0 +1,4 @@
#!/bin/sh
testdir="$(mktemp -d)"
cd "$testdir"
exec git-annex test

4
debian/tests/control vendored Normal file
View file

@ -0,0 +1,4 @@
Tests: basics
Depends: @, git, rsync, gnupg
Restrictions: allow-stderr