Debian: Run the builtin test suite as an autopkgtest.
This commit is contained in:
parent
624cfebb0c
commit
59f9781a23
4 changed files with 15 additions and 0 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -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
|
git-annex (4.20130815) unstable; urgency=low
|
||||||
|
|
||||||
* assistant, watcher: .gitignore files and other git ignores are now
|
* assistant, watcher: .gitignore files and other git ignores are now
|
||||||
|
|
1
debian/control
vendored
1
debian/control
vendored
|
@ -60,6 +60,7 @@ Maintainer: Joey Hess <joeyh@debian.org>
|
||||||
Standards-Version: 3.9.4
|
Standards-Version: 3.9.4
|
||||||
Vcs-Git: git://git.kitenet.net/git-annex
|
Vcs-Git: git://git.kitenet.net/git-annex
|
||||||
Homepage: http://git-annex.branchable.com/
|
Homepage: http://git-annex.branchable.com/
|
||||||
|
XS-Testsuite: autopkgtest
|
||||||
|
|
||||||
Package: git-annex
|
Package: git-annex
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
|
4
debian/tests/basics
vendored
Normal file
4
debian/tests/basics
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
testdir="$(mktemp -d)"
|
||||||
|
cd "$testdir"
|
||||||
|
exec git-annex test
|
4
debian/tests/control
vendored
Normal file
4
debian/tests/control
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
Tests: basics
|
||||||
|
Depends: @, git, rsync, gnupg
|
||||||
|
Restrictions: allow-stderr
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue