summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-03-31 18:17:27 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2011-03-31 18:17:27 +0200
commitc26142274b74c53e80c4680822711e2e804c6fb0 (patch)
tree7ba5b9066598eba97503ca673269e05c289ed2e4
parentd108dcccc57a37f987459a1346f23fb6e8c79b57 (diff)
parent50ad561deddca0b239f67ce25fd9800e8bbe94a9 (diff)
downloadpython-apt-c26142274b74c53e80c4680822711e2e804c6fb0.tar.gz
fix incorrect tab, this fixes a FTBFS
-rw-r--r--debian/changelog6
-rw-r--r--tests/test_debfile.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index b3c00782..6d79aef8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-apt (0.7.100.2ubuntu4) natty; urgency=low
+
+ * fix incorrect tab, this fixes a FTBFS
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 31 Mar 2011 18:17:07 +0200
+
python-apt (0.7.100.2ubuntu3) natty; urgency=low
[ Michael Vogt ]
diff --git a/tests/test_debfile.py b/tests/test_debfile.py
index 32e52ddb..426bccde 100644
--- a/tests/test_debfile.py
+++ b/tests/test_debfile.py
@@ -113,7 +113,7 @@ Description: testpackage for gdebi - contains usr/bin/binary for file reading
self.assertEqual(content, needle)
def test_xz_data(self):
- deb = apt.debfile.DebPackage("./data/test_debs/data-tar-xz.deb")
+ deb = apt.debfile.DebPackage("./data/test_debs/data-tar-xz.deb")
self.assertEqual(deb.filelist, ["./", "usr/", "usr/bin/"])