lp:debian/datefudge

Created by James Westby and last modified
Get this branch:
bzr branch lp:debian/datefudge
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

8. By Robert Luberda

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.

7. By Robert Luberda

* Use `*-*' as multi-arch pattern to make sure the datefudge script is the
  same on all architectures, including 'hurd-i386' (closes: #730766).
* Install datefudge.so into /usr/lib<arch>/datefudge instead of using
  an extra private dir /usr/lib/datefudge/<arch> (closes: #711892).
* Cleanup makefiles a bit and add support for cross-compiling.
* Standards-Version: 3.9.5 (no changes).

6. By Robert Luberda

* Introduce multi-arch support which allows one to use datefudge with 32-bit
  commands on 64-bit system (providing that both 32-bit and 64-bit versions
  of this package are installed on system) (LP: #1103281):
  + install datefudge.so library into /usr/lib/datefudge/<arch-tripplet>;
  + add each /u/l/d/<arch-tripplet> to LD_LIBRARY_PATH in datefudge scipt;
  + mark binary package as `Multi-Arch: same'.
* Use debhelper v9.
* debian/control:
  + fix Vcs-Browser field;
  + Standards-Version: 3.9.4 (no changes).

5. By Robert Luberda

* datefudge.{c,man}: Add the `--static' option for static dates.
* debian/control:
  + Standards-Version: 3.9.2 (no changes);
  + add VCS fields.

4. By Robert Luberda

* datefudge.c: don't override clock_gettime(2) on GNU/Hurd - it seems
  it internally calls gettimeofday(2), which is overridden. This fixes
  FTBFS due to test failure on that platform.
* Makefile: add test for `perl localtime()'.

3. By Robert Luberda

* Use the `3.0 (native)' source format.
* Switch to debhelper v8.
* Standards-Version: 3.9.1 (no changes).
* debian/rules:
  + provide build-arch and build-indep targets;
  + call dpkg-buildflags to set CFLAGS and LDFLAGS;
  + simplify the file.
* Reword the restriction in README (closes: #416174).
* Update debian/copyright a bit.
* Makefile: add a simple test case.

2. By Robert Luberda

* New maintainer (closes: #429467).
* Standards-Version: 3.7.3 (no changes).
* Use debhelper v7 and its minimised rules file.
* datefudge.c: override clock_gettime(2) called with CLOCK_REALTIME
  argument to make it possible to fake `date' command (closes: #416175).
* Update man page, add a simple example.

1. By Matthias Urlichs

* Updated maintainer email.
* Use a Lintian override to not-warn about the shared library
  (which is not linked against, and therefore doesn't require a shlibs entry)
* Extended the package description
* added COPYING file to source tarball
* Updated Standards-Version to 3.6.1 (no changes)
* Minor build fixes

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:debian/squeeze/datefudge
This branch contains Public information 
Everyone can see this information.

Subscribers