summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@canonical.com>2010-11-09 11:31:47 +0100
committerMartin Pitt <martin.pitt@canonical.com>2010-11-09 11:31:47 +0100
commit23632f5a29fe7dbb02f7b13eb2b404632cc8ac8c (patch)
tree10eda2cabb1d0f1c6c4f072e59d96f25a9d88090 /debian/rules
parent0e1945c14bee88013ad03c3b58e088c704f7ffa9 (diff)
* Add cmdline/apt-changelog: Script to fetch package changelog from
changelogs.ubuntu.com. Install it in cmdline/makefile and debian/rules. * Add doc/apt-changelog.1.xml, and install it in debian/rules.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index f6ffabd1c..9f3dca627 100755
--- a/debian/rules
+++ b/debian/rules
@@ -73,7 +73,7 @@ configure.in:
endif
# APT Programs in apt-utils
-APT_UTILS=ftparchive sortpkgs extracttemplates
+APT_UTILS=ftparchive sortpkgs extracttemplates changelog
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
@@ -268,7 +268,7 @@ libapt-pkg-dev: build debian/shlibs.local
dh_md5sums -p$@
dh_builddeb -p$@
-apt-utils_MANPAGES = apt-sortpkgs apt-ftparchive apt-extracttemplates
+apt-utils_MANPAGES = apt-sortpkgs apt-ftparchive apt-extracttemplates apt-changelog
apt-utils: build debian/shlibs.local
dh_testdir -p$@
dh_testroot -p$@