summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAaron M. Ucko <ucko@debian.org>2010-01-27 02:34:48 +0000
committerAaron M. Ucko <ucko@debian.org>2010-01-27 02:34:48 +0000
commite923947a2fcc2f304f2c1751099eca7192c189b7 (patch)
tree5b7b049a08cd4a16bcbe7f9e876338266aed17d7 /debian
parent9c7cd2ec08370f88fd86a2b8c403cb43cbd09357 (diff)
debian/control: Suggest python-wxgtk2.8 as a preferred alternative to 2.6.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
-rw-r--r--debian/control2
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 5052208..0b2acf1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,10 @@ python-dsv (1.4.1-1) UNRELEASED; urgency=low
* New upstream release.
* debian/patches/*.patch: formally refresh. (All still apply.)
+ * debian/control:
+ - Suggest python-wxgtk2.8 as a preferred alternative to 2.6.
- -- Aaron M. Ucko <ucko@debian.org> Tue, 26 Jan 2010 20:52:23 -0500
+ -- Aaron M. Ucko <ucko@debian.org> Tue, 26 Jan 2010 21:34:36 -0500
python-dsv (1.4.0-8) UNRELEASED; urgency=low
diff --git a/debian/control b/debian/control
index c7251f6..559691d 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Homepage: http://python-dsv.sourceforge.net/
Package: python-dsv
Architecture: all
Depends: ${python:Depends}
-Suggests: python-wxgtk2.6
+Suggests: python-wxgtk2.8 | python-wxgtk2.6
Description: Python module for delimiter-separated-value files
Python-DSV is an alternative to Python's standard csv module, with
somewhat different usage and optional support for wxWidgets-mediated