Change logs for datefudge source package in Xenial

  • datefudge (1.21) unstable; urgency=medium
    
      * datefudge.sh: don't fail when its date argument happens to be equal
        to the current time (i.e. make `datefudge now some_command' work).
      * Enable all hardening options in debian/rules.
      * Update man page to mention that the date can be given in any format
        accepted by date(1) command.
      * Switch debian/copyright to the DEP-5 format.
      * Use https in Vcs-Browser field (lintian).
      * Standards-Version: 3.9.6 (no changes).
    
     -- Robert Luberda <email address hidden>  Sat, 13 Feb 2016 15:19:41 +0100
  • datefudge (1.20) unstable; urgency=medium
    
    
      * datefudge.c: don't override time(2) on GNU/Hurd, as it seems to
        internally call gettimeofday(2), which is overridden. This fixes
        FTBFS on that platform.
    
     -- Robert Luberda <email address hidden>  Mon, 16 Dec 2013 23:32:47 +0100
  • datefudge (1.18ubuntu3) trusty; urgency=low
    
      * Use DEB_HOST_GNU_TYPE for cross-builds, not DEB_HOST_ARCH.
     -- Adam Conrad <email address hidden>   Wed, 04 Dec 2013 22:39:36 -0700