From 4e9e2c06c3016703b0e90b2435e672e8774bfedd Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Thu, 8 Nov 2012 15:03:12 +0000 Subject: * tests/test_lp659438.py: - Add an Architecture: line to the test Packages file so that apt doesn't get upset with it. --- debian/changelog | 8 ++++++++ tests/test_lp659438.py | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) 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 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: -- cgit v1.2.3