diff options
| author | Samuel Thibault <sthibault@debian.org> | 2010-01-11 00:56:59 +0000 |
|---|---|---|
| committer | Samuel Thibault <sthibault@debian.org> | 2010-01-11 00:56:59 +0000 |
| commit | 0c22bd9ea4e21c86bb8dab190875ed8c79914b2b (patch) | |
| tree | 897acead76c9e1dddb6bbd9e86b64b48e1598b1d /debian/rules | |
| parent | f06b3949462b04459c34c586efcdc5a97ed38e62 (diff) | |
Do not ship libthread_*.pic.a, as mklibs doesn't manage to keep version information.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index fcc8c747..17043709 100755 --- a/debian/rules +++ b/debian/rules @@ -62,4 +62,6 @@ SUID_PROGRAMS = /bin/ids /bin/login /bin/ps-hurd /usr/bin/w-hurd binary-predeb/hurd:: chmod u+s $(patsubst %, $(CURDIR)/debian/$(cdbs_curpkg)%, $(SUID_PROGRAMS)) +binary-predeb/hurd-dev:: + rm -f $(CURDIR)/debian/hurd-dev/lib/libthread*_pic.a |
