/freebsd/contrib/dialog/package/debian/ |
H A D | rules | 12 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) 13 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) 15 CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS) 16 CFLAGS := $(shell dpkg-buildflags --get CFLAGS) 17 LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | zfs-build.m4 | 379 MULTIARCH_LIBDIR="lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH)" 436 dnl # Check for dpkg+dpkg-buildpackage to build DEB packages. If these 441 DPKG=dpkg 442 DPKGBUILD=dpkg-buildpackage 444 AC_MSG_CHECKING([whether $DPKG is available]) 445 AS_IF([tmp=$($DPKG --version 2>/dev/null)], [ 466 AC_SUBST(DPKG) subst
|
H A D | deb.am | 38 debarch=`$(DPKG) --print-architecture`; \ 48 debarch=`$(DPKG) --print-architecture`; \ 57 debarch=`$(DPKG) --print-architecture`; \ 77 ## These -x arguments are passed to dpkg-shlibdeps, which exclude the
|
/freebsd/contrib/capsicum-test/ |
H A D | README.md | 55 library should be built (with `./configure; make` or `dpkg-buildpackage -uc -us`) and 56 installed (with `make install` or `dpkg -i libcaprights*.deb`) so that the tests will
|
/freebsd/contrib/ntp/sntp/ |
H A D | utilities.c | 10 struct pkt *dpkg, in pkt_output() argument 18 pkt = (u_char *)dpkg; in pkt_output()
|
H A D | utilities.h | 16 void pkt_output(struct pkt *dpkg, int pkt_length, FILE *output);
|
/freebsd/sys/contrib/openzfs/contrib/debian/ |
H A D | openzfs-libpam-zfs.postinst | 4 if ! $(ldd "/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH)/security/pam_zfs_key.so" | grep -q "liba…
|
H A D | openzfs-zfsutils.postinst | 7 # $ sudo modprobe zfs; sudo dpkg --configure -a
|
H A D | openzfs-zfs-dkms.postinst | 22 # Exit 0: Tell dpkg that we finished OK but stop here.
|
H A D | rules.in | 3 include /usr/share/dpkg/default.mk 224 cme update dpkg-copyright -file debian/copyright.cme
|
/freebsd/sys/contrib/openzfs/.github/workflows/ |
H A D | zfs-tests.yml | 37 sudo dpkg -i *.deb
|
/freebsd/crypto/libecc/.github/workflows/ |
H A D | libecc_crossarch_tests.yml | 45 sudo dpkg --add-architecture i386;
|
/freebsd/sys/contrib/openzfs/tests/ |
H A D | README.md | 12 The resulting packages can be installed using the rpm or dpkg command as 19 $ dpkg -i ./zfs-test*.deb,
|
/freebsd/contrib/dma/ |
H A D | dma.conf | 6 # Please use dpkg-reconfigure dma to change this value.
|
H A D | Makefile | 110 ver=$$(dpkg-parsechangelog -n1 | awk '$$1 == "Version:" { print $$2 }'); \
|
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/ |
H A D | md5.h | 38 * header definitions; now uses stuff from dpkg's config.h
|
/freebsd/contrib/kyua/admin/ |
H A D | travis-install-deps.sh | 39 sudo dpkg --add-architecture i386
|
/freebsd/contrib/tcsh/ |
H A D | complete.tcsh | 12 # Added two Debian-specific completions: dpkg and dpkg-deb (who 1191 complete dpkg \ 1216 'n/{-l}/`dpkg -l|awk \{print\ \$2\}`/' \ 1218 complete dpkg-deb 'c/--{build}=/d/' \ 1230 'n/{remove}/`dpkg -l|grep ^ii|awk \{print\ \$2\}`/' \
|
/freebsd/sys/dev/dpaa2/ |
H A D | dpaa2_ni_dpkg.h | 34 * drivers/net/ethernet/freescale/dpaa2/dpkg.h
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | archive | 479 # https://manpages.debian.org/testing/dpkg/dpkg-split.1.en.html 514 # dpkg-1.18.25/dpkg-split/info.c 527 # NL terminated package architecture like armhf since dpkg 1.16.1 or later
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 3878 + change versioning for dpkg's in test-packages for Ada95 and 4575 + revert change to two of the dpkg format files, to work with dpkg 4596 + change format of dpkg test-scripts to quilted to work around bug 4749 + add --with-cxx-shared to dpkg-script, as done for rpm-script. 4994 + add ncurses test-program as "ncurses6" to the rpm- and dpkg-scripts. 5143 is redirected, e.g., in rpm/dpkg builds (Debian #676461). 5144 + add rpm- and dpkg-scripts, to test those build-environments. 5787 + various build-fixes for the rpm/dpkg scripts. 5813 + add rpm and dpkg scripts for Ada95 and test directories, for test 9778 dpkg's build script (Debian #165897).
|
/freebsd/contrib/dialog/ |
H A D | CHANGES | 863 This only appeared when using the macro in a dpkg script, though it
|
/freebsd/contrib/byacc/ |
H A D | CHANGES | 2244 * package/debian/rules: use dpkg-buildflags
|