[Python-modules-commits] r26404 - in packages/python-flake8/trunk/debian (5 files)
noskcaj-guest at users.alioth.debian.org
noskcaj-guest at users.alioth.debian.org
Tue Nov 5 21:12:22 UTC 2013
Date: Tuesday, November 5, 2013 @ 21:12:20
Author: noskcaj-guest
Revision: 26404
Make basic autopkgtest
Added:
packages/python-flake8/trunk/debian/tests/
packages/python-flake8/trunk/debian/tests/control
packages/python-flake8/trunk/debian/tests/tools
Modified:
packages/python-flake8/trunk/debian/changelog
packages/python-flake8/trunk/debian/control
Modified: packages/python-flake8/trunk/debian/changelog
===================================================================
--- packages/python-flake8/trunk/debian/changelog 2013-11-05 21:10:56 UTC (rev 26403)
+++ packages/python-flake8/trunk/debian/changelog 2013-11-05 21:12:20 UTC (rev 26404)
@@ -4,6 +4,7 @@
* Add manpage. Closes: #722704
* debian/control:
- Update versioned depends
+ * Make basic autopkgtest
-- Jackson Doak <noskcaj at ubuntu.com> Tue, 05 Nov 2013 16:52:26 +1100
Modified: packages/python-flake8/trunk/debian/control
===================================================================
--- packages/python-flake8/trunk/debian/control 2013-11-05 21:10:56 UTC (rev 26403)
+++ packages/python-flake8/trunk/debian/control 2013-11-05 21:12:20 UTC (rev 26404)
@@ -11,14 +11,15 @@
python3-setuptools,
pyflakes (>= 0.7.3),
pep8 (>= 1.4.6),
- python3-pep8 (>=1.4.6),
- python3-mccabe (>=0.2.1)
+ python3-pep8 (>= 1.4.6),
+ python3-mccabe (>= 0.2.1)
Standards-Version: 3.9.4
Homepage: http://bitbucket.org/tarek/flake8
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-flake8/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-flake8/trunk/
X-Python-Version: >= 2.6
X-Python3-Version: >=3.1
+XS-Testsuite: autopkgtest
Package: python-flake8
Architecture: any
Added: packages/python-flake8/trunk/debian/tests/control
===================================================================
--- packages/python-flake8/trunk/debian/tests/control (rev 0)
+++ packages/python-flake8/trunk/debian/tests/control 2013-11-05 21:12:20 UTC (rev 26404)
@@ -0,0 +1,2 @@
+Tests: tools
+Depends: @
\ No newline at end of file
Added: packages/python-flake8/trunk/debian/tests/tools
===================================================================
--- packages/python-flake8/trunk/debian/tests/tools (rev 0)
+++ packages/python-flake8/trunk/debian/tests/tools 2013-11-05 21:12:20 UTC (rev 26404)
@@ -0,0 +1,5 @@
+#!/bin/sh
+set -efu
+
+cd $ADTTMP
+flake8
\ No newline at end of file
More information about the Python-modules-commits
mailing list