first commit

This commit is contained in:
STP
2019-11-26 21:36:24 +01:00
commit d9ad30ccf3
2899 changed files with 168823 additions and 0 deletions

13
etc_org/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

View File

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

View File

@ -0,0 +1 @@
ubuntu

View File

@ -0,0 +1,4 @@
Vendor: Ubuntu
Vendor-URL: http://www.ubuntu.com/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Parent: Debian

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>

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>