first commit
This commit is contained in:
13
etc_org/dpkg/dpkg.cfg
Normal file
13
etc_org/dpkg/dpkg.cfg
Normal 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
|
1
etc_org/dpkg/dpkg.cfg.d/pkg-config-hook-config
Normal file
1
etc_org/dpkg/dpkg.cfg.d/pkg-config-hook-config
Normal 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
etc_org/dpkg/origins/debian
Normal file
3
etc_org/dpkg/origins/debian
Normal file
@ -0,0 +1,3 @@
|
||||
Vendor: Debian
|
||||
Vendor-URL: http://www.debian.org/
|
||||
Bugs: debbugs://bugs.debian.org
|
1
etc_org/dpkg/origins/default
Symbolic link
1
etc_org/dpkg/origins/default
Symbolic link
@ -0,0 +1 @@
|
||||
ubuntu
|
4
etc_org/dpkg/origins/ubuntu
Normal file
4
etc_org/dpkg/origins/ubuntu
Normal file
@ -0,0 +1,4 @@
|
||||
Vendor: Ubuntu
|
||||
Vendor-URL: http://www.ubuntu.com/
|
||||
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
|
||||
Parent: Debian
|
7
etc_org/dpkg/shlibs.default
Normal file
7
etc_org/dpkg/shlibs.default
Normal 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
etc_org/dpkg/shlibs.override
Normal file
8
etc_org/dpkg/shlibs.override
Normal 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>
|
Reference in New Issue
Block a user