diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/hurd.install | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 62494229..91768479 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,7 @@ hurd (20121127-1~0) UNRELEASED; urgency=low number of available local ports. * Fix g-i by putting console keyboard parameters before mouse parameters, otherwise it seems the -c option gets lost. + * Install all msgids files, not only hurd.msgids. -- Samuel Thibault <sthibault@debian.org> Sun, 15 Jul 2012 12:53:39 +0200 diff --git a/debian/hurd.install b/debian/hurd.install index f7e07063..6dff36c9 100644 --- a/debian/hurd.install +++ b/debian/hurd.install @@ -66,5 +66,5 @@ debian/tmp/etc/login/.profile debian/tmp/etc/login/README debian/tmp/etc/ttys debian/tmp/dev/MAKEDEV -debian/tmp/share/msgids/hurd.msgids usr/share/msgids +debian/tmp/share/msgids/*.msgids usr/share/msgids debian/tmp/usr/share/X11/xkb |