~ubuntu-branches/ubuntu/raring/libcaca/raring

« back to all changes in this revision

Viewing changes to kernel/kernel.h

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hocevar (Debian packages)
  • Date: 2007-10-13 20:10:44 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071013201044-35yldy9w3xe7iy2j
Tags: 0.99.beta12.debian-3
* debian/control:
  + Build-depend on texlive instead of all the other texlive-* packages so
    that we have the proper fonts at build time (Closes: #445797).

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 *  Copyright (c) 2006 Sam Hocevar <sam@zoy.org>
5
5
 *                All Rights Reserved
6
6
 *
7
 
 *  $Id: kernel.h 1077 2006-11-16 11:23:56Z sam $
 
7
 *  $Id: kernel.h 1103 2006-12-12 01:53:54Z sam $
8
8
 *
9
 
 *  This library is free software; you can redistribute it and/or
10
 
 *  modify it under the terms of the Do What The Fuck You Want To
11
 
 *  Public License, Version 2, as published by Sam Hocevar. See
 
9
 *  This library is free software. It comes without any warranty, to
 
10
 *  the extent permitted by applicable law. You can redistribute it
 
11
 *  and/or modify it under the terms of the Do What The Fuck You Want
 
12
 *  To Public License, Version 2, as published by Sam Hocevar. See
12
13
 *  http://sam.zoy.org/wtfpl/COPYING for more details.
13
14
 */
14
15