summaryrefslogtreecommitdiff
path: root/debian/dpkg.manpages
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2011-12-08 20:20:14 +0100
committerGuillem Jover <guillem@debian.org>2011-12-08 23:38:27 +0100
commitd7c001aa6b3d49f1542df05cde60406be2e981ec (patch)
treebdc59a34441d65f6cd38ec59f3ae156e36f2bdac /debian/dpkg.manpages
parent6cffe2e524bc845cb8544c9d943faa7f14fece82 (diff)
downloaddpkg-d7c001aa6b3d49f1542df05cde60406be2e981ec.tar.gz
Stop using brace expansion to install man pages
The reason for using brace expansion in the first place was due to debhelper starting to abort on empty glob expansion, needed because translated man pages might not be present if not complete enough. The installation is now handled by dh_installman which does not abort on empty glob expansion (and in fairness should have been handling the installation from the beginning). While the result is clearly a regression in readability and maintainability it's certainly less ugly than an executable debhelper config file, it also does not require bumping debhelper Build-Depends to 8.9.12.
Diffstat (limited to 'debian/dpkg.manpages')
-rw-r--r--debian/dpkg.manpages22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/dpkg.manpages b/debian/dpkg.manpages
new file mode 100644
index 000000000..17d829c15
--- /dev/null
+++ b/debian/dpkg.manpages
@@ -0,0 +1,22 @@
+debian/tmp/usr/share/man/*/*/dpkg-deb.1
+debian/tmp/usr/share/man/*/dpkg-deb.1
+debian/tmp/usr/share/man/*/*/dpkg-divert.8
+debian/tmp/usr/share/man/*/dpkg-divert.8
+debian/tmp/usr/share/man/*/*/dpkg-maintscript-helper.1
+debian/tmp/usr/share/man/*/dpkg-maintscript-helper.1
+debian/tmp/usr/share/man/*/*/dpkg-query.1
+debian/tmp/usr/share/man/*/dpkg-query.1
+debian/tmp/usr/share/man/*/*/dpkg-split.1
+debian/tmp/usr/share/man/*/dpkg-split.1
+debian/tmp/usr/share/man/*/*/dpkg-statoverride.8
+debian/tmp/usr/share/man/*/dpkg-statoverride.8
+debian/tmp/usr/share/man/*/*/dpkg-trigger.1
+debian/tmp/usr/share/man/*/dpkg-trigger.1
+debian/tmp/usr/share/man/*/*/dpkg.cfg.5
+debian/tmp/usr/share/man/*/dpkg.cfg.5
+debian/tmp/usr/share/man/*/*/dpkg.1
+debian/tmp/usr/share/man/*/dpkg.1
+debian/tmp/usr/share/man/*/*/start-stop-daemon.8
+debian/tmp/usr/share/man/*/start-stop-daemon.8
+debian/tmp/usr/share/man/*/*/update-alternatives.8
+debian/tmp/usr/share/man/*/update-alternatives.8