+ Wrote the changelog for the Debian release. + Wrote a copyright file. * doc/: + Wrote manpages for caca-demo and caca-spritedit. * examples/caca.txt: + Centered the sprite handle. + Added a second frame to the sprite.tags/v0.99.beta14
@@ -1,5 +1,6 @@ | |||||
libcaca (0.0cvs-1) unstable; urgency=low | |||||
libcaca (0.1-1) unstable; urgency=low | |||||
* Not yet released. | |||||
* Initial release. | |||||
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Sat, 22 Nov 2003 14:00:18 +0100 | |||||
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Sat, 14 Dec 2002 15:22:25 +0100 |
@@ -0,0 +1,20 @@ | |||||
This package was downloaded from http://sam.zoy.org/projects/libcaca/. | |||||
Upstream Author: Sam Hocevar <sam@zoy.org> | |||||
This library is free software; you can redistribute it and/or | |||||
modify it under the terms of the GNU Lesser General Public | |||||
License as published by the Free Software Foundation; either | |||||
version 2.1 of the License, or (at your option) any later version. | |||||
This library 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 | |||||
Lesser General Public License for more details. | |||||
You should have received a copy of the GNU Lesser General Public | |||||
License along with this library; if not, write to the Free Software | |||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |||||
On Debian GNU/Linux systems, the complete text of the GNU Lesser General | |||||
Public License can be found in `/usr/share/common-licenses/LGPL'. |
@@ -49,14 +49,14 @@ binary-arch: build install | |||||
dh_testdir | dh_testdir | ||||
dh_testroot | dh_testroot | ||||
# dh_installdebconf | # dh_installdebconf | ||||
dh_installdocs README BUGS TODO | |||||
dh_installdocs README BUGS TODO AUTHORS NEWS | |||||
# dh_installexamples | # dh_installexamples | ||||
dh_installmenu | dh_installmenu | ||||
# dh_installemacsen | # dh_installemacsen | ||||
# dh_installpam | # dh_installpam | ||||
# dh_installinit | # dh_installinit | ||||
dh_installcron | dh_installcron | ||||
dh_installmanpages | |||||
# dh_installmanpages | |||||
dh_installinfo | dh_installinfo | ||||
# dh_undocumented | # dh_undocumented | ||||
dh_installchangelogs | dh_installchangelogs | ||||
@@ -1,6 +1,6 @@ | |||||
EXTRA_DIST = doxygen.cfg footer.html header.html $(man_MANS) | EXTRA_DIST = doxygen.cfg footer.html header.html $(man_MANS) | ||||
man_MANS = caca-config.1 | |||||
man_MANS = caca-config.1 caca-demo.1 caca-spritedit.1 | |||||
all: stamp-doxygen stamp-latex | all: stamp-doxygen stamp-latex | ||||
@@ -1,4 +1,4 @@ | |||||
.TH caca-config 1 "2003-11-22" "SDL 1.2" | |||||
.TH caca-config 1 "2003-11-22" "libcaca" | |||||
.SH NAME | .SH NAME | ||||
caca-config \- script to get information about the installed version of libcaca | caca-config \- script to get information about the installed version of libcaca | ||||
.SH SYNOPSIS | .SH SYNOPSIS | ||||
@@ -0,0 +1,14 @@ | |||||
.TH caca-demo 1 "2003-11-22" "libcaca" | |||||
.SH NAME | |||||
caca-demo \- libcaca's demonstration application | |||||
.SH SYNOPSIS | |||||
.B caca-demo | |||||
.RI | |||||
.SH DESCRIPTION | |||||
This is a simple demo which demonstrates some features of the libcaca | |||||
library. | |||||
.PP | |||||
The main menu lists available keys and their actions. To exit a particular | |||||
demo, press any key. | |||||
.SH AUTHOR | |||||
This manual page was written by Sam Hocevar <sam@zoy.org> |
@@ -0,0 +1,15 @@ | |||||
.TH caca-spritedit 1 "2003-11-22" "libcaca" | |||||
.SH NAME | |||||
caca-spritedit \- libcaca's sprite viewer | |||||
.SH SYNOPSIS | |||||
.B caca-spritedit FILE | |||||
.RI | |||||
.SH DESCRIPTION | |||||
This is a simple sprite viewer for libcaca sprites. It will evolve into a | |||||
full featured sprite editor. | |||||
.PP | |||||
Use + and - keys to browse through the sprite's frames, q to quit. | |||||
.SH EXAMPLE | |||||
caca-spritedit /usr/share/libcaca/caca.txt | |||||
.SH AUTHOR | |||||
This manual page was written by Sam Hocevar <sam@zoy.org> |
@@ -1,4 +1,4 @@ | |||||
12 6 0 0 | |||||
12 6 6 3 | |||||
, | , | ||||
` ,_ , | ` ,_ , | ||||
` _( )_ | ` _( )_ | ||||
@@ -11,3 +11,16 @@ h gggggg | |||||
gggggggggg | gggggggggg | ||||
gggggggggggg | gggggggggggg | ||||
gggggggggg | gggggggggg | ||||
12 6 6 3 | |||||
. , | |||||
` ,_ | |||||
_( )_ ' | |||||
_( ` )_ | |||||
( `-. ' ) | |||||
`-.____,-' | |||||
h h | |||||
h gg | |||||
gggggg h | |||||
gggggggggg | |||||
gggggggggggg | |||||
gggggggggg |