HomeSort by relevance Sort by last modified time
    Searched refs:dpkg (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/build/
install-build-deps.sh 394 mkdir -p "'"${tmp}"'/staging/dpkg/DEBIAN"
397 tar Cfx dpkg data.tar*
398 tar zCfx dpkg/DEBIAN control.tar.gz
404 -e "\,usr/include/,p" dpkg/DEBIAN/md5sums |
406 "cmp -s dpkg/FILE /FILE || echo FILE" |
416 dpkg/DEBIAN/control`
426 dpkg/DEBIAN/control
437 dpkg/DEBIAN/md5sums
441 >dpkg/DEBIAN/postinst
443 >dpkg/DEBIAN/postr
    [all...]
install-chroot.sh 621 sudo "/usr/local/bin/${target%bit}" dpkg --assert-multi-arch >&/dev/null &&
625 [ -d /var/lib/chroot/${target}/etc/dpkg/dpkg.cfg.d/ ] &&
626 sudo "/usr/local/bin/${target%bit}" dpkg --add-architecture \
631 "cat >'/var/lib/chroot/${target}/etc/dpkg/dpkg.cfg.d/multiarch'"
641 autoconf automake1.9 dpkg-dev g++-multilib gcc-multilib gdb less libtool \
  /external/chromium/build/
install-build-deps.sh 399 mkdir -p "'"${tmp}"'/staging/dpkg/DEBIAN"
402 tar zCfx dpkg data.tar.gz
403 tar zCfx dpkg/DEBIAN control.tar.gz
409 -e "\,usr/include/,p" dpkg/DEBIAN/md5sums |
411 "cmp -s dpkg/FILE /FILE || echo FILE" |
421 dpkg/DEBIAN/control`
431 dpkg/DEBIAN/control
442 dpkg/DEBIAN/md5sums
446 >dpkg/DEBIAN/postinst
448 >dpkg/DEBIAN/postr
    [all...]
install-chroot.sh 272 autoconf automake1.9 dpkg-dev g++-multilib gcc-multilib gdb less libtool \
  /external/chromium_org/third_party/tcmalloc/vendor/packages/deb/
rules 15 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
16 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
  /external/chromium_org/remoting/host/installer/linux/
build-deb.sh 11 ARCH=$(dpkg-architecture | awk -F '=' '/DEB_BUILD_ARCH=/{print $2}')
119 # TODO(mmoss): This is a workaround for a problem where dpkg-shlibdeps was
122 # dpkg-shlibdeps: error: no dependency information found for ...
127 dpkg-buildpackage -b -us -uc
  /external/dropbear/debian/
rules 4 DEB_HOST_GNU_TYPE ?=$(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
5 DEB_BUILD_GNU_TYPE ?=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
98 dpkg-shlibdeps '$(DIR)'/usr/sbin/* '$(DIR)'/usr/bin/* \
100 dpkg-gencontrol -isp -pdropbear -P'$(DIR)'
101 dpkg -b '$(DIR)' ..
  /external/chromium/sdch/open-vcdiff/packages/deb/
rules 15 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
16 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
  /external/chromium_org/sdch/open-vcdiff/packages/deb/
rules 15 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
16 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
  /external/open-vcdiff/packages/deb/
rules 15 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
16 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
  /external/chromium_org/third_party/tcmalloc/vendor/packages/
rpm.sh 51 # This may differ from what kind of binaries gcc produces. dpkg
52 # does a better job of this, so if we can run 'dpkg --print-architecture'
55 target=`dpkg --print-architecture 2>/dev/null || echo ""`
  /external/chromium_org/chrome/installer/linux/debian/
build.sh 16 # Create the Debian changelog file needed by dpkg-gencontrol. This just adds a
38 # Create the Debian control file needed by dpkg-deb.
40 dpkg-gencontrol -v"${VERSIONFULL}" -c"${DEB_CONTROL}" -l"${DEB_CHANGELOG}" \
113 fakeroot dpkg-deb -Zlzma -b "${STAGEDIR}" .
250 # Need a dummy debian/control file for dpkg-shlibdeps.
258 # TODO(mmoss): This is a workaround for a problem where dpkg-shlibdeps was
261 # dpkg-shlibdeps: error: no dependency information found for ...
266 DPKG_SHLIB_DEPS=$(dpkg-shlibdeps -O "$BUILDDIR/chrome" 2> /dev/null | \
290 # Additional dependencies not in the dpkg-shlibdeps output.
309 COMMON_PREDEPS="dpkg (>= 1.14.0)
    [all...]
  /external/e2fsprogs/debian/
rules 15 SYS_BLKID_VER := $(shell dpkg-query -W libblkid1 | cut -f 2 | cut -b 1)
22 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
23 DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
24 DEB_HOST_OS ?= $(shell dpkg-architecture -qDEB_HOST_OS)
25 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
26 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
508 # dpkg symbol handling
517 dpkg-gensymbols -p$$i -Pdebian/$$i > debian/$$i.tmp-patch; \
584 dpkg-distaddfile $(UDEB_NAME) debian-installer $(UDEB_PRIORITY)
586 dpkg-distaddfile $(BLKID_UDEB_NAME) debian-installer $(BLKID_UDEB_PRIORITY
    [all...]
  /external/chromium_org/chrome/installer/linux/sysroot_scripts/
sysroot-creator-debian.wheezy.sh 383 dpkg --fsys-tarfile ${package}\
  /external/e2fsprogs/debian/attic/libs/
rules 14 ARCH = $(shell dpkg --print-architecture)

Completed in 1955 milliseconds