+ Removed BUGS, updated TODO. * debian/*: + Depend on libx11-dev instead of xlibs-dev. + New Debian upload.tags/v0.99.beta14
@@ -1,14 +0,0 @@ | |||||
$Id$ | |||||
Video rendering | |||||
o ncurses' hashmap scrolling optimisation code causes the screen to | |||||
occasionally flicker because it tries to optimise the vertical | |||||
scrolling. With S-Lang, SLtt_Term_Cannot_Scroll prevents this | |||||
unwanted behaviour. | |||||
o some terminal emulators (Konsole, or the Linux VGA console) honour | |||||
the blink attribute instead of using it for bold or bright like any | |||||
other terminal emulator, hence reducing the amount of available | |||||
colour pairs. | |||||
@@ -3,11 +3,11 @@ | |||||
SUBDIRS = src examples test doc | SUBDIRS = src examples test doc | ||||
DIST_SUBDIRS = $(SUBDIRS) autotools debian msvc | DIST_SUBDIRS = $(SUBDIRS) autotools debian msvc | ||||
EXTRA_DIST = BUGS NOTES bootstrap build-win32 caca-config.in libcaca.spec | |||||
EXTRA_DIST = NOTES bootstrap build-win32 caca-config.in libcaca.spec | |||||
AUTOMAKE_OPTIONS = dist-bzip2 | AUTOMAKE_OPTIONS = dist-bzip2 | ||||
bin_SCRIPTS = caca-config | bin_SCRIPTS = caca-config | ||||
doc_DATA = README BUGS TODO AUTHORS NEWS NOTES THANKS | |||||
doc_DATA = README TODO AUTHORS NEWS NOTES THANKS | |||||
docdir = $(datadir)/doc/libcaca-dev | docdir = $(datadir)/doc/libcaca-dev | ||||
@@ -3,7 +3,6 @@ $Id$ | |||||
Low level stuff | Low level stuff | ||||
o Write a Linux console output for the drawing library | o Write a Linux console output for the drawing library | ||||
See also BUGS as to why it's very slow in console mode | |||||
o Better keyboard driver in an X terminal, see | o Better keyboard driver in an X terminal, see | ||||
http://groups.yahoo.com/group/zepp/message/381 | http://groups.yahoo.com/group/zepp/message/381 | ||||
@@ -1,3 +1,10 @@ | |||||
libcaca (0.9-2) unstable; urgency=low | |||||
* debian/control: | |||||
+ Depend on libx11-dev instead of xlibs-dev. | |||||
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Mon, 15 Mar 2004 16:48:19 +0100 | |||||
libcaca (0.9-1) unstable; urgency=low | libcaca (0.9-1) unstable; urgency=low | ||||
* New upstream release. | * New upstream release. | ||||
@@ -2,13 +2,13 @@ Source: libcaca | |||||
Section: libs | Section: libs | ||||
Priority: optional | Priority: optional | ||||
Maintainer: Sam Hocevar (Debian packages) <sam+deb@zoy.org> | Maintainer: Sam Hocevar (Debian packages) <sam+deb@zoy.org> | ||||
Build-Depends: debhelper (>= 4.0), libncurses5-dev, slang1-dev, xlibs-dev, libimlib2-dev, doxygen, tetex-bin, tetex-extra | |||||
Build-Depends: debhelper (>= 4.0), libncurses5-dev, slang1-dev, libx11-dev, libimlib2-dev, doxygen, tetex-bin, tetex-extra | |||||
Standards-Version: 3.6.1.0 | Standards-Version: 3.6.1.0 | ||||
Package: libcaca-dev | Package: libcaca-dev | ||||
Section: libdevel | Section: libdevel | ||||
Architecture: any | Architecture: any | ||||
Depends: ${shlibs:Depends}, libncurses5-dev, slang1-dev, xlibs-dev | |||||
Depends: ${shlibs:Depends}, libncurses5-dev, slang1-dev, libx11-dev | |||||
Description: development files for libcaca | Description: development files for libcaca | ||||
libcaca is the Colour AsCii Art library. It provides high level functions | libcaca is the Colour AsCii Art library. It provides high level functions | ||||
for colour text drawing, simple primitives for line, polygon and ellipse | for colour text drawing, simple primitives for line, polygon and ellipse | ||||
@@ -41,7 +41,7 @@ install: build | |||||
dh_installdirs -plibcaca-dev | dh_installdirs -plibcaca-dev | ||||
dh_installdirs usr/bin usr/share/doc/caca-utils usr/share/man/man1 -pcaca-utils | dh_installdirs usr/bin usr/share/doc/caca-utils usr/share/man/man1 -pcaca-utils | ||||
DESTDIR=`pwd`/debian/libcaca-dev/ $(MAKE) install prefix=/usr | |||||
$(MAKE) install DESTDIR=`pwd`/debian/libcaca-dev/ | |||||
mv debian/libcaca-dev/usr/bin/cacaball debian/caca-utils/usr/bin | mv debian/libcaca-dev/usr/bin/cacaball debian/caca-utils/usr/bin | ||||
mv debian/libcaca-dev/usr/bin/cacademo debian/caca-utils/usr/bin | mv debian/libcaca-dev/usr/bin/cacademo debian/caca-utils/usr/bin | ||||
@@ -65,7 +65,6 @@ install: build | |||||
debian/caca-utils/usr/share/man/man1/ | debian/caca-utils/usr/share/man/man1/ | ||||
cp debian/libcaca-dev/usr/share/doc/libcaca-dev/README \ | cp debian/libcaca-dev/usr/share/doc/libcaca-dev/README \ | ||||
debian/libcaca-dev/usr/share/doc/libcaca-dev/BUGS \ | |||||
debian/libcaca-dev/usr/share/doc/libcaca-dev/TODO \ | debian/libcaca-dev/usr/share/doc/libcaca-dev/TODO \ | ||||
debian/libcaca-dev/usr/share/doc/libcaca-dev/AUTHORS \ | debian/libcaca-dev/usr/share/doc/libcaca-dev/AUTHORS \ | ||||
debian/libcaca-dev/usr/share/doc/libcaca-dev/NEWS \ | debian/libcaca-dev/usr/share/doc/libcaca-dev/NEWS \ | ||||