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 | |
parent | f06b3949462b04459c34c586efcdc5a97ed38e62 (diff) |
Do not ship libthread_*.pic.a, as mklibs doesn't manage to keep version information.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 10 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 8 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 705738f8..17f02486 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,11 +19,13 @@ hurd (20090404-3) UNRELEASED; urgency=low - Drop duplicate priority and section fields. - Add ${misc:Depends}. - Add dpkg (>= 1.15.4) | install-info dependency. - * hurd-udeb.runsystem: New runsystem file for the d-i case, incomplete for - now. - * hurd-udeb.install: Remove getty, runttys, /etc/ttys ftpcp, ftpdir, ftpfs, - hostmux, usermux, nfs, isofs.static, rpctrace, gcore, forks. Install + * debian/hurd-udeb.runsystem: New runsystem file for the d-i case, incomplete + for now. + * debian/hurd-udeb.install: Remove getty, runttys, /etc/ttys ftpcp, ftpdir, + ftpfs, hostmux, usermux, nfs, isofs.static, rpctrace, gcore, forks. Install local/runsystem.gnu in /libexec, install ext2fs.static in /boot + * debian/rules: Do not ship libthread_*.pic.a, as mklibs doesn't manage to + keep version information. [ Guillem Jover ] * Update make-new-tarball.sh to exclude git instead of CVS paths. 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 |