[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r979 - glibc-package/trunk/debian



Author: gotom
Date: 2005-07-29 08:46:05 +0000 (Fri, 29 Jul 2005)
New Revision: 979

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/rules
Log:
      - debian/rules: Include debian/locales-depver.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2005-07-29 08:45:19 UTC (rev 978)
+++ glibc-package/trunk/debian/changelog	2005-07-29 08:46:05 UTC (rev 979)
@@ -39,6 +39,7 @@
         version.  It's renamed from locales-shlibver because it's not "shlib".
       - debian/rules.d/debhelper.mk: Use LOCALES_DEP_VER to generate locales
         dependency.
+      - debian/rules: Include debian/locales-depver.
 
     * debian/sysdeps/depflags.pl: Drop Depends: libdb1-compat because it's
       until sarge stuff.  Suggested by Colin Watson <cjwatson@debian.org>.

Modified: glibc-package/trunk/debian/rules
===================================================================
--- glibc-package/trunk/debian/rules	2005-07-29 08:45:19 UTC (rev 978)
+++ glibc-package/trunk/debian/rules	2005-07-29 08:46:05 UTC (rev 979)
@@ -36,6 +36,9 @@
 include debian/shlibver
 shlib_dep = $(libc) (>= $(shlib_dep_ver))
 
+# The version of the C library that locales needs for its format.
+include debian/locales-depver
+
 # Beyond here you shouldn't need to customise anything:
 
 SHELL                 ?= =/bin/sh -e



Reply to: