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

r860 - glibc-package/branches/glibc-2.3.4/debian



Author: gotom
Date: 2005-03-21 05:28:38 +0100 (Mon, 21 Mar 2005)
New Revision: 860

Added:
   glibc-package/branches/glibc-2.3.4/debian/shlibver
Modified:
   glibc-package/branches/glibc-2.3.4/debian/rules
Log:
    * Add separated shlibver file:
      - debian/rules: Include debian/shlibver.
      - debian/shlibver: Bump up shlibver to 2.3.4-1.



Modified: glibc-package/branches/glibc-2.3.4/debian/rules
===================================================================
--- glibc-package/branches/glibc-2.3.4/debian/rules	2005-03-21 04:27:49 UTC (rev 859)
+++ glibc-package/branches/glibc-2.3.4/debian/rules	2005-03-21 04:28:38 UTC (rev 860)
@@ -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
+include debian/shlibver
 shlib_dep = $(libc) (>= $(shlib_dep_ver))
 
 # Beyond here you shouldn't need to customise anything:
@@ -55,7 +55,7 @@
 
 DEB_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ')
 
-DEB_TARBALL ?= $(shell ls glibc-[0-9]*.[0-9]*.[0-9]*.tar.*)
+DEB_TARBALL ?= $(shell ls glibc-[0-9.]*.tar.*)
 
 DEB_SRCDIR ?= $(shell ls -d $(build-tree)/glibc-*)
 DEB_BUILDDIR ?= $(build-tree)/$(DEB_HOST_ARCH)-$(curpass)

Added: glibc-package/branches/glibc-2.3.4/debian/shlibver
===================================================================
--- glibc-package/branches/glibc-2.3.4/debian/shlibver	2005-03-21 04:27:49 UTC (rev 859)
+++ glibc-package/branches/glibc-2.3.4/debian/shlibver	2005-03-21 04:28:38 UTC (rev 860)
@@ -0,0 +1 @@
+shlib_dep_ver = 2.3.4-1



Reply to: