1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: sdate
Section: utils
Priority: optional
Build-Depends:
debhelper (>= 12.8),
debhelper-compat (= 12),
libc6-dev-s390x [s390],
libc6-dev-sparc64 [sparc],
Maintainer: Christoph Berg <myon@debian.org>
Standards-Version: 4.5.0
Vcs-Git: https://github.com/df7cb/sdate.git
Vcs-Browser: https://github.com/df7cb/sdate
Homepage: https://www.df7cb.de/projects/sdate/
Package: sdate
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: never ending September date
sdate wraps the libc localtime() and gmtime() functions to output the eternal
september 1993 date.
.
sdate works like fakeroot (on which its code is based) by setting LD_PRELOAD
to a wrapper library.
.
* http://www.catb.org/~esr/jargon/html/S/September-that-never-ended.html
|