Author: aurel32 Date: 2009-07-15 13:44:47 +0000 (Wed, 15 Jul 2009) New Revision: 3624
Modified: glibc-package/trunk/debian/changelog glibc-package/trunk/debian/rules.d/build.mk Log: * Re-add /usr/include/scsi/scsi.h. Modified: glibc-package/trunk/debian/changelog =================================================================== --- glibc-package/trunk/debian/changelog 2009-07-14 11:53:59 UTC (rev 3623) +++ glibc-package/trunk/debian/changelog 2009-07-15 13:44:47 UTC (rev 3624) @@ -3,8 +3,11 @@ [ Petr Salinger ] * kfreebsd/local-sysdeps.diff: update to revision 2625 (from glibc-bsd). - -- Aurelien Jarno <[email protected]> Sun, 12 Jul 2009 14:39:01 +0200 + [ Aurelien Jarno ] + * Re-add /usr/include/scsi/scsi.h. + -- Aurelien Jarno <[email protected]> Wed, 15 Jul 2009 15:44:19 +0200 + eglibc (2.9-20) unstable; urgency=low [ Clint Adams ] Modified: glibc-package/trunk/debian/rules.d/build.mk =================================================================== --- glibc-package/trunk/debian/rules.d/build.mk 2009-07-14 11:53:59 UTC (rev 3623) +++ glibc-package/trunk/debian/rules.d/build.mk 2009-07-15 13:44:47 UTC (rev 3624) @@ -136,9 +136,6 @@ $(MAKE) -C $(DEB_BUILDDIR) \ install_root=$(CURDIR)/debian/tmp-$(curpass) install - # Remove files already provided by linux-libc-dev - rm -f $(CURDIR)/debian/tmp-$(curpass)/usr/include/scsi/scsi.h - # Generate the list of SUPPORTED locales if [ $(curpass) = libc ]; then \ $(MAKE) -f debian/generate-supported.mk IN=localedata/SUPPORTED \ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

