r886 - glibc-package/trunk/debian
Author: gotom
Date: 2005-04-16 08:55:40 +0000 (Sat, 16 Apr 2005)
New Revision: 886
Modified:
glibc-package/trunk/debian/changelog
glibc-package/trunk/debian/rules
Log:
- debian/rules: Bump up shlib_dep_ver 2.3.2.ds1-21. It's required by
adding GLIBC_2.3.4 symbol.
Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog 2005-04-16 08:55:11 UTC (rev 885)
+++ glibc-package/trunk/debian/changelog 2005-04-16 08:55:40 UTC (rev 886)
@@ -16,6 +16,8 @@
(Closes: #295118)
- debian/debhelper.in/libc.preinst: Fix typo, proofreading.
(Closes: #294816, #303478)
+ - debian/rules: Bump up shlib_dep_ver 2.3.2.ds1-21. It's required by
+ adding GLIBC_2.3.4 symbol.
- Bastian Blank <waldi@debian.org>:
- debian/patches/sched-update.dpatch: Update sched_[gs]et_affinity to
Modified: glibc-package/trunk/debian/rules
===================================================================
--- glibc-package/trunk/debian/rules 2005-04-16 08:55:11 UTC (rev 885)
+++ glibc-package/trunk/debian/rules 2005-04-16 08:55:40 UTC (rev 886)
@@ -33,7 +33,7 @@
DUMMY := $(shell mkdir -p $(stamp))
# The minimum package version with which these packages are compatible.
-shlib_dep_ver = 2.3.2.ds1-4
+shlib_dep_ver = 2.3.2.ds1-21
shlib_dep = $(libc) (>= $(shlib_dep_ver))
# Beyond here you shouldn't need to customise anything:
Reply to: