debian/0000755000000000000000000000000011744176016007175 5ustar debian/compat0000644000000000000000000000000211744175311010370 0ustar 9 debian/source/0000755000000000000000000000000011744175311010472 5ustar debian/source/format0000644000000000000000000000001411744175311011700 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000212611744175311011126 0ustar This package was debianized by Nico Golde on Wed, 19 Feb 2004 16:43:41 +0100. It was downloaded from http://www.ngolde.de/binclock/ Copyright: 2004 Nico Golde Upstream Author: Nico Golde License: This software is Copyright (C) 2003-2004 by Nico Golde. This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 dated June, 1991. This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. On Debian systems, the complete text of the GNU General Public License can be found in the file `/usr/share/common-licenses/GPL-2'. debian/rules0000755000000000000000000000044211744175311010252 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/makefile.mk DEB_MAKE_CLEAN_TARGET := clean DEB_MAKE_BUILD_TARGET := all DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/binclock DEB_DH_INSTALLCHANGELOGS_ARGS := CHANGELOG debian/control0000644000000000000000000000111611744175311010574 0ustar Source: binclock Section: utils Priority: optional Maintainer: Nico Golde Build-Depends: debhelper (>= 9), cdbs Standards-Version: 3.9.3 Homepage: http://www.ngolde.de/binclock.html Package: binclock Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: binary clock for console with color support BinClock - Displays system time in binary format. It supports showing the time with eight different colors, and it can run a loop that prints the time every second. The default colors and characters for printing can be changed with a config file. debian/patches/0000755000000000000000000000000011744175557010635 5ustar debian/patches/10-manpage.patch0000644000000000000000000000042311744175537013501 0ustar --- binclock-1.5.orig/doc/binclock.1 +++ binclock-1.5/doc/binclock.1 @@ -1,6 +1,6 @@ .TH BINCLOCK "1" "July 2004" "binclock 1.5" "User Commands" .SH NAME -prints time in binary format +binclock - prints time in binary format .SH SYNOPSIS .B binclock [\fIOPTION\fR]... debian/patches/series0000644000000000000000000000004311744175557012047 0ustar 00-makefile.patch 10-manpage.patch debian/patches/00-makefile.patch0000644000000000000000000000234611744175552013650 0ustar diff -urNad binclock-1.5~/Makefile binclock-1.5/Makefile --- binclock-1.5~/Makefile 2004-07-24 18:13:19.000000000 +0200 +++ binclock-1.5/Makefile 2007-08-08 15:54:41.000000000 +0200 @@ -22,29 +22,25 @@ CFLAGS = -O2 -Wall --pedantic BIN = binclock SRC = ./src/binclock.c -INSPATH = /usr/local/bin/ +INSPATH = $(DESTDIR)/usr/bin/ SOURCEPATH = ./ -MANPATH = /usr/man/man1/ -CONF = /etc/ +MANPATH = $(DESTDIR)/usr/share/man/man1/ +CONF = $(DESTDIR)/etc/ all : $(MAINSRC) $(CC) $(CFLAGS) -o $(BIN) $(SRC) - strip $(SOURCEPATH)$(BIN) +# strip $(SOURCEPATH)$(BIN) install : - - chmod 644 $(SOURCEPATH)doc/binclock.1 - cp -pf $(SOURCEPATH)doc/binclock.1 $(MANPATH) - cp -pf $(BIN)rc $(HOME)/.$(BIN)rc - cp -pf $(SOURCEPATH)$(BIN) $(INSPATH) - cp -pf $(BIN)rc $(CONF)binclockrc + install -d $(CONF) $(MANPATH) $(INSPATH) + install -m644 $(SOURCEPATH)doc/binclock.1 $(MANPATH) + install -m644 $(SOURCEPATH)binclockrc $(CONF) install -c -s -m 0755 $(BIN) $(INSPATH) - + clean : rm -f $(SOURCEPATH)$(BIN) uninstall : - rm -f $(INSPATH)binclock - rm -f $(CONF)$(BIN)rc - rm -f $(MANPATH)/binclock.1 - rm -f $(HOME)/.binclockrc + rm -f $(DESTDIR)/$(INSPATH)binclock + rm -f $(DESTDIR)/$(CONF)binclockrc + rm -f $(DESTDIR)/$(MANPATH)/binclock.1 debian/dirs0000644000000000000000000000003311744175276010064 0ustar usr/bin usr/share/man/man1 debian/changelog0000644000000000000000000000352611744176016011055 0ustar binclock (1.5-6) unstable; urgency=low * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt". * Update to Standards-Version to 3.9.3. * Fix copyright-refers-to-symlink-license (Lintian). * Fix manpage-has-bad-whatis-entry (Lintian) with patch 10. * Thanks a lot Jaari Aalot! (Closes: #669577) -- Nico Golde Fri, 20 Apr 2012 07:33:43 +0300 binclock (1.5-5) unstable; urgency=low * Bump compat level and debhelper dependency to 7. * Make Homepage a real control field. * Bump to policy version 3.8.0, no changes needed. * Add description to makefile.dpatch -- Nico Golde Tue, 22 Jul 2008 19:06:50 +0200 binclock (1.5-4) unstable; urgency=low * Commented out strip in Makefile (included in makefile.dpatch) to enable correct functionality for DEB_BUILD_OPTIONS=nostrip (Closes: #436587). -- Nico Golde Wed, 08 Aug 2007 16:02:02 +0200 binclock (1.5-3) unstable; urgency=low * Changed maintainer address. * Bumped standards version, no changes needed. * Added Homepage tag to control file. * Bumped compat to 5 and changed dependency * Removed menu entry, not needed for this text mode application here. * Fixed copyright file. -- Nico Golde Fri, 16 Mar 2007 12:15:17 +0100 binclock (1.5-2) unstable; urgency=low * Fixup upstream Makefile installing files in $HOME on buildtime -- Nico Golde Thu, 29 Jul 2004 19:07:26 +0200 binclock (1.5-1) unstable; urgency=low * New upstream Release * Package building now uses cdbs -- Nico Golde Sat, 24 Jul 2004 13:47:04 +0200 binclock (1.4-3) unstable; urgency=low * Rebuild with no changes * Bug fixed in the changelog file :) * Initial Release -- Nico Golde Tue, 20 Apr 2004 00:38:10 +0200