diff options
| author | Michael Vogt <mvo@debian.org> | 2013-12-31 22:34:54 +0100 |
|---|---|---|
| committer | Michael Vogt <mvo@debian.org> | 2014-01-05 20:04:17 +0100 |
| commit | f861cb59ee7682ae65f5d0743d07b093143e1baa (patch) | |
| tree | ecb77d0e6c42a34e9cd2b84d88b828d397516ef2 | |
| parent | 830cced39fa293b17ab73d231fc5cc5e22e77c43 (diff) | |
| download | python-apt-f861cb59ee7682ae65f5d0743d07b093143e1baa.tar.gz | |
add new pep8,pyflakes dependencies
| -rw-r--r-- | debian/control | 4 | ||||
| -rw-r--r-- | debian/tests/control | 2 | ||||
| -rw-r--r-- | po/python-apt.pot | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 8c2f2ce7..f4f52119 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,9 @@ Build-Depends: apt (>= 0.9.6), python-distutils-extra (>= 2.0), python-sphinx (>= 0.5), python-debian, - python-unittest2 + python-unittest2, + pep8, + pyflakes Vcs-Git: git://anonscm.debian.org/apt/python-apt.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=apt/python-apt.git XS-Testsuite: autopkgtest diff --git a/debian/tests/control b/debian/tests/control index 2ca0a401..bdca7d61 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,2 +1,2 @@ Tests: run-tests -Depends: @, apt-utils, python-debian, fakeroot, intltool +Depends: @, apt-utils, python-debian, fakeroot, intltool, pep8, pyflakes diff --git a/po/python-apt.pot b/po/python-apt.pot index 15f78b42..2d4f8250 100644 --- a/po/python-apt.pot +++ b/po/python-apt.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-10-23 20:26+0200\n" +"POT-Creation-Date: 2013-12-31 22:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -661,6 +661,6 @@ msgstr "" msgid "Please insert a Disc in the drive and press enter" msgstr "" -#: ../apt/cache.py:160 +#: ../apt/cache.py:164 msgid "Building data structures" msgstr "" |
