diff options
author | David Nusinow <[email protected]> | 2006-01-16 22:19:03 +0000 |
---|---|---|
committer | David Nusinow <[email protected]> | 2006-01-16 22:19:03 +0000 |
commit | 9d944b501a22d2eae44e638188b37530e75af981 (patch) | |
tree | 77160fce4a8825f57c6fd73ca4d5d022f2a50bc6 /debian/rules | |
parent | cf013a53842efec2e9a8c16c0df36ea3181ee683 (diff) |
* Change libgl1-mesa-swrast to be named libgl1-mesa-swx11
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 1e1369b5edf..f0dfc1a72ab 100755 --- a/debian/rules +++ b/debian/rules @@ -185,7 +185,7 @@ binary-arch: build install dh_compress -s dh_fixperms -s # dh_makeshlibs -s -Nlibglu1-mesa -Nmesag3 - dh_makeshlibs -plibgl1-mesa-swrast-dbg -V 'libgl1-mesa-swrast | libgl1' + dh_makeshlibs -plibgl1-mesa-swx11-dbg -V 'libgl1-mesa-swx11 | libgl1' ifneq ($(strip $(shell dh_listpackages -s | grep -w libgl1-mesa-glide3)),) dh_makeshlibs -plibgl1-mesa-glide3 -V 'libgl1-mesa-glide3' endif @@ -195,8 +195,8 @@ endif ifneq ($(strip $(shell dh_listpackages -s | grep -w libosmesa6)),) dh_makeshlibs -plibosmesa6 endif -ifneq ($(strip $(shell dh_listpackages -s | grep -w libgl1-mesa-swrast)),) - dh_makeshlibs -plibgl1-mesa-swrast -V 'libgl1-mesa-swrast | libgl1' +ifneq ($(strip $(shell dh_listpackages -s | grep -w libgl1-mesa-swx11)),) + dh_makeshlibs -plibgl1-mesa-swx11 -V 'libgl1-mesa-swx11 | libgl1' endif ifneq ($(strip $(shell dh_listpackages -s | grep -w libgl1-mesa)),) dh_makeshlibs -plibgl1-mesa -V 'libgl1-mesa | libgl1' |