Date: Saturday, December 30, 2017 @ 23:06:33 Author: bpiotrowski Revision: 277501
1.6.10-18: rebuild against boost 1.66 Modified: schroot/trunk/PKGBUILD Deleted: schroot/trunk/fix-bash-completion.patch ---------------------------+ PKGBUILD | 15 ++++++--------- fix-bash-completion.patch | 11 ----------- 2 files changed, 6 insertions(+), 20 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-12-30 23:05:55 UTC (rev 277500) +++ PKGBUILD 2017-12-30 23:06:33 UTC (rev 277501) @@ -4,7 +4,7 @@ pkgname=schroot pkgver=1.6.10 -pkgrel=17 +pkgrel=18 pkgdesc="Allows users to execute shell commands under different root filesystems. (Successor to dchroot)." url="http://packages.qa.debian.org/s/schroot.html" license=('GPL3') @@ -20,8 +20,8 @@ 'etc/schroot/arch32/copyfiles' 'etc/schroot/arch32/mount' 'etc/schroot/arch32/nssdatabases') -source=("http://ftp.debian.org/debian/pool/main/s/$pkgname/${pkgname}_${pkgver}.orig.tar.xz" - "http://http.debian.net/debian/pool/main/s/schroot/schroot_$pkgver-3.debian.tar.xz" +source=("http://http.debian.org/debian/pool/main/s/$pkgname/${pkgname}_${pkgver}.orig.tar.xz" + "http://http.debian.net/debian/pool/main/s/schroot/schroot_$pkgver-3+deb9u1.debian.tar.xz" 'arch32-example' 'arch32-config' 'arch32-copyfiles' @@ -28,10 +28,9 @@ 'arch32-mount' 'arch32-nssdatabases' 'pam.d.schroot.patch' - 'schroot-cppunit.patch' - 'fix-bash-completion.patch') + 'schroot-cppunit.patch') md5sums=('f8ec667831487f4b12e094bc0dc9bbe3' - '6ac9df83936f350ffe178fbe042829a1' + '467f67cfc9596ddf301bd26968935d29' '54239847f89b9a4772910415bde6276a' '5a3f7b839c7e0b8933748da7c5b6385b' 'ddb2f09c02b24dab777110f9808472e1' @@ -38,12 +37,10 @@ 'f0d5d5b5e34a860f6f90b5628c680f46' 'af1da6edd8c8c0dafeeb2c2c4e0c840b' 'a8d77cac806a0a9adef3f93cdbeb280a' - '4c744c38b1541359de5696c65a508e5e' - '5ba775d4f401e2c167414caa548b71e5') + '4c744c38b1541359de5696c65a508e5e') prepare() { cd ${pkgname}-${pkgver} - patch -p1 -i "$srcdir"/fix-bash-completion.patch cat "$srcdir"/debian/patches/series | while read p; do patch -p1 -i "$srcdir"/debian/patches/$p done Deleted: fix-bash-completion.patch =================================================================== --- fix-bash-completion.patch 2017-12-30 23:05:55 UTC (rev 277500) +++ fix-bash-completion.patch 2017-12-30 23:06:33 UTC (rev 277501) @@ -1,11 +0,0 @@ ---- a/etc/bash_completion/schroot -+++ b/etc/bash_completion/schroot -@@ -15,7 +15,7 @@ - # along with this program. If not, see - # <http://www.gnu.org/licenses/>. - --have schroot && -+_have schroot && - _schroot() - { - local cur prev options
