Source: faketime
Followup-For: Bug #755104
Control: tag -1 + patch

Hi,

attached there is a patch to move the (build-)dependency from libc6
to libc-bin (which depends on the same version of libc).
This allows to build and install faketime again on architectures
where libc is named differently than libc6.

Thanks,
-- 
Pino
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Daniel Kahn Gillmor <dkg@fif
 Build-Depends:
  debhelper (>= 9),
  dh-exec (>= 0.3),
- libc6 (>= 2.17)
+ libc-bin (>= 2.17)
 Standards-Version: 3.9.5
 Homepage: http://www.code-wizards.com/projects/libfaketime/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/faketime.git
@@ -30,7 +30,7 @@ Architecture: any
 Pre-Depends: multiarch-support
 Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends},
- libc6 (>= 2.17)
+ libc-bin (>= 2.17)
 Description: report faked system time to programs
  The Fake Time Preload Library (FTPL, a.k.a. libfaketime) intercepts
  various system calls which programs use to retrieve the current date

Reply via email to