diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-05-12 06:41:54 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-05-12 06:41:54 +0200 |
commit | c07f21c3d9342948df3f59ec7d9e1dac3b45e276 (patch) | |
tree | 1ba59ec448addd59eb1a0cfe68828bd122823797 | |
parent | 94cd11ec9b5067b902248c0871790d36e2291fce (diff) |
Change python usage, upload to unstabledebian/0.4.10-3
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 6cda5f3..c4635ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,9 @@ -rapid-photo-downloader (0.4.10-3) UNRELEASED; urgency=medium +rapid-photo-downloader (0.4.10-3) unstable; urgency=medium * debian/control: - Bump Standards-Version to 3.9.6 (no changes required). + - Add dh-python to Build-Depends to prevent warning at build. + - Remove X-Python-Version 2.6 during installation errors. * New debian/lintian-overrides: - Override the warning "desktop-mime-but-no-exec-code" because the program don't use parameters for filenames. @@ -10,7 +12,7 @@ rapid-photo-downloader (0.4.10-3) UNRELEASED; urgency=medium * Remove debian/source/options because compression xz is standard now. * Refresh patches. - -- Jörg Frings-Fürst <debian@jff-webhosting.net> Wed, 29 Apr 2015 10:34:43 +0200 + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Mon, 11 May 2015 23:43:30 +0200 rapid-photo-downloader (0.4.10-2) unstable; urgency=medium diff --git a/debian/control b/debian/control index 8e91392..a53ad7f 100644 --- a/debian/control +++ b/debian/control @@ -4,10 +4,11 @@ Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net> Build-Depends: debhelper (>= 9), - python (>= 2.6.6-3), + dh-python, + python, gettext Standards-Version: 3.9.6 -X-Python-Version: 2.6, 2.7 +X-Python-Version: 2.7 Homepage: http://damonlynch.net/rapid Vcs-Git: git://anonscm.debian.org/collab-maint/rapid-photo-downloader.git Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/rapid-photo-downloader.git |