summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@canonical.com>2012-11-08 15:03:12 +0000
committerColin Watson <cjwatson@canonical.com>2012-11-08 15:03:12 +0000
commit4e9e2c06c3016703b0e90b2435e672e8774bfedd (patch)
treef73bd3558b73d4b6923b6f6fe585d7549723d036
parentfa16b6080a70edbae5b32ca08bafba212d5bafec (diff)
downloadpython-apt-4e9e2c06c3016703b0e90b2435e672e8774bfedd.tar.gz
* tests/test_lp659438.py:
- Add an Architecture: line to the test Packages file so that apt doesn't get upset with it.
-rw-r--r--debian/changelog8
-rw-r--r--tests/test_lp659438.py3
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 7879fef8..efcae83b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-apt (0.8.8ubuntu3) UNRELEASED; urgency=low
+
+ * tests/test_lp659438.py:
+ - Add an Architecture: line to the test Packages file so that apt
+ doesn't get upset with it.
+
+ -- Colin Watson <cjwatson@ubuntu.com> Thu, 08 Nov 2012 15:02:21 +0000
+
python-apt (0.8.8ubuntu2) raring; urgency=low
* data/templates/Ubuntu.info.in:
diff --git a/tests/test_lp659438.py b/tests/test_lp659438.py
index 4564f0f6..da8cfa8e 100644
--- a/tests/test_lp659438.py
+++ b/tests/test_lp659438.py
@@ -48,7 +48,8 @@ class RegressionTestCase(unittest.TestCase):
Status: install reinstreq half-installed
Priority: optional
Section: admin
-Version: 3.6.9+build1+nobinonly-0ubuntu1""")
+Version: 3.6.9+build1+nobinonly-0ubuntu1
+Architecture: all""")
sources_list_path = apt_pkg.config.find_file("Dir::Etc::sourcelist")
repo_path = os.path.abspath("./data/test-repo")
with open(sources_list_path, "w") as sources_list: