File manager - Edit - /var/www/payraty/helpdesk/public/storage/branding_media/images/dpkg.zip
Back
PK ! �� � shlibs.overridenu �[��� # dpkg shlibs override file # # Entries in this file will override all others, only use if you # are really sure that is what you want! # # For more information see the dpkg-shlibdeps(1) manual page. # # <library name> <version/soname> <dependencies> PK ! 6 shlibs.defaultnu �[��� # dpkg shlibs defaults file # # This file contains shlibs entries that are used as a last resort when # no matching entries are found elsewhere. For more information see the # dpkg-shlibdeps(1) manual page. # # <library name> <version/soname> <dependencies> PK ! Q��r r origins/ubuntunu �[��� Vendor: Ubuntu Vendor-URL: http://www.ubuntu.com/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Parent: Debian PK ! '|H�S S origins/debiannu �[��� Vendor: Debian Vendor-URL: https://www.debian.org/ Bugs: debbugs://bugs.debian.org PK ! :(� � dpkg.cfgnu �[��� # dpkg configuration file # # This file can contain default options for dpkg. All command-line # options are allowed. Values can be specified by putting them after # the option, separated by whitespace and/or an `=' sign. # # Do not enable debsig-verify by default; since the distribution is not using # embedded signatures, debsig-verify would reject all packages. no-debsig # Log status changes and actions to a file. log /var/log/dpkg.log PK ! ���5 dpkg.cfg.d/needrestartnu �[��� # needrestart - Restart daemons after library updates. # # Scan for (successfully) installed packages, # triggers needrestart in apt's Dpkg::Post-Invoke # hook. status-logger=(test -x /usr/lib/needrestart/dpkg-status && /usr/lib/needrestart/dpkg-status || cat > /dev/null) PK ! �c�Wj j default.mknu �[��� # This Makefile fragment (since dpkg 1.16.1) includes all the Makefile # fragments that define variables that can be useful within debian/rules. dpkg_datadir = /usr/share/dpkg include $(dpkg_datadir)/architecture.mk include $(dpkg_datadir)/buildflags.mk include $(dpkg_datadir)/buildopts.mk include $(dpkg_datadir)/pkg-info.mk include $(dpkg_datadir)/vendor.mk PK ! �qa a pie-compile.specsnu �[��� *self_spec: + %{!r:%{!fpie:%{!fPIE:%{!fpic:%{!fPIC:%{!fno-pic:%{!fno-PIE:%{!no-pie:-fPIE}}}}}}}} PK ! ��� � tupletablenu �[��� # Version=1.0 # # Bidirectional mapping between a Debian arch tuple and a Debian arch name. # # Debian arch tuple names are formed as a combination of the Debian system # name (from the ostable) and the Debian CPU name (from the cputable) after # applying the variable substitutions. Debian arch names are the result of # historical naming conventions in Debian, where the predominant system # architectures have many of their parts in implicit form, by only exposing # the CPU with the ABI bolted on, where less common architectures have their # OS part spelled out, and where even less common ones, have their libc # spelled out. This table maps between the ideal architecture tuple, with # the current messy reality. # # - Column 1 is the Debian arch tuple name, as the normalized form of the # architecture names, used as the internal representation. # - Column 2 is the Debian arch name, as the abbreviated form of the # architecture names, used as the public interface. # # Supported variables: <cpu> # # <Debian arch tuple> <Debian arch name> eabi-uclibc-linux-arm uclibc-linux-armel base-uclibc-linux-<cpu> uclibc-linux-<cpu> eabihf-musl-linux-arm musl-linux-armhf base-musl-linux-<cpu> musl-linux-<cpu> ilp32-gnu-linux-arm64 arm64ilp32 eabihf-gnu-linux-arm armhf eabi-gnu-linux-arm armel abin32-gnu-linux-mips64r6el mipsn32r6el abin32-gnu-linux-mips64r6 mipsn32r6 abin32-gnu-linux-mips64el mipsn32el abin32-gnu-linux-mips64 mipsn32 abi64-gnu-linux-mips64r6el mips64r6el abi64-gnu-linux-mips64r6 mips64r6 abi64-gnu-linux-mips64el mips64el abi64-gnu-linux-mips64 mips64 spe-gnu-linux-powerpc powerpcspe x32-gnu-linux-amd64 x32 base-gnu-linux-<cpu> <cpu> eabihf-gnu-kfreebsd-arm kfreebsd-armhf base-gnu-kfreebsd-<cpu> kfreebsd-<cpu> base-gnu-knetbsd-<cpu> knetbsd-<cpu> base-gnu-kopensolaris-<cpu> kopensolaris-<cpu> base-gnu-hurd-<cpu> hurd-<cpu> base-bsd-dragonflybsd-<cpu> dragonflybsd-<cpu> base-bsd-freebsd-<cpu> freebsd-<cpu> base-bsd-openbsd-<cpu> openbsd-<cpu> base-bsd-netbsd-<cpu> netbsd-<cpu> base-bsd-darwin-<cpu> darwin-<cpu> base-sysv-aix-<cpu> aix-<cpu> base-sysv-solaris-<cpu> solaris-<cpu> eabi-uclibc-uclinux-arm uclinux-armel base-uclibc-uclinux-<cpu> uclinux-<cpu> base-tos-mint-m68k mint-m68k PK ! �2�� � architecture.mknu �[��� # This Makefile frament (since dpkg 1.16.1) defines all the DEB_HOST_* and # DEB_BUILD_* variables that dpkg-architecture can return. Existing values # of those variables are preserved as per policy. dpkg_lazy_eval ?= $$(or $$(value DPKG_CACHE_$(1)),$$(eval DPKG_CACHE_$(1) := $$(shell $(2)))$$(value DPKG_CACHE_$(1))) dpkg_architecture_setvar = export $(1) ?= $(call dpkg_lazy_eval,$(1),dpkg-architecture -q$(1)) $(foreach machine,BUILD HOST TARGET,\ $(foreach var,ARCH ARCH_ABI ARCH_LIBC ARCH_OS ARCH_CPU ARCH_BITS ARCH_ENDIAN GNU_CPU GNU_SYSTEM GNU_TYPE MULTIARCH,\ $(eval $(call dpkg_architecture_setvar,DEB_$(machine)_$(var))))) PK ! ���,} } sh/dpkg-error.shnu �[��� # # Copyright © 2010 Raphaël Hertzog <hertzog@debian.org> # Copyright © 2011-2015 Guillem Jover <guillem@debian.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. # # shellcheck shell=sh # Standard ANSI colors and attributes. COLOR_NORMAL='' COLOR_RESET='[0m' COLOR_BOLD='[1m' COLOR_BLACK='[30m' COLOR_RED='[31m' COLOR_GREEN='[32m' COLOR_YELLOW='[33m' COLOR_BLUE='[34m' COLOR_MAGENTA='[35m' COLOR_CYAN='[36m' COLOR_WHITE='[37m' COLOR_BOLD_BLACK='[1;30m' COLOR_BOLD_RED='[1;31m' COLOR_BOLD_GREEN='[1;32m' COLOR_BOLD_YELLOW='[1;33m' COLOR_BOLD_BLUE='[1;34m' COLOR_BOLD_MAGENTA='[1;35m' COLOR_BOLD_CYAN='[1;36m' COLOR_BOLD_WHITE='[1;37m' setup_colors() { : "${DPKG_COLORS=auto}" case "$DPKG_COLORS" in auto) if [ -t 1 ]; then USE_COLORS=yes else USE_COLORS=no fi ;; always) USE_COLORS=yes ;; *) USE_COLORS=no ;; esac if [ $USE_COLORS = yes ]; then COLOR_PROG="$COLOR_BOLD" COLOR_INFO="$COLOR_GREEN" COLOR_NOTICE="$COLOR_YELLOW" COLOR_WARN="$COLOR_BOLD_YELLOW" COLOR_ERROR="$COLOR_BOLD_RED" else COLOR_RESET="" fi FMT_PROG="$COLOR_PROG$PROGNAME$COLOR_RESET" } debug() { if [ -n "$DPKG_DEBUG" ]; then echo "DEBUG: $FMT_PROG: $*" >&2 fi } error() { echo "$FMT_PROG: ${COLOR_ERROR}error${COLOR_RESET}: $*" >&2 exit 1 } warning() { echo "$FMT_PROG: ${COLOR_WARN}warning${COLOR_RESET}: $*" >&2 } badusage() { echo "$FMT_PROG: ${COLOR_ERROR}error${COLOR_RESET}: $1" >&2 echo >&2 echo "Use '$PROGNAME --help' for program usage information." >&2 exit 1 } PK ! 1�A A no-pie-link.specsnu �[��� *self_spec: + %{!shared:%{!r:%{!fPIE:%{!pie:-fno-PIE -no-pie}}}} PK ! cs� buildflags.mknu �[��� # This Makefile fragment (since dpkg 1.16.1) defines the following variables: # # ASFLAGS: flags for the assembler (since 1.21.0). # CFLAGS: flags for the C compiler. # CPPFLAGS: flags for the C preprocessor. # CXXFLAGS: flags for the C++ compiler. # OBJCFLAGS: flags for the Objective C compiler. # OBJCXXFLAGS: flags for the Objective C++ compiler. # GCJFLAGS: flags for the GNU Java compiler. # DFLAGS: flags for the D compiler. # FFLAGS: flags for the Fortran 77 compiler. # FCFLAGS: flags for the Fortran 9x compiler. # LDFLAGS: flags for the linker. # # You can also export them in the environment by setting # DPKG_EXPORT_BUILDFLAGS to a non-empty value. # # This list is kept in sync with the default set of flags returned # by dpkg-buildflags. dpkg_lazy_eval ?= $$(or $$(value DPKG_CACHE_$(1)),$$(eval DPKG_CACHE_$(1) := $$(shell $(2)))$$(value DPKG_CACHE_$(1))) DPKG_BUILDFLAGS_LIST = ASFLAGS CFLAGS CPPFLAGS CXXFLAGS OBJCFLAGS OBJCXXFLAGS \ GCJFLAGS DFLAGS FFLAGS FCFLAGS LDFLAGS define dpkg_buildflags_export_envvar ifdef $(1) DPKG_BUILDFLAGS_EXPORT_ENVVAR += $(1)="$$(value $(1))" endif endef $(eval $(call dpkg_buildflags_export_envvar,DEB_BUILD_OPTIONS)) $(eval $(call dpkg_buildflags_export_envvar,DEB_BUILD_MAINT_OPTIONS)) $(eval $(call dpkg_buildflags_export_envvar,DEB_BUILD_PATH)) $(foreach flag,$(DPKG_BUILDFLAGS_LIST),\ $(foreach operation,SET STRIP APPEND PREPEND,\ $(eval $(call dpkg_buildflags_export_envvar,DEB_$(flag)_MAINT_$(operation))))) dpkg_buildflags_setvar = $(1) = $(call dpkg_lazy_eval,$(1),$(DPKG_BUILDFLAGS_EXPORT_ENVVAR) dpkg-buildflags --get $(1)) $(foreach flag,$(DPKG_BUILDFLAGS_LIST),\ $(eval $(call dpkg_buildflags_setvar,$(flag)))) ifdef DPKG_EXPORT_BUILDFLAGS export $(DPKG_BUILDFLAGS_LIST) endif PK ! �J�� � buildtools.mknu �[��� # This Makefile fragment (since dpkg 1.19.0) defines the following variables # for host tools: # # AS: assembler (since dpkg 1.19.1). # CPP: C preprocessor. # CC: C compiler. # CXX: C++ compiler. # OBJC: Objective C compiler. # OBJCXX: Objective C++ compiler. # GCJ: GNU Java compiler. # F77: Fortran 77 compiler. # FC: Fortran 9x compiler. # LD: linker. # STRIP: strip objects (since dpkg 1.19.1). # OBJCOPY: copy objects (since dpkg 1.19.1). # OBJDUMP: dump objects (since dpkg 1.19.1). # NM: names lister (since dpkg 1.19.1). # AR: archiver (since dpkg 1.19.1). # RANLIB: archive index generator (since dpkg 1.19.1). # PKG_CONFIG: pkg-config tool. # QMAKE: Qt build system generator (since dpkg 1.20.0). # # All the above variables have a counterpart variable for the build tool, # as in CC → CC_FOR_BUILD. # # The variables are not exported by default. This can be changed by # defining DPKG_EXPORT_BUILDTOOLS. dpkg_datadir = /usr/share/dpkg include $(dpkg_datadir)/architecture.mk # We set the TOOL_FOR_BUILD variables to the specified value, and the TOOL # variables (for the host) to the their triplet-prefixed form iff they are # not defined or contain the make built-in defaults. On native builds if # TOOL is defined and TOOL_FOR_BUILD is not, we fallback to use TOOL. define dpkg_buildtool_setvar ifeq (,$(findstring $(3),$(DEB_BUILD_OPTIONS))) ifeq ($(origin $(1)),default) $(1) = $(DEB_HOST_GNU_TYPE)-$(2) endif $(1) ?= $(DEB_HOST_GNU_TYPE)-$(2) # On native build fallback to use TOOL if that's defined. ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) ifdef $(1) $(1)_FOR_BUILD ?= $$($(1)) endif endif $(1)_FOR_BUILD ?= $(DEB_BUILD_GNU_TYPE)-$(2) else $(1) = : $(1)_FOR_BUILD = : endif ifdef DPKG_EXPORT_BUILDTOOLS export $(1) export $(1)_FOR_BUILD endif endef $(eval $(call dpkg_buildtool_setvar,AS,as)) $(eval $(call dpkg_buildtool_setvar,CPP,gcc -E)) $(eval $(call dpkg_buildtool_setvar,CC,gcc)) $(eval $(call dpkg_buildtool_setvar,CXX,g++)) $(eval $(call dpkg_buildtool_setvar,OBJC,gcc)) $(eval $(call dpkg_buildtool_setvar,OBJCXX,g++)) $(eval $(call dpkg_buildtool_setvar,GCJ,gcj)) $(eval $(call dpkg_buildtool_setvar,F77,f77)) $(eval $(call dpkg_buildtool_setvar,FC,f77)) $(eval $(call dpkg_buildtool_setvar,LD,ld)) $(eval $(call dpkg_buildtool_setvar,STRIP,strip,nostrip)) $(eval $(call dpkg_buildtool_setvar,OBJCOPY,objcopy)) $(eval $(call dpkg_buildtool_setvar,OBJDUMP,objdump)) $(eval $(call dpkg_buildtool_setvar,NM,nm)) $(eval $(call dpkg_buildtool_setvar,AR,ar)) $(eval $(call dpkg_buildtool_setvar,RANLIB,ranlib)) $(eval $(call dpkg_buildtool_setvar,PKG_CONFIG,pkg-config)) $(eval $(call dpkg_buildtool_setvar,QMAKE,qmake)) PK ! ;a�_< < cputablenu �[��� # Version=1.0 # # This file contains the table of known CPU names. # # Architecture names are formed as a combination of the system name # (from ostable) and CPU name (from this table) after mapping from # the Debian arch tuple (from tupletable). # # - Column 1 is the Debian name for the CPU, used to form the cpu part in # the Debian arch tuple. # - Column 2 is the GNU name for the CPU, used to output build, host and # target variables in ‘dpkg-architecture’. # - Column 3 is an extended regular expression used to fully match against # the CPU part of the output of the GNU config.guess script. The order of # this column is important when using wildcards as it is used in a first # match basis. # - Column 4 is the size (in bits) of pointers. # - Column 5 is the endianness (byte ordering in numbers). # # <Debian name> <GNU name> <config.guess regex> <Bits> <Endianness> i386 i686 (i[34567]86|pentium) 32 little ia64 ia64 ia64 64 little alpha alpha alpha.* 64 little amd64 x86_64 (amd64|x86_64) 64 little arc arc arc 32 little armeb armeb arm.*b 32 big arm arm arm.* 32 little arm64 aarch64 aarch64 64 little avr32 avr32 avr32 32 big hppa hppa hppa.* 32 big m32r m32r m32r 32 big m68k m68k m68k 32 big mips mips mips(eb)? 32 big mipsel mipsel mipsel 32 little mipsr6 mipsisa32r6 mipsisa32r6 32 big mipsr6el mipsisa32r6el mipsisa32r6el 32 little mips64 mips64 mips64 64 big mips64el mips64el mips64el 64 little mips64r6 mipsisa64r6 mipsisa64r6 64 big mips64r6el mipsisa64r6el mipsisa64r6el 64 little nios2 nios2 nios2 32 little or1k or1k or1k 32 big powerpc powerpc (powerpc|ppc) 32 big powerpcel powerpcle powerpcle 32 little ppc64 powerpc64 (powerpc|ppc)64 64 big ppc64el powerpc64le powerpc64le 64 little riscv64 riscv64 riscv64 64 little s390 s390 s390 32 big s390x s390x s390x 64 big sh3 sh3 sh3 32 little sh3eb sh3eb sh3eb 32 big sh4 sh4 sh4 32 little sh4eb sh4eb sh4eb 32 big sparc sparc sparc 32 big sparc64 sparc64 sparc64 64 big tilegx tilegx tilegx 64 little PK ! 8*6�M M no-pie-compile.specsnu �[��� *self_spec: + %{!r:%{!fpie:%{!fPIE:%{!fpic:%{!fPIC:%{!fno-pic:-fno-PIE}}}}}} PK ! n�/q q vendor.mknu �[��� # This Makefile fragment (since dpkg 1.16.1) defines the following # vendor-related variables: # # DEB_VENDOR: output of «dpkg-vendor --query Vendor». # DEB_PARENT_VENDOR: output of «dpkg-vendor --query Parent» (can be empty). # # This Makefile fragment also defines a set of "dpkg_vendor_derives_from" # macros that can be used to verify if the current vendor derives from # another vendor. The unversioned variant defaults to the v0 version if # undefined, which can be defined explicitly to one of the versions or the # versioned macros can be used directly. The following are example usages: # # - dpkg_vendor_derives_from (since dpkg 1.16.1) # # ifeq ($(shell $(call dpkg_vendor_derives_from,ubuntu)),yes) # ... # endif # # - dpkg_vendor_derives_from_v0 (since dpkg 1.19.3) # # ifeq ($(shell $(call dpkg_vendor_derives_from_v0,ubuntu)),yes) # ... # endif # # - dpkg_vendor_derives_from_v1 (since dpkg 1.19.3) # # dpkg_vendor_derives_from = $(dpkg_vendor_derives_from_v1) # ifeq ($(call dpkg_vendor_derives_from,ubuntu),yes) # ... # endif # ifeq ($(call dpkg_vendor_derives_from_v1,ubuntu),yes) # ... # endif dpkg_late_eval ?= $(or $(value DPKG_CACHE_$(1)),$(eval DPKG_CACHE_$(1) := $(shell $(2)))$(value DPKG_CACHE_$(1))) DEB_VENDOR = $(call dpkg_late_eval,DEB_VENDOR,dpkg-vendor --query Vendor) DEB_PARENT_VENDOR = $(call dpkg_late_eval,DEB_PARENT_VENDOR,dpkg-vendor --query Parent) dpkg_vendor_derives_from_v0 = dpkg-vendor --derives-from $(1) && echo yes || echo no dpkg_vendor_derives_from_v1 = $(shell $(dpkg_vendor_derives_from_v0)) dpkg_vendor_derives_from ?= $(dpkg_vendor_derives_from_v0) PK ! _���L L pie-link.specsnu �[��� *self_spec: + %{!static:%{!shared:%{!r:%{!fno-PIE:%{!no-pie:-fPIE -pie}}}}} PK ! ���,� � buildopts.mknu �[��� # This Makefile fragment (since dpkg 1.20.1) parses option arguments from # DEB_BUILD_OPTIONS, and exposes these as variables. # # Defines the following variables: # # DEB_BUILD_OPTION_PARALLEL: the argument for the parallel=N option. ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) DEB_BUILD_OPTION_PARALLEL = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) endif PK ! ,o�&! ! pkg-info.mknu �[��� # This Makefile fragment (since dpkg 1.16.1) defines the following package # information variables: # # DEB_SOURCE: source package name. # DEB_VERSION: package's full version (epoch + upstream vers. + revision). # DEB_VERSION_EPOCH_UPSTREAM: package's version without the Debian revision. # DEB_VERSION_UPSTREAM_REVISION: package's version without the Debian epoch. # DEB_VERSION_UPSTREAM: package's upstream version. # DEB_DISTRIBUTION: distribution(s) listed in the current debian/changelog # entry. # # SOURCE_DATE_EPOCH: source release date as seconds since the epoch, as # specified by <https://reproducible-builds.org/specs/source-date-epoch/> # (since dpkg 1.18.8). dpkg_late_eval ?= $(or $(value DPKG_CACHE_$(1)),$(eval DPKG_CACHE_$(1) := $(shell $(2)))$(value DPKG_CACHE_$(1))) DEB_SOURCE = $(call dpkg_late_eval,DEB_SOURCE,dpkg-parsechangelog -SSource) DEB_VERSION = $(call dpkg_late_eval,DEB_VERSION,dpkg-parsechangelog -SVersion) DEB_VERSION_EPOCH_UPSTREAM = $(call dpkg_late_eval,DEB_VERSION_EPOCH_UPSTREAM,echo '$(DEB_VERSION)' | sed -e 's/-[^-]*$$//') DEB_VERSION_UPSTREAM_REVISION = $(call dpkg_late_eval,DEB_VERSION_UPSTREAM_REVISION,echo '$(DEB_VERSION)' | sed -e 's/^[0-9]*://') DEB_VERSION_UPSTREAM = $(call dpkg_late_eval,DEB_VERSION_UPSTREAM,echo '$(DEB_VERSION_EPOCH_UPSTREAM)' | sed -e 's/^[0-9]*://') DEB_DISTRIBUTION = $(call dpkg_late_eval,DEB_DISTRIBUTION,dpkg-parsechangelog -SDistribution) SOURCE_DATE_EPOCH ?= $(call dpkg_late_eval,SOURCE_DATE_EPOCH,dpkg-parsechangelog -STimestamp) export SOURCE_DATE_EPOCH PK ! 6ZZ�? ? ostablenu �[��� # Version=2.0 # # This file contains the table of known operating system names. # # Architecture names are formed as a combination of the system name # (from this table) and CPU name (from cputable) after mapping from # the Debian arch tuple (from tupletable). # # - Column 1 is the Debian name for the system, used to form the system part # in the Debian arch tuple. # - Column 2 is the GNU name for the system, used to output build, host and # target variables in ‘dpkg-architecture’. # - Column 3 is an extended regular expression used to fully match against # the system part of the output of the GNU config.guess script. The order # of this column is important when using wildcards as it is used in a first # match basis. # # <Debian name> <GNU name> <config.guess regex> eabi-uclibc-linux linux-uclibceabi linux[^-]*-uclibceabi base-uclibc-linux linux-uclibc linux[^-]*-uclibc eabihf-musl-linux linux-musleabihf linux[^-]*-musleabihf base-musl-linux linux-musl linux[^-]*-musl eabihf-gnu-linux linux-gnueabihf linux[^-]*-gnueabihf eabi-gnu-linux linux-gnueabi linux[^-]*-gnueabi abin32-gnu-linux linux-gnuabin32 linux[^-]*-gnuabin32 abi64-gnu-linux linux-gnuabi64 linux[^-]*-gnuabi64 spe-gnu-linux linux-gnuspe linux[^-]*-gnuspe x32-gnu-linux linux-gnux32 linux[^-]*-gnux32 ilp32-gnu-linux linux-gnu_ilp32 linux[^-]*-gnu_ilp32 base-gnu-linux linux-gnu linux[^-]*(-gnu.*)? eabihf-gnu-kfreebsd kfreebsd-gnueabihf kfreebsd[^-]*-gnueabihf base-gnu-kfreebsd kfreebsd-gnu kfreebsd[^-]*(-gnu.*)? base-gnu-knetbsd knetbsd-gnu knetbsd[^-]*(-gnu.*)? base-gnu-kopensolaris kopensolaris-gnu kopensolaris[^-]*(-gnu.*)? base-gnu-hurd gnu gnu[^-]* base-bsd-darwin darwin darwin[^-]* base-bsd-dragonflybsd dragonflybsd dragonfly[^-]* base-bsd-freebsd freebsd freebsd[^-]* base-bsd-netbsd netbsd netbsd[^-]* base-bsd-openbsd openbsd openbsd[^-]* base-sysv-aix aix aix[^-]* base-sysv-solaris solaris solaris[^-]* eabi-uclibc-uclinux uclinux-uclibceabi uclinux[^-]*-uclibceabi base-uclibc-uclinux uclinux-uclibc uclinux[^-]*(-uclibc.*)? base-tos-mint mint mint[^-]* PK ! /�}j j abitablenu �[��� # Version=2.0 # # This file contains the table of arch ABI attribute overrides. # # If the ABI is not present here then the attribute information for a # Debian arch tuple matches the one on the cputable. # # - Column 1 is the Debian name for the ABI. # - Column 2 is the size (in bits) of the ABI pointers. # # <Debian name> <Bits> abin32 32 ilp32 32 x32 32 PK ! ����� � dpkg-db-backupnu ȯ�� #!/bin/sh # # Copyright © 2014, 2017-2018, 2020-2021 Guillem Jover <guillem@debian.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <https://www.gnu.org/licenses/>. ADMINDIR='/var/lib/dpkg' BACKUPSDIR='/var/backups' ROTATE=7 while [ $# -ne 0 ]; do case "$1" in --rotate=*) ROTATE="${1#--rotate=}" ;; esac shift done dbdir="$ADMINDIR" # Backup the N last versions of dpkg databases containing user data. if cd $BACKUPSDIR ; then # We backup all relevant database files if any has changed, so that # the rotation number always contains an internally consistent set. dbchanged=no dbfiles="arch status diversions statoverride" for db in $dbfiles ; do if ! [ -s "dpkg.${db}.0" ] && ! [ -s "$dbdir/$db" ]; then # Special case the files not existing or being empty as being equal. continue elif ! cmp -s "dpkg.${db}.0" "$dbdir/$db"; then dbchanged=yes break fi done if [ "$dbchanged" = "yes" ] ; then for db in $dbfiles ; do if [ -e "$dbdir/$db" ]; then cp -p "$dbdir/$db" "dpkg.$db" else touch "dpkg.$db" fi savelog -c "$ROTATE" "dpkg.$db" >/dev/null done fi # The alternatives database is independent from the dpkg database. dbalt=alternatives # XXX: Ideally we'd use --warning=none instead of discarding stderr, but # as of GNU tar 1.27.1, it does not seem to work reliably (see #749307). if ! test -e ${dbalt}.tar.0 || ! tar -df ${dbalt}.tar.0 -C $dbdir $dbalt >/dev/null 2>&1 ; then tar -cf ${dbalt}.tar -C $dbdir $dbalt >/dev/null 2>&1 savelog -c "$ROTATE" ${dbalt}.tar >/dev/null fi fi PK ! A�:�7 7 methods/apt/desc.aptnu �[��� The APT installation method encompasses most other installation methods under the umbrella of the new Package Acquisition code. This method allows installation from locations in the filesystem, ftp and http URLs, supports full installation ordering and dependency checking as well as multiple sources. See the man pages apt-get(8) and sources.list(5) HTTP proxies can be used by setting http_proxy="http://proxy:port/" before running DSelect. FTP proxies require special configuration detailed in the apt.conf(5) man page (see /usr/share/doc/apt/examples/apt.conf) PK ! u��� � methods/apt/updatenu ȯ�� #!/bin/bash set -e # Set the textdomain for the translations using $"..." TEXTDOMAIN="apt" # Get the configuration from /etc/apt/apt.conf CLEAN="prompt" OPTS="" APTGET="/usr/bin/apt-get" APTCACHE="/usr/bin/apt-cache" DPKG="/usr/bin/dpkg" DPKG_OPTS="--admindir=$1" APT_OPT0="-oDir::State::status=$1/status" APT_OPT1="-oDPkg::Options::=$DPKG_OPTS" CACHEDIR="/var/cache/apt" PROMPT="false" RES=`apt-config shell CLEAN DSelect::Clean OPTS DSelect::UpdateOptions \ DPKG Dir::Bin::dpkg/f APTGET Dir::Bin::apt-get/f \ APTCACHE Dir::Bin::apt-cache/f CACHEDIR Dir::Cache/d \ PROMPT DSelect::PromptAfterUpdate/b` eval $RES # It looks slightly ugly to have a double / in the dpkg output CACHEDIR=`echo $CACHEDIR | sed -e "s|/$||"` STATUS=1 if $APTGET $OPTS "$APT_OPT0" "$APT_OPT1" update then echo $"Merging available information" rm -f $CACHEDIR/available $APTCACHE dumpavail > $CACHEDIR/available $DPKG "$DPKG_OPTS" --update-avail $CACHEDIR/available rm -f $CACHEDIR/available case "$CLEAN" in Pre-Auto|PreAuto|pre-auto) $APTGET "$APT_OPT0" "$APT_OPT1" autoclean;; esac STATUS=0 fi if [ x$PROMPT = "xtrue" ]; then echo $"Press [Enter] to continue." && read RES; fi exit $STATUS PK ! L��'