diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2013-01-08 18:42:09 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2013-01-08 18:42:09 +0100 |
commit | 0425a56bf14c2411534326a0d3410a512c5ddeaa (patch) | |
tree | 3020d97c18b8165bf2b623c0da23f2e9c7fe473a /debian/rules | |
parent | 11c1180e67f19b9c0ef14a10c4062e35f8afd1ef (diff) |
add missing translated apt.8 manpages, thanks to Helge Kreutzmann.
Closes: #696923
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 83e23881c..5051dab4f 100755 --- a/debian/rules +++ b/debian/rules @@ -172,7 +172,7 @@ apt-doc: build-debiandoc # Build architecture-dependent files here. binary-arch: $(LIBAPT_PKG) $(LIBAPT_INST) apt libapt-pkg-dev apt-utils apt-transport-https -apt_MANPAGES = apt-cache apt-cdrom apt-config apt-get apt-key apt-mark apt-secure apt apt.conf apt_preferences sources.list +apt_MANPAGES = apt apt-cache apt-cdrom apt-config apt-get apt-key apt-mark apt-secure apt apt.conf apt_preferences sources.list apt: build build-manpages dh_testdir -p$@ dh_testroot -p$@ |