diff options
author | David Nusinow <[email protected]> | 2006-01-30 04:02:11 +0000 |
---|---|---|
committer | David Nusinow <[email protected]> | 2006-01-30 04:02:11 +0000 |
commit | 3b53c0ac19674341c9d75f3c273335449d9ce65a (patch) | |
tree | 7af04e76330aa8870f947fe699df97b3f6542cd2 /debian | |
parent | ed56fe4e820660e31705cfe5f482bdeaf499a17d (diff) |
* Re-add dh_installdirs call to binary-indep target so that we get
arch-specific dirs for the mesa-swx11-source package
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 2b5f696e7f5..0b4eaf41e85 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +mesa (6.4.1-0.2) unstable; urgency=low + + * NMU + * Re-add dh_installdirs call to binary-indep target so that we get + arch-specific dirs for the mesa-swx11-source package + + -- David Nusinow <[email protected]> Sat, 28 Jan 2006 17:42:00 -0500 + mesa (6.4.1-0.1) unstable; urgency=low [ Marcelo E. Magallon <[email protected]> ] diff --git a/debian/rules b/debian/rules index ec84c038a8a..6365329261a 100755 --- a/debian/rules +++ b/debian/rules @@ -157,6 +157,7 @@ binary-indep: build dh_testroot dh_installchangelogs docs/VERSIONS dh_installdocs + dh_installdirs # dh_installexamples dh_install # dh_installman |