diff options
author | Julien Valroff <julien@kirya.net> | 2011-09-11 17:47:54 +0200 |
---|---|---|
committer | Julien Valroff <julien@kirya.net> | 2011-09-11 17:47:54 +0200 |
commit | d3d21c7f161c67689fece8a661b0eb95b085c461 (patch) | |
tree | 8866bde52b449bc2a837325b3c3c154f73e0c36f | |
parent | 8827ab44ebc9de466278d5fcde56717dbf9274e6 (diff) |
Fix X-Python-Version field to state python 2.6 and 2.7 are supporteddebian/0.4.1-2
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index a20d525..247ef14 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ rapid-photo-downloader (0.4.1-2) unstable; urgency=low * Actually pass version to pod2man + * Fix X-Python-Version field to state python 2.6 and 2.7 are supported - -- Julien Valroff <julien@debian.org> Sun, 11 Sep 2011 08:26:05 +0200 + -- Julien Valroff <julien@debian.org> Sun, 11 Sep 2011 17:47:34 +0200 rapid-photo-downloader (0.4.1-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 55ff085..2094600 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 8), python (>= 2.6.6-3), gettext Standards-Version: 3.9.2 -X-Python-Version: 2.5, 2.6 +X-Python-Version: 2.6, 2.7 Homepage: http://damonlynch.net/rapid Vcs-Git: git://git.kirya.net/debian/rapid-photo-downloader.git Vcs-Browser: http://git.kirya.net/?p=debian/rapid-photo-downloader.git;a=summary |