diff options
author | Brice Goglin <[email protected]> | 2009-07-23 21:13:37 +0200 |
---|---|---|
committer | Brice Goglin <[email protected]> | 2009-07-23 23:41:19 +0200 |
commit | d3403389cd4a85f1cbdbdfed8a5fcd2be240af0f (patch) | |
tree | aa432e456c51258c089ab94a714359d375e8aac4 | |
parent | a70d1eb1ee8e81d8fa6efc7a0ce5810fe8d25ca8 (diff) |
Only install the huge upstream changelog in mesa-common-dev
-rw-r--r-- | debian/changelog | 4 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 9bdbfbcf696..1c53d0d43b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,10 @@ mesa (7.5-3) UNRELEASED; urgency=low * Pull from upstream mesa_7_5_branch up to commit b4ba6a66 (early 7.5.1 release snapshot). + * Only install the huge upstream changelog in mesa-common-dev, + closes: #538094. - -- Brice Goglin <[email protected]> Thu, 23 Jul 2009 21:10:12 +0200 + -- Brice Goglin <[email protected]> Thu, 23 Jul 2009 21:12:20 +0200 mesa (7.5-2) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 7a939507d36..75d2dc4ddbd 100755 --- a/debian/rules +++ b/debian/rules @@ -222,7 +222,8 @@ binary-indep: install binary-arch: install dh_testdir dh_testroot - dh_installchangelogs -s ChangeLog + dh_installchangelogs -s + dh_installchangelogs -pmesa-common-dev ChangeLog dh_installdocs -s dh_installexamples -s dh_install -s --sourcedir=debian/tmp --list-missing |