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

[glibc] 01/01: debian/control.in/main: add a dependency on lsb-base (>= 3.0-6) for ncsd.



This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch sid
in repository glibc.

commit 07cafd8a13df868f4ef9a3d4a849c32510bf2582
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Sat Oct 15 22:35:55 2016 +0200

    debian/control.in/main: add a dependency on lsb-base (>= 3.0-6) for ncsd.
---
 debian/changelog       | 1 +
 debian/control         | 2 +-
 debian/control.in/main | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c8d7157..e63a67d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -52,6 +52,7 @@ glibc (2.24-4) UNRELEASED; urgency=medium
     using a singlee for loop.
   * debian/sysdeps/linux.mk: Also install a /usr/include/<triplet>/arch
     symlink if it exists, needed for the tilegx architecture.
+  * debian/control.in/main: add a dependency on lsb-base (>= 3.0-6) for ncsd.
 
  -- Aurelien Jarno <aurel32@debian.org>  Sat, 17 Sep 2016 20:03:04 +0200
 
diff --git a/debian/control b/debian/control
index a936eea..515dfdd 100644
--- a/debian/control
+++ b/debian/control
@@ -130,7 +130,7 @@ Architecture: any
 Section: admin
 Multi-Arch: foreign
 Priority: optional
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: lsb-base (>= 3.0-6), ${shlibs:Depends}, ${misc:Depends}
 Build-Profiles: <!stage1>
 Description: GNU C Library: Name Service Cache Daemon
  A daemon which handles passwd, group and host lookups
diff --git a/debian/control.in/main b/debian/control.in/main
index e39a180..8fa9d9d 100644
--- a/debian/control.in/main
+++ b/debian/control.in/main
@@ -130,7 +130,7 @@ Architecture: any
 Section: admin
 Multi-Arch: foreign
 Priority: optional
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: lsb-base (>= 3.0-6), ${shlibs:Depends}, ${misc:Depends}
 Build-Profiles: <!stage1>
 Description: GNU C Library: Name Service Cache Daemon
  A daemon which handles passwd, group and host lookups

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git


Reply to: