diff options
author | Michael Vogt <mvo@debian.org> | 2014-04-25 14:41:35 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-04-25 14:50:39 +0200 |
commit | 6c50447eb443768764f83b3ba86ef32780ba6dde (patch) | |
tree | 7ac40ab4ee01f42b2e120042aafbf7c32d01a61c /debian | |
parent | 506ab3c78fb67f5e452a1748f4870af767de5ebb (diff) |
reduce delta from ubuntu
Diffstat (limited to 'debian')
-rw-r--r-- | debian/apt.conf.autoremove | 2 | ||||
-rw-r--r-- | debian/apt.install.in | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/apt.conf.autoremove b/debian/apt.conf.autoremove index cf69d56c3..fc02350ae 100644 --- a/debian/apt.conf.autoremove +++ b/debian/apt.conf.autoremove @@ -22,6 +22,8 @@ APT ".*-modules"; ".*-kernel"; "linux-backports-modules-.*"; + # tools + "linux-tools"; }; Never-MarkAuto-Sections diff --git a/debian/apt.install.in b/debian/apt.install.in index 4ffe43e3b..9c9489572 100644 --- a/debian/apt.install.in +++ b/debian/apt.install.in @@ -3,4 +3,4 @@ bin/apt-* usr/bin/ bin/methods/* usr/lib/apt/methods/ scripts/dselect/* usr/lib/dpkg/methods/apt/ usr/share/locale/*/*/apt.mo -bin/libapt-private.so.* usr/lib/@DEB_HOST_MULTIARCH@/
\ No newline at end of file +bin/libapt-private.so.* usr/lib/@DEB_HOST_MULTIARCH@/ |