[arch-commits] Commit in debootstrap/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Oct 22 02:08:42 UTC 2016


    Date: Saturday, October 22, 2016 @ 02:08:40
  Author: felixonmars
Revision: 192893

upgpkg: debootstrap 1.0.85-1

Modified:
  debootstrap/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-21 21:21:35 UTC (rev 192892)
+++ PKGBUILD	2016-10-22 02:08:40 UTC (rev 192893)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=debootstrap
-pkgver=1.0.84
+pkgver=1.0.85
 pkgrel=1
 pkgdesc="Bootstrap a basic Debian system"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('GPL')
 url="https://tracker.debian.org/pkg/debootstrap"
 depends=('wget' 'binutils')
-makedepends=('git' 'makedev')
+makedepends=('git')
 source=("git+https://anonscm.debian.org/git/d-i/debootstrap.git#tag=$pkgver"
         arch-detect.patch)
 optdepends=('gnupg: check release signatures'
@@ -28,20 +28,8 @@
 
   # Detect Architecture
   patch -p1 -i ../arch-detect.patch
-
-  # Workaround permission errors
-  # MAKEDEV is not happy with the instructions here
-  sed -e 's/install -o root -g root/install/' \
-      -e '/chown 0:0 dev/d' \
-      -e 's/(cd dev && $(MAKEDEV) std ptmx fd consoleonly)/$(MAKEDEV) -d dev std ptmx fd consoleonly/' \
-      -i Makefile
 }
 
-build() {
-  cd debootstrap
-  fakeroot make
-}
-
 package() {
   cd debootstrap
   make DESTDIR="$pkgdir" install



More information about the arch-commits mailing list