first commit
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -0,0 +1,3 @@
|
||||
Vendor: Debian
|
||||
Vendor-URL: http://www.debian.org/
|
||||
Bugs: debbugs://bugs.debian.org
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
ubuntu
|
||||
@@ -0,0 +1,4 @@
|
||||
Vendor: Ubuntu
|
||||
Vendor-URL: http://www.ubuntu.com/
|
||||
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
|
||||
Parent: Debian
|
||||
@@ -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>
|
||||
@@ -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