diff options
author | Martin Pitt <martin.pitt@canonical.com> | 2010-11-09 11:31:47 +0100 |
---|---|---|
committer | Martin Pitt <martin.pitt@canonical.com> | 2010-11-09 11:31:47 +0100 |
commit | 23632f5a29fe7dbb02f7b13eb2b404632cc8ac8c (patch) | |
tree | 10eda2cabb1d0f1c6c4f072e59d96f25a9d88090 /debian | |
parent | 0e1945c14bee88013ad03c3b58e088c704f7ffa9 (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')
-rw-r--r-- | debian/changelog | 8 | ||||
-rwxr-xr-x | debian/rules | 4 |
2 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index f13eeb856..047e18bdc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +apt (0.8.8ubuntu2) UNRELEASED; urgency=low + + * 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. + + -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 09 Nov 2010 10:39:41 +0100 + apt (0.8.8ubuntu1) natty; urgency=low * merged from debian-unstable, remainging changes: 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$@ |