diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-01-30 11:01:38 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-01-30 11:01:38 +0100 |
| commit | 02104e7cf55d6d17c074b1a8567d578abef82fb2 (patch) | |
| tree | 3629671fdec67588c39d6af451ec8f3ec554e763 | |
| parent | 2e908a2e8b5267436c5008222f14923a49a2ab74 (diff) | |
| download | python-apt-02104e7cf55d6d17c074b1a8567d578abef82fb2.tar.gz | |
rebuild against latest libapt
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 2 | ||||
| -rwxr-xr-x | pre-build.sh | 5 |
3 files changed, 10 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index c7d0243a..7db946c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-apt (0.8.3ubuntu3) precise; urgency=low + + * rebuild against latest libapt + + -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 30 Jan 2012 10:56:44 +0100 + python-apt (0.8.3ubuntu2) precise; urgency=low * debian/control: Drop unnecessary Recommends: python2.6 again. diff --git a/debian/control b/debian/control index 060badc6..d4fbfe01 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ XS-Python-Version: >= 2.6 X-Python3-Version: >= 3.1 Build-Depends: apt-utils, debhelper (>= 7.3.5), - libapt-pkg-dev (>= 0.8.11), + libapt-pkg-dev (>= 0.8.16~exp12), python-all-dev (>= 2.6.6-3~), python-all-dbg, python3-all-dev (>= 3.1.2-10~), diff --git a/pre-build.sh b/pre-build.sh index 026a491e..b23b3a34 100755 --- a/pre-build.sh +++ b/pre-build.sh @@ -7,5 +7,6 @@ if [ -n "$https_proxy" ]; then fi utils/get_ubuntu_mirrors_from_lp.py > data/templates/Ubuntu.mirrors -echo "updating Debian mirror list" -utils/get_debian_mirrors.py > data/templates/Debian.mirrors +# debian svn down so temporarely disabled +#echo "updating Debian mirror list" +#utils/get_debian_mirrors.py > data/templates/Debian.mirrors |
