summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2012-06-22 10:10:03 +0200
committerJulian Andres Klode <jak@debian.org>2012-06-22 10:10:03 +0200
commit82c433f15822cc65896e046343d8e781141d62d2 (patch)
tree6063ba23e4c13bf75d0393257c7ee3a90f500467
parentab3ce632dfd77a685476e4243205c82fcefb566f (diff)
downloadpython-apt-82c433f15822cc65896e046343d8e781141d62d2.tar.gz
* utils/get_ubuntu_mirrors_from_lp.py:
- Revert move to Python 3, python3-feedparser is not in the archive yet
-rw-r--r--debian/changelog2
-rwxr-xr-xpre-build.sh2
-rwxr-xr-xutils/get_ubuntu_mirrors_from_lp.py2
3 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 53664404..5833d94c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -60,6 +60,8 @@ python-apt (0.8.5) UNRELEASED; urgency=low
from this (Closes: #629624)
* debian/control:
- Set Standards-Version to 3.9.3
+ * utils/get_ubuntu_mirrors_from_lp.py:
+ - Revert move to Python 3, python3-feedparser is not in the archive yet
-- Michael Vogt <mvo@debian.org> Tue, 17 Apr 2012 14:09:24 +0200
diff --git a/pre-build.sh b/pre-build.sh
index 08c0bef6..1c5a9183 100755
--- a/pre-build.sh
+++ b/pre-build.sh
@@ -1,7 +1,7 @@
#!/bin/sh
set -e
-dpkg-checkbuilddeps -d 'python-debian, python3-feedparser'
+dpkg-checkbuilddeps -d 'python-debian, python-feedparser'
echo "updating Ubuntu mirror list from launchpad"
if [ -n "$https_proxy" ]; then
diff --git a/utils/get_ubuntu_mirrors_from_lp.py b/utils/get_ubuntu_mirrors_from_lp.py
index 7c4d3831..ef049f78 100755
--- a/utils/get_ubuntu_mirrors_from_lp.py
+++ b/utils/get_ubuntu_mirrors_from_lp.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
#
# get_ubuntu_lp_mirrors.py
#