Initial commit

This commit is contained in:
ariane
2021-03-18 15:42:28 +00:00
committed by root
commit e53cb04f1a
973 changed files with 23055 additions and 0 deletions

13
dpkg/dpkg.cfg Normal file
View File

@@ -0,0 +1,13 @@
# 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

View File

@@ -0,0 +1 @@
post-invoke=if { test "$DPKG_HOOK_ACTION" = add-architecture || test "$DPKG_HOOK_ACTION" = remove-architecture; } && test -x /usr/share/pkg-config-dpkghook; then /usr/share/pkg-config-dpkghook update; fi

3
dpkg/origins/debian Normal file
View File

@@ -0,0 +1,3 @@
Vendor: Debian
Vendor-URL: http://www.debian.org/
Bugs: debbugs://bugs.debian.org

1
dpkg/origins/default Symbolic link
View File

@@ -0,0 +1 @@
raspbian

4
dpkg/origins/raspbian Normal file
View File

@@ -0,0 +1,4 @@
Vendor: Raspbian
Vendor-URL: http://www.raspbian.org/
Bugs: https://bugs.launchpad.net/raspbian/+filebug
Parent: Debian

7
dpkg/shlibs.default Normal file
View File

@@ -0,0 +1,7 @@
# 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>

8
dpkg/shlibs.override Normal file
View File

@@ -0,0 +1,8 @@
# 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>