diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2013-01-09 08:25:14 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2013-01-09 08:25:14 +0100 |
commit | d52f514fd380cdeef7ff68a54f81b82932d113cf (patch) | |
tree | 3c0d1ef2843fda42c8695fee49e53cfa5081a880 /debian/rules | |
parent | 34c2a164242d06b206abfde18e28990908aa9c58 (diff) | |
parent | 50816ce74432f24135aefc590361bbb8ccfc71f1 (diff) |
merge train fixes
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$@ |