debian/0000755000000000000000000000000012132052057007163 5ustar debian/README.source0000644000000000000000000000046612132052057011350 0ustar lolcat for Debian ----------------- This package's sources is fetched from the git repository at [1]; the upstream tarballs are generated from that so they match perfectly. The package itself is maintained in git as described in the Vcs- fields in debian/control. [1] https://github.com/busyloop/lolcat.git debian/gbp.conf0000644000000000000000000000007212132052057010601 0ustar [DEFAULT] upstream-tag = v%(version)s pristine-tar = True debian/manpages0000644000000000000000000000002012132052057010671 0ustar debian/lolcat.6 debian/lolcat.60000644000000000000000000000372612132052057010540 0ustar .TH LOLCAT 6 "February 21, 2013" .\" Please adjust this date whenever revising the manpage. .SH NAME lolcat \- rainbow coloring for text .SH SYNOPSIS .B lolcat .RI [ options ] " " [ files ] " " ... .SH DESCRIPTION This manual page documents briefly the .B lolcat command. .PP \fBlolcat\fP is a program that concatenates files, or standard input, to standard output (like the generic \fBcat\fP), and adds rainbow coloring to it. .SH OPTIONS .TP \fB\-p\fP \fIf\fP, \fB\-\-spread=\fIf\fP Inclination of the rainbow stripes (character widths per line hight; high values (>1000) give almost horizonal stripes, low values (0.1) almost vertical ones; default: 3.0). .TP \fB\-F\fP \fIf\fP, \fB\-\-freq=\fIf\fP Frequency of the rainbow (low values around 0.0001 give almost monochromous screens; default: 0.1). .TP \fB\-S\fP \fIi\fP, \fB\-\-seed=\fIi\fP Initial value for the random number generator; 0 means automatic (default: 0). .TP \fB\-a\fP, \fB\-\-animate\fP Fade every line through an animation before printing the next one. .TP \fB\-d\fP \fIi\fP, \fB\-\-duration=\fIi\fP Duration of the animation (number of steps before showing next line; default: 12) .TP \fB\-s\fP \fIi\fP, \fB\-\-speed=\fIi\fP Speed of the animation (frame rate, ie. number of steps per second; default: 20) .TP \fB\-f\fP, \fB\-\-force\fP Force color even when stdout is not a tty .TP .B \-v, \-\-version Show version of lolcat. .TP .B \-h, \-\-help Show summary of options. .SH EXAMPLES Typical combinations of \fBlolcat\fP include other programs that generate text: Large colorful words can be written like this: .IP .EX echo "KTHXBAI" | toilet | lolcat .EE . .P Cows are popular, come in all colors, and tell random epigrams: .IP .EX fortune | cowsay | lolcat \-a .EE . .P .SH SEE ALSO .BR cat (1), .BR toilet (1), .BR fortune (6), .BR cowsay (6) .br .SH AUTHOR lolcat was written by Moe . .PP This manual page was written by chrysn , for the Debian project (and may be used by others). debian/watch0000644000000000000000000000014112132052057010210 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/lolcat .*/lolcat-(.*).tar.gz debian/rules0000755000000000000000000000035112132052057010242 0ustar #!/usr/bin/make -f %: dh $@ --buildsystem=ruby --with ruby override_dh_auto_install: dh_auto_install # dh_ruby seems not to have an option for moving binaries, doing it manually mv debian/lolcat/usr/bin debian/lolcat/usr/games debian/source/0000755000000000000000000000000012132052057010463 5ustar debian/source/format0000644000000000000000000000001412132052057011671 0ustar 3.0 (quilt) debian/control0000644000000000000000000000151512132052057010570 0ustar Source: lolcat Section: games Priority: extra Maintainer: Debian Ruby Extras Maintainers Uploaders: Christian M. Amsüss Build-Depends: debhelper (>= 8.0.0), gem2deb Standards-Version: 3.9.4 Homepage: https://github.com/busyloop/lolcat XS-Ruby-Versions: all Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/lolcat.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/lolcat.git;a=summary Package: lolcat Architecture: all XB-Ruby-Versions: all Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-trollop (>= 1.16.2), ruby-paint (>= 0.8.3) Description: colorful `cat` lolcat concatenates files like the UNIX `cat` program, but colors it for the lulz in a rainbow animation. Terminals with 256 colors and animations are supported. debian/compat0000644000000000000000000000000212132052057010361 0ustar 8 debian/changelog0000644000000000000000000000023512132052057011035 0ustar lolcat (42.0.99-1) unstable; urgency=low * Initial release (Closes: #646877) -- Christian M. Amsüss Thu, 21 Feb 2013 00:44:59 +0100 debian/lolcat.lintian-overrides0000644000000000000000000000003612132052057014020 0ustar lolcat: no-upstream-changelog debian/patches/0000755000000000000000000000000012132052057010612 5ustar debian/patches/series0000644000000000000000000000001712132052057012025 0ustar 00-no-rubygems debian/patches/00-no-rubygems0000644000000000000000000000102312132052057013215 0ustar Description: drop 'require "rubygems"' dependencies are managed by apt, no need for rubygems, and it can cause strange effects. (as suggested by cedric.boutillier in <20130220223651.GC18010@spin> on Author: Christian M. Amsüss Forwarded: not-needed Last-Update: 2013-02-21 --- lolcat-42.0.99.orig/bin/lolcat +++ lolcat-42.0.99/bin/lolcat @@ -18,7 +18,6 @@ # # 0. You just DO WHAT THE FUCK YOU WANT TO. -require "rubygems" require "lolcat/version" require "lolcat/cat" debian/copyright0000644000000000000000000000144312132052057011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: lolcat Source: https://github.com/busyloop/lolcat Files: * Copyright: 2011 Moe License: WTFPL Files: debian/* Copyright: 2011-2013 Christian M. Amsüss License: WTFPL License: WTFPL DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004 . Copyright (C) 2004 Sam Hocevar . Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed. . DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION . 0. You just DO WHAT THE FUCK YOU WANT TO. debian/docs0000644000000000000000000000001212132052057010027 0ustar README.md