]> git.saurik.com Git - apt.git/commitdiff
debian: Make better use of the tree installed by CMake
authorJulian Andres Klode <jak@debian.org>
Fri, 19 Aug 2016 15:49:29 +0000 (17:49 +0200)
committerJulian Andres Klode <jak@debian.org>
Fri, 19 Aug 2016 17:20:43 +0000 (19:20 +0200)
This gets rid of the special casing of etc/apt, various
example file installations handled by the upstream build
system, and of course the directory creation for all dirs
created by the upstream build system.

debian/apt-doc.docs
debian/apt-transport-https.dirs [deleted file]
debian/apt-utils.dirs [deleted file]
debian/apt-utils.examples [deleted file]
debian/apt.dirs
debian/apt.examples [deleted file]
debian/apt.install
debian/libapt-pkg-doc.docs
debian/rules

index 2058000c184ca91144c25954910a2d0fc644b0a3..3f26b3a2e2b38c61dbbbbdfc03938c01cf4869b2 100644 (file)
@@ -1,5 +1,3 @@
-build/docs/guide*
-build/docs/offline*
 README.progress-reporting
 doc/external-dependency-solver-protocol.txt
 doc/external-installation-planner-protocol.txt
diff --git a/debian/apt-transport-https.dirs b/debian/apt-transport-https.dirs
deleted file mode 100644 (file)
index 3abb3fe..0000000
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/apt/methods
diff --git a/debian/apt-utils.dirs b/debian/apt-utils.dirs
deleted file mode 100644 (file)
index de7fa75..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-usr/lib/apt/solvers
-usr/lib/apt/planners
-usr/bin
diff --git a/debian/apt-utils.examples b/debian/apt-utils.examples
deleted file mode 100644 (file)
index 25aadf9..0000000
+++ /dev/null
@@ -1 +0,0 @@
-doc/examples/apt-ftparchive.conf
\ No newline at end of file
index 7d46801df14ebbd18fa14733b1906050edeeb4f1..bdc5adddb8a868fe76bd9d263d8fedc2278ed07c 100644 (file)
@@ -1,20 +1 @@
-usr/bin
-usr/lib/apt/methods
-usr/lib/apt/solvers
-usr/lib/apt/planners
-usr/lib/dpkg/methods/apt
-etc/apt
-etc/apt/apt.conf.d
-etc/apt/preferences.d
-etc/apt/sources.list.d
-etc/apt/trusted.gpg.d
 etc/kernel/postinst.d
-etc/logrotate.d
-var/cache/apt/archives/partial
-var/lib/apt/lists/partial
-var/lib/apt/mirrors/partial
-var/lib/apt/periodic
-var/log/apt
-usr/share/bug/apt
-usr/share/bash-completion/completions/
-lib/systemd/system/
diff --git a/debian/apt.examples b/debian/apt.examples
deleted file mode 100644 (file)
index 622ef80..0000000
+++ /dev/null
@@ -1 +0,0 @@
-build/docs/examples/*
index a8a56c925cb3b16d1b03ae22c80b435b22dbde70..42b6df6913213e649f891efb15d487e5467fbb8f 100644 (file)
@@ -1,3 +1,4 @@
+etc/apt/
 usr/bin/apt
 usr/bin/apt-get
 usr/bin/apt-cache
@@ -37,3 +38,4 @@ usr/lib/apt/apt-helper
 usr/share/doc/apt
 
 debian/apt.systemd.daily usr/lib/apt
+var/
index dcacac18b8fe604886b3735fce68cae81ecff3d2..b57607e31a73bbb4ab199b332dbd5b305a0d6de9 100644 (file)
@@ -1,3 +1,2 @@
 doc/libapt-pkg2_to_3.txt
 doc/style.txt
-#build/doc/doxygen/html
index 1ea0e872b011c5d24a9e3522dc050760866bfa58..ab101c2e1ab3bdc33990052cdc42856cb4b807a2 100755 (executable)
@@ -19,7 +19,6 @@ override_dh_install-indep:
 
 override_dh_install-arch:
        dh_movefiles
-       if [ -e debian/tmp/etc/apt ]; then dh_install -papt etc/apt/* etc/apt; fi
        dh_install --list-missing
        install -m 644 debian/apt.conf.autoremove debian/apt/etc/apt/apt.conf.d/01autoremove
        install -m 755 debian/apt.auto-removal.sh debian/apt/etc/kernel/postinst.d/apt-auto-removal