Ignore:
Timestamp:
Nov 20, 2003, 5:54:04 PM (19 years ago)
Author:
Sam Hocevar
Message:
  • debian/control: + Changed section to libs/libdevel instead of games/games. + Changed package name to libcaca-dev.
  • debian/rules: + Use debian/compat instead of DH_COMPAT. + Install README, BUGS and TODO into /usr/share/doc.
  • caca-config.in: + First version of the config script.
  • configure.ac src/Makefile.am: + Build a static PIC library as well.
  • README TODO: + Various updates.
Location:
libcaca/trunk
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk

    • Property svn:ignore
      •  

        old new  
        1212*-stamp
        1313INSTALL
         14caca-config
  • libcaca/trunk/debian

    • Property svn:ignore
      •  

        old new  
        33*.debhelper
        44*.substvars
        5 ttyvaders
         5libcaca-dev
         6files
  • libcaca/trunk/debian/control

    r189 r202  
    11Source: libcaca
    2 Section: games
     2Section: libs
    33Priority: optional
    44Maintainer: Sam Hocevar (Debian packages) <sam+deb@zoy.org>
    5 Build-Depends: debhelper (>= 2.2.0), slang1-dev
     5Build-Depends: debhelper (>= 4.0), slang1-dev
    66Standards-Version: 3.6.1.0
    77
    8 Package: libcaca
    9 Section: games
     8Package: libcaca-dev
     9Section: libdevel
    1010Architecture: any
    1111Depends: ${shlibs:Depends}
    1212Description: text mode graphics library
    13  libcaca is the Color ANSI Console Art library.
     13 libcaca is the Colour AsCii Art library.
    1414 .
    15  It rules.
     15 This package contains the header files and static libraries needed to
     16 compile applications or shared objects that use libcaca.
  • libcaca/trunk/debian/rules

    r189 r202  
    22
    33#export DH_VERBOSE=1
    4 export DH_COMPAT=3
    54export DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
    65export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
     
    3938        dh_clean -k
    4039        dh_installdirs
    41         DESTDIR=`pwd`/debian/libcaca/ $(MAKE) install prefix=/usr
     40        DESTDIR=`pwd`/debian/libcaca-dev/ $(MAKE) install prefix=/usr
    4241
    4342# Build architecture-independent files here.
     
    5150        dh_testroot
    5251#       dh_installdebconf       
    53         dh_installdocs
     52        dh_installdocs README BUGS TODO
    5453#       dh_installexamples
    5554        dh_installmenu
Note: See TracChangeset for help on using the changeset viewer.