~ubuntu-branches/ubuntu/trusty/xdaliclock/trusty-proposed

« back to all changes in this revision

Viewing changes to X11/xdaliclock.c

  • Committer: Package Import Robot
  • Author(s): Kartik Mistry
  • Date: 2013-07-16 10:01:14 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20130716100114-zgaclt1rkj4y71g3
Tags: 2.38-1
* New upstream release.
* debian/control:
  + Added VCS-* fields.
  + Updated to Standards-Version 3.9.4
* debian/rules:
  + Rewrote to use dh.
* Added debian/docs file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* xdaliclock - a melting digital clock
2
 
 * Copyright (c) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
3
 
 *               2002, 2003, 2006 Jamie Zawinski <jwz@jwz.org>
 
2
 * Copyright (c) 1991-2010 Jamie Zawinski <jwz@jwz.org>
4
3
 *
5
4
 * Permission to use, copy, modify, distribute, and sell this software and its
6
5
 * documentation for any purpose is hereby granted without fee, provided that
449
448
  -showdate                     Show the date initially.\n\
450
449
  -seconds                      Display seconds (default).\n\
451
450
  -noseconds                    Don't display seconds.\n\
452
 
  -cycle                        Do color-cycling.\n\
453
 
  -nocycle                      Don't do color-cycling (default).\n\
 
451
  -cycle                        Do color-cycling (default).\n\
 
452
  -nocycle                      Don't do color-cycling.\n\
454
453
  -countdown <date>             Display a countdown instead of a clock.\n\
455
454
                                Run `-countdown foo' to see date syntax.\n\
456
455
  -display <host:dpy>           The display to run on.\n\