debian/0000755000000000000000000000000012141547201007163 5ustar debian/menu0000644000000000000000000000015012141547170010053 0ustar ?package(tty-clock):needs="text" section="Games/Toys"\ title="tty-clock" command="/usr/bin/tty-clock" debian/compat0000644000000000000000000000000212141547170010366 0ustar 9 debian/control0000644000000000000000000000115212141547170010572 0ustar Source: tty-clock Section: utils Priority: extra Maintainer: Antoine Beaupré Build-Depends: debhelper (>= 9), libncurses5-dev Standards-Version: 3.9.4 Homepage: https://github.com/carla-v/tty-clock/ Vcs-Git: git://git.koumbit.net/tty-clock Vcs-Browser: https://redmine.koumbit.net/projects/tty-clock/repository Package: tty-clock Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libncurses5 Description: simple terminal clock tty-clock is a simple ncurses-based clock that shows the time and date using a large display. It has a few commandline options to customize the output. debian/changelog0000644000000000000000000000433312141547170011045 0ustar tty-clock (2.0-2) unstable; urgency=low * upload to unstable -- Antoine Beaupré Sun, 05 May 2013 17:12:26 -0400 tty-clock (2.0-1) experimental; urgency=low * new upstream (Closes: #689248, #686466, #700738). * fix Vcs-$foo headers, thanks to David Bremner (Closes: #702171). * upstream now has a manpage (Closes: #686466). * patch: fix hardening flags -- Antoine Beaupré Fri, 08 Mar 2013 22:30:45 -0500 tty-clock (1.1-1) unstable; urgency=low * fix my email address * no more DM field, I am a DD * remove useless todo, we have an upstream 1.0 * fix compile with --as-needed", thanks to Julian Taylor (Closes: #647316). * new upstream release factors in all patches * do not require upstream branch in git-buildpackage -- Antoine Beaupré Sun, 06 Nov 2011 22:40:09 -0500 tty-clock (1.0-4) unstable; urgency=low * fix more lintian errors * update to policy 3.9.2, no change * remove template from copyright file * just one big patch, we track changes in git * we still don't have a manpage though -- Antoine Beaupré Wed, 26 Oct 2011 22:42:47 -0400 tty-clock (1.0-3) unstable; urgency=low * Fix lintian warnings: * fix copyright symbol * remove unused dependencies * remove README.source since we're not using dpatch anymore -- Antoine Beaupré Sun, 21 Aug 2011 16:11:41 +0100 tty-clock (1.0-2) unstable; urgency=low * Add DM-Upload-Allowed field so that I can upload the package myself. * Add missing ncurses dependency (Closes: #637711) * Try to close ITP again (Closes: #609634). -- Antoine Beaupré Sun, 14 Aug 2011 11:46:55 +0200 tty-clock (1.0-1) unstable; urgency=low * Officially release 1.0 * Port to dh(7) from cdbs * Add git-buildpackage config * Upload to unstable (Closes: #609634) -- Antoine Beaupré Sat, 16 Jul 2011 22:34:51 -0400 tty-clock (0~git20090617-1) unstable; urgency=low * Initial release (Closes: #609634) * Respect $DESTDIR and $PREFIX and use it * Merge in bugfixes found in related github branches -- Antoine Beaupré Mon, 10 Jan 2011 22:54:48 -0500 debian/dirs0000644000000000000000000000001112141547170010044 0ustar /usr/bin debian/gbp.conf0000644000000000000000000000010712141547170010605 0ustar [git-buildpackage] debian-branch = debian upstream-tag = v%(version)s debian/docs0000644000000000000000000000000712141547170010040 0ustar README debian/rules0000755000000000000000000000035212141547170010250 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_auto_build: $(MAKE) CFLAGS="$(CFLAGS) $(CPPFLAGS)" override_dh_auto_install: PREFIX=/usr dh_auto_install debian/watch0000644000000000000000000000011712141547170010220 0ustar version=3 https://github.com/carla-v/tty-clock/tags .*/v?(\d[\d\.]+)\.tar\.gz debian/copyright0000644000000000000000000000411012141547170011117 0ustar This work was packaged for Debian by: Antoine Beaupré on Mon, 10 Jan 2011 22:54:48 -0500 It was downloaded from: https://github.com/xorg62/tty-clock.git Upstream Author: Guillaume B Copyright: Copyright © 2009 Guillaume B License: Copyright © 2008 Martin Duquesnoy All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The Debian packaging is: Copyright (C) 2011 Antoine Beaupré and is licensed under the GPL version 3, see "/usr/share/common-licenses/GPL-3". debian/patches/0000755000000000000000000000000012141547201010612 5ustar debian/patches/debian-changes0000644000000000000000000000276212141547365013407 0ustar Description: TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. . tty-clock (2.0-2) unstable; urgency=low . * upload to unstable Author: Antoine Beaupré --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- tty-clock-2.0.orig/Makefile +++ tty-clock-2.0/Makefile @@ -8,8 +8,8 @@ BIN = tty-clock PREFIX ?= /usr/local INSTALLPATH = ${DESTDIR}${PREFIX}/bin MANPATH = ${DESTDIR}${PREFIX}/share/man/man1 -CFLAGS = -Wall -g -I $$(ncurses5-config --includedir) -LDFLAGS = -L $$(ncurses5-config --libdir) $$(ncurses5-config --libs) +CFLAGS := -Wall -g -I $$(ncurses5-config --includedir) ${CFLAGS} +LDFLAGS := -L $$(ncurses5-config --libdir) $$(ncurses5-config --libs) ${LDFLAGS} tty-clock : ${SRC} debian/patches/series0000644000000000000000000000001712141547201012025 0ustar debian-changes debian/source/0000755000000000000000000000000012141547170010470 5ustar debian/source/format0000644000000000000000000000001412141547170011676 0ustar 3.0 (quilt) debian/source/options0000644000000000000000000000006212141547170012104 0ustar # we track our changes in git single-debian-patch