From f63be3bda31acdc2a88e1cd64770966e73ca0b5d Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Thu, 11 Jan 2001 22:25:19 +0000 Subject: 2001-01-09 Marcus Brinkmann * changelog: Update to reflect Debian upgrade. * rules: Use --disable-profile wih configure instead no_prof=t with make. --- debian/ChangeLog | 7 +++++++ debian/changelog | 14 ++++++++++++++ debian/rules | 5 +++-- 3 files changed, 24 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/ChangeLog b/debian/ChangeLog index a4436579..8ea6c1e1 100644 --- a/debian/ChangeLog +++ b/debian/ChangeLog @@ -1,3 +1,10 @@ +2001-01-09 Marcus Brinkmann + + * changelog: Update to reflect Debian upgrade. + + * rules: Use --disable-profile wih configure instead no_prof=t + with make. + 2000-11-27 Marcus Brinkmann * changelog: Update to reflect Debian upgrade. diff --git a/debian/changelog b/debian/changelog index 06235e20..e92d5794 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +hurd (20001204) unstable; urgency=low + + * New snapshot from CVS, with a couple of bug fixes: + pfinet: Don't leak references. + ext2fs, ufs: Avoid a dn_set_?time vs sync thread race. + Corretly deny too long filenames. + nfsd: Fix a couple of memory leaks. + + * Additional patchs: + libdiskfs: Don't crash when symlink target is the empty string. + streamdev, kbd, mouse: New translators for X and klog device. + + -- Marcus Brinkmann Mon, 4 Dec 2000 15:18:39 +0100 + hurd (20001127) unstable; urgency=low * New snapshot from CVS, really fixes isofs now. diff --git a/debian/rules b/debian/rules index 53af91a9..a1efd14e 100755 --- a/debian/rules +++ b/debian/rules @@ -62,14 +62,15 @@ config: stamp-config stamp-config: configure $(checkdir) -mkdir build - cd build && ../configure --build=$(DEB_BUILD_GNU_TYPE) \ + cd build && ../configure --disable-profile \ + --build=$(DEB_BUILD_GNU_TYPE) \ --host=$(DEB_HOST_GNU_TYPE) --prefix= touch stamp-config all build: config stamp-build stamp-build: $(checkdir) - cd build && $(MAKE) no_prof=t + cd build && $(MAKE) # XXX-doc cd build && $(MAKE) -C doc hurd.info cd build && $(MAKE) -C doc hurd.ps -- cgit v1.2.3