Blob Blame History Raw
Source: datefudge
Section: devel
Priority: optional
Maintainer: Robert Luberda <robert@debian.org>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9)
Vcs-Git: https://anonscm.debian.org/git/users/robert/datefudge.git
Vcs-Browser: https://anonscm.debian.org/cgit/users/robert/datefudge.git/

Package: datefudge
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: Fake the system date
 This program (and preload library) fakes the system date so that
 programs think the wall clock is ... different.
 .
 The faking is not complete; timestamp on files are not affected in any
 way.
 .
 This package is useful if you want to test the date handling of your
 programs without changing the system clock. Examples: Does it handle
 expired certificates correctly? Does it work on a leap day?