diff options
author | Pino Toscano <pino@debian.org> | 2013-03-24 22:50:40 +0100 |
---|---|---|
committer | Pino Toscano <pino@debian.org> | 2013-03-24 22:50:40 +0100 |
commit | 1bcba34825b1957ebd4a51cdcf780b8541b93f0a (patch) | |
tree | b298e758afce921dcf186e5c1b4b5748c0f880f0 /debian | |
parent | c130e5b6eb6de8ef615831654b53cc11cc01b1da (diff) |
Stop installing the upstream ChangeLog
it is just a pointer to the pre-Git ChangeLog files
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index edf33cb0..0ff41f21 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,8 @@ hurd (20130226-3) UNRELEASED; urgency=low + [ Pino Toscano ] + * Stop installing the upstream ChangeLog, since it is just a pointer to the + pre-Git ChangeLog files. -- GNU Hurd Maintainers <debian-hurd@lists.debian.org> Sun, 24 Mar 2013 22:47:50 +0100 diff --git a/debian/rules b/debian/rules index e28ac252..342ea4d1 100755 --- a/debian/rules +++ b/debian/rules @@ -79,6 +79,9 @@ override_dh_installinit: dh_installinit -phurd --name=hurd-console dh_installinit --remaining-packages +override_dh_installchangelogs: + dh_installchangelogs -XChangeLog + override_dh_strip: dh_strip -phurd-libs0.3 -phurd --dbg-package=hurd-dbg dh_strip --remaining-packages |