debian/0000755000000000000000000000000011720202465007165 5ustar debian/docs0000644000000000000000000000002411275352306010041 0ustar README BUGS AUTHORS debian/compat0000644000000000000000000000000211275352306010370 0ustar 7 debian/manpages0000644000000000000000000000003411720201543010674 0ustar colormake.1 debian/clmake.1 debian/copyright0000644000000000000000000000054211275321517011126 0ustar This package was debianized by Roland Bauerschmidt on Wed Apr 4 18:56:08 CDT 2001 It was downloaded from http://bre.klaki.net/programs/colormake/ Upstream Author: Copyright: (C) 1999, Bjarni R. Einarsson Copyright: GPL, see /usr/share/common-licenses/GPL on Debian systems or http://www.gnu.org/copyleft/gpl.html. debian/clmake.10000644000000000000000000000202611275316477010521 0ustar .TH clmake 1 "July 2nd, 2001" .SH NAME clmake \- color wrapper for make(1) and less(1) .SH SYNOPSIS \fBclmake\fR [ \fB-f makefile\fR ] [ option ] ... target ... .SH DESCRIPTION clmake acts as a wrapper around make(1) to ease reading the output by colorizing it. It also pipes the output to the \fBless\fR(1) text pager. .SH OPTIONS clmake uses the same command line options as \fBmake\fR(1). .SH USAGE To change a makefile to use clmake, you may change the path at the top which normally reads \fB#!/usr/bin/make\fR to \fB#!/usr/bin/clmake\fR. .PP Alternately, you may type \fBclmake\fR whenever you would normally type \fBmake\fR when compiling programs. .SH AUTHORS Bjarni R. Einarsson is the author of clmake. .PP This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. .PP This manual page was written by Joe Wreschnig , for the Debian GNU/Linux system (but may be used by others). .SH SEE ALSO \fBmake\fR\|(1), \fBcolormake\fR\|(1), \fBless\fR\|(1) debian/dirs0000644000000000000000000000003611275352306010055 0ustar /usr/bin /usr/share/colormake debian/source/0000755000000000000000000000000011720202465010465 5ustar debian/source/format0000644000000000000000000000001411406474037011702 0ustar 3.0 (quilt) debian/README.source0000644000000000000000000000004711275327346011360 0ustar see /usr/share/doc/quilt/README.source debian/install0000644000000000000000000000005111275352306010557 0ustar /usr/bin/clmake /usr/bin/colormake-short debian/changelog0000644000000000000000000001643411720202431011040 0ustar colormake (0.9-1) unstable; urgency=low * New upstream release * debian/patches/*: all patches now applied upstream * debian/control: Fix lintian warning P: colormake source: unneeded-build-dep-on-quilt * debian/control: Standards-Version: 3.9.1 -> 3.9.2. No change needed. * debian/links: create linke here instead of in debian/rules * debian/patches/11_colormake_pl_path: search colormake.pl in /usr/share/colormake/ * debian/colormake.1: remove since provided by upstream * debian/patches/12_hyphen-used-as-minus-sign: fix lintian warning in colormake.1 manpage -- Ludovic Rousseau Sun, 19 Feb 2012 15:19:37 +0100 colormake (0.2-11) unstable; urgency=low * Add Ubuntu patch from bug 686159. Fix LP: #686159 * debian/control: Standards-Version: 3.8.4 -> 3.9.1. No change needed. -- Ludovic Rousseau Sun, 03 Apr 2011 14:53:06 +0200 colormake (0.2-10) unstable; urgency=low * debian/source/format: use "3.0 (quilt)" to have quilt support for free * debian/patches/08_config_file: add DEP-3 header * debian/control: Standards-Version: 3.8.3 -> 3.8.4, no change needed -- Ludovic Rousseau Thu, 17 Jun 2010 21:34:50 +0200 colormake (0.2-9) unstable; urgency=low * debian/patches/09_libtool: Fix "Support for libtool builds" (Closes: #561677) -- Ludovic Rousseau Sat, 19 Dec 2009 16:05:43 +0100 colormake (0.2-8) unstable; urgency=low * debian/patches/08_config_file: improve patch to support color configuration files -- Ludovic Rousseau Sat, 14 Nov 2009 17:54:02 +0100 colormake (0.2-7) unstable; urgency=low * debian/patches/07_colormake.pl: improve patch to correctly identify cross compilers. Closes: #555492 "colormake: Cross compiler patch breaks other things" * Fix "Provide ability for the user to customize colors" add support of configuration files. See colormake(1) (Closes: #138131) * debian/watch: watch file for uscan(1) -- Ludovic Rousseau Wed, 11 Nov 2009 18:22:41 +0100 colormake (0.2-6) unstable; urgency=low * debian/control: New maintainer (closes: #554004) * debian/copyright: add "Copyright (C) 1999". Fix lintian warning copyright-without-copyright-notice * debian/patches/*: include Debian patches as quilt patches * debian/README.source: refer to quilt Fix lintian warning patch-system-but-no-source-readme * debian/rules: remove the useless binary-arch rule Fix lintian warning binary-arch-rules-but-pkg-is-arch-indep * debian/contol: Standards-Version: 3.7.3 -> 3.8.3. No change needed * Fix "Should depend on make package" add a Depends on make (Closes: #544846) * debian/control: add Vcs-Svn and Vcs-Browser fields * debian/patches/07_colormake.pl: Closes "Doesn't work with cross compilers" LP: #326228 -- Ludovic Rousseau Sat, 07 Nov 2009 22:20:58 +0100 colormake (0.2-5) unstable; urgency=low * debian/control: New maintainer (Closes: #465892) * debian/control: Uploaders field added * debian/control: Homepage link moved from description to field * debian/control: Standards-Version bumped to 3.7.3 * No longer inserts 'Error: ' into data passing through -- Sebastian Pipping Sat, 8 Mar 2008 02:05:34 +0100 colormake (0.2-4.3) unstable; urgency=high * Non-maintainer upload. * clmake: + Fix colormake.pl location (Closes: #412772). * Apply a patch from Ubuntu to use "$@" instead of $* so that escaped or quoted command lines work. -- Sam Hocevar (Debian packages) Wed, 28 Feb 2007 08:14:50 +0100 colormake (0.2-4.2) unstable; urgency=high * Non-maintainer upload. * colormake.pl: + Automatically flush stdout (Closes: #354884). + Ignore leading spaces in output, as the ones caused by libtool rules. * debian/control: + Set policy to 3.7.2. + Uncapitalise short description. * debian/rules: + Install colormake.pl into /usr/share so as not to clutter the executable namespace. + Do not shorten long lines by default (Closes: #217199). Provide the colormake-short executable instead. -- Sam Hocevar (Debian packages) Mon, 13 Nov 2006 15:09:29 +0100 colormake (0.2-4.1) unstable; urgency=low * Non-maintainer upload to fix longstanding l10n issues * Remove the note template which deals with the upgrade from a pre-sarge version. Closes: #388875 This also closes all l10n bug reports. Closes: #297595, #331310, #338730, #282149 * Fix typos in manpages. Thanks to Nicolas François for the patch Closes: #350803 -- Christian Perrier Thu, 5 Oct 2006 21:59:08 +0200 colormake (0.2-4) unstable; urgency=low * Actually return the make exit value, not display it. Closes: #171318. * Add Vietnamese templates translation. Closes: #310033. * Fix debconf dependency to | debconf-2.0. * Remove bashism from debian/postrm. -- Roland Bauerschmidt Wed, 28 Sep 2005 20:18:18 +0100 colormake (0.2-3.2) unstable; urgency=low * Non-maintainer upload * Return the original exit value from the make command. Closes: #171318 * Give the user the option to override the clmake options. Closes: #201677 * Remove multiple space runs. Closes: #217941 * Update french templates translation. Closes: #206826 * Add Japanese templates translation. Closes: #227823 * Add Dutch templates translation. Closes: #241428 * Added the link to the homepage to the package description. * Added Danish templates translation. Closes: #253223 -- Baruch Even Sat, 3 Jul 2004 07:52:40 +0300 colormake (0.2-3.1) unstable; urgency=low * Non-maintainer upload * Switch to po-debconf for templates. Closes: #205808 * Russian templates translation. Closes: #136582 * Spanish templates translation. Closes: #141489 * German templates translation. Closes: #133411 * Updated to Standard 3.6.1 (no change) * A few lintian fixes : - corrected copyright files - removed /usr/doc link set in postinst/prerm * No more prerm script * Corrected package description for correct wrapper name. Closes: #194802 * Correction of typos in man pages. Closes: #138130 * Added a man page for colormake.pl. Thanks Clément Stenac. Closes: #207058 * debian/changelog is now UTF-8 encoded -- Christian Perrier Mon, 25 Aug 2003 17:47:28 +0200 colormake (0.2-3) unstable; urgency=medium * Moved /usr/bin/cmake to /usr/bin/colormake. Closes: #127655. * Changed binary-arch to binary-indep in debian/rules. * Added debconf note to be shown when upgrading from < 0.2-3 that /usr/bin/cmake was renamed. -- Roland Bauerschmidt Sun, 6 Jan 2002 15:15:03 +0100 colormake (0.2-2) unstable; urgency=low * Added manpages for cmake, and clmake by Joe Wreschnig . Closes: #103214. * Changed some wording in the description. -- Roland Bauerschmidt Sat, 11 Aug 2001 10:42:43 +0200 colormake (0.2-1) unstable; urgency=low * Initial release. * Replaced #!/bin/bash with #!/bin/sh since those wrapper scripts are really not bash specific. * Make paths of make, less, etc. absolute. -- Roland Bauerschmidt Wed, 4 Apr 2001 18:52:03 -0500 Local variables: mode: debian-changelog End: debian/links0000644000000000000000000000040711720200561010224 0ustar /usr/share/man/man1/colormake.1.gz /usr/share/man/man1/colormake-short.1.gz /usr/share/man/man1/clmake.1.gz /usr/share/man/man1/clmake-short.1.gz /usr/bin/colormake /usr/bin/colormake-short /usr/bin/colormake /usr/bin/clmake /usr/bin/clmake /usr/bin/clmake-short debian/watch0000644000000000000000000000036711276571407010237 0ustar version=3 opts=uversionmangle=s/\.(tar.*|tgz|zip|gz|bz2)$//i,dversionmangle=s/[-.+~]?(cvs|svn|git|snapshot|pre|hg)(.*)$//i,pasv \ http://bre.klaki.net/programs/colormake/ (?:.*/)?colormake-?_?([\d+\.]+|\d+)\.(tar.*|tgz|zip|gz|bz2|) debian uupdate debian/patches/0000755000000000000000000000000011720202465010614 5ustar debian/patches/12_hyphen-used-as-minus-sign0000644000000000000000000000140411720202143015752 0ustar From: Ludovic Rousseau Subject: fix lintian warning: I: colormake: hyphen-used-as-minus-sign usr/share/man/man1/colormake.1.gz:5 --- a/colormake.1 +++ b/colormake.1 @@ -2,12 +2,12 @@ .SH NAME colormake \- color wrapper for make(1) .SH SYNOPSIS -\fBcolormake\fR [ --short ] ... +\fBcolormake\fR [ \-\-short ] ... .SH DESCRIPTION colormake acts as a wrapper around make(1) to ease reading the output by colorizing it. .SH OPTIONS -The --short option instructs colormake to truncate lines so they do not wrap. +The \-\-short option instructs colormake to truncate lines so they do not wrap. All other options will be passed unmodified to \fBmake\fR(1). .SH USAGE To change a makefile to use colormake, you may change the path at the top which debian/patches/series0000644000000000000000000000006211720201704012022 0ustar 12_hyphen-used-as-minus-sign 11_colormake_pl_path debian/patches/11_colormake_pl_path0000644000000000000000000000103511720201046014514 0ustar From: Ludovic Rousseau Subject: the colormake.pl script is not installed in the PATH --- a/colormake +++ b/colormake @@ -28,9 +28,9 @@ if [ -z "${CLMAKE_OPTS}" ]; then CLMAKE_OPTS='-SR -pError' fi - make "$@" 2>&1 | colormake.pl $SIZE |less ${CLMAKE_OPTS} + make "$@" 2>&1 | /usr/share/colormake/colormake.pl $SIZE |less ${CLMAKE_OPTS} else - make "$@" 2>&1 | colormake.pl $SIZE + make "$@" 2>&1 | /usr/share/colormake/colormake.pl $SIZE fi # Thanks to Alexander Korkov and Kolan Sh debian/control0000644000000000000000000000140111720177554010576 0ustar Source: colormake Section: devel Priority: optional Maintainer: Ludovic Rousseau Build-Depends: debhelper (>= 7.0.50~) Standards-Version: 3.9.2 Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/colormake/trunk Vcs-Browser: http://svn.debian.org/viewsvn/collab-maint/deb-maint/colormake/trunk/ Homepage: http://bre.klaki.net/programs/colormake/ Package: colormake Architecture: all Depends: perl, less, make, ${misc:Depends} Description: simple wrapper around make to colorize output This package contains colormake.pl which parses the output of make to colorize it to make it easier read. In addition, there are two wrapper scripts included, colormake and clmake, which can be invoked instead of make with colorized output on-the-fly. debian/README.Debian0000644000000000000000000000052611275316477011247 0ustar As of version 0.2-3.1 of the package, the binary has been renamed from colormake.pl to colormake. This respect the convention which states that binaries should not have names depending on the interpreter they use. Thus, the command name will not change is, some day, the interpreter is changed. The transition is handled by an alternative. debian/rules0000755000000000000000000000034111720200561010236 0ustar #!/usr/bin/make -f %: dh $@ override_dh_install: build cp -a colormake.pl debian/colormake/usr/share/colormake/colormake.pl cp -a colormake debian/colormake/usr/bin/colormake chmod +x debian/colormake/usr/bin/colormake