Whamcloud - gitweb
debian: stop using symlinks to save space on *-dev packages
authorTheodore Ts'o <tytso@mit.edu>
Sun, 5 Aug 2018 01:06:19 +0000 (21:06 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 5 Aug 2018 01:06:19 +0000 (21:06 -0400)
commit31ee367e9779c871df96e63e065c0b221831ed73
treefbea97d3bc009c9a0aac58321278b8432b9d5caf
parent94f20cd51522dd718bc4a459ea65d72a722d1874
debian: stop using symlinks to save space on *-dev packages

Using symlinks to save space on duplicate copies of the
/usr/share/doc/*/changelog.Debian.gz is a bit of a mess, since when
the foo-dev package is removed, the files in /usr/share/doc/libfoo/*
get removed, which means the copyright file gets removed.

So stop doing this altogether, and set up maintainer scripts to clean
up the mess so that the symlinks are removed when the packages get
upgraded.

Addresses-Debian-Bug: #905195
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debian/comerr-dev.postinst [new file with mode: 0644]
debian/comerr-dev.postrm [new file with mode: 0644]
debian/comerr-dev.preinst [new file with mode: 0644]
debian/e2fslibs-dev.postinst [new file with mode: 0644]
debian/e2fslibs-dev.postrm [new file with mode: 0644]
debian/e2fslibs-dev.preinst [new file with mode: 0644]
debian/rules
debian/ss-dev.postinst [new file with mode: 0644]
debian/ss-dev.postrm [new file with mode: 0644]
debian/ss-dev.preinst [new file with mode: 0644]