Changeset 526 for libcaca/trunk/debian
- Timestamp:
- Mar 6, 2006, 9:26:09 AM (15 years ago)
- Location:
- libcaca/trunk/debian
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/debian
- Property svn:ignore
-
old new 3 3 *.debhelper 4 4 *.substvars 5 libcucul0 6 libcaca0 5 7 libcaca-dev 6 8 caca-utils
-
- Property svn:ignore
-
libcaca/trunk/debian/changelog
r492 r526 1 libcaca (0. 9-999.exp) experimental; urgency=low1 libcaca (0.10-1) UNRELEASED; urgency=low 2 2 3 * UNRELEASED.3 * New upstream release. 4 4 5 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Fri, 24 Jun 2005 13:53:50 +02005 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Mon, 6 Mar 2006 00:55:30 +0100 6 6 7 7 libcaca (0.9-5) unstable; urgency=low -
libcaca/trunk/debian/control
r484 r526 4 4 Maintainer: Sam Hocevar (Debian packages) <sam+deb@zoy.org> 5 5 Build-Depends: debhelper (>= 4.0), libncurses5-dev, libslang2-dev, libx11-dev, libimlib2-dev, doxygen, tetex-bin, tetex-extra 6 Standards-Version: 3.6. 1.06 Standards-Version: 3.6.2 7 7 8 8 Package: libcaca-dev … … 17 17 This package contains the header files and static libraries needed to 18 18 compile applications or shared objects that use libcaca. 19 20 Package: libcucul0 21 Section: libs 22 Architecture: any 23 Depends: ${shlibs:Depends} 24 Description: low-level Unicode character drawing library 25 libcaca is the Colour AsCii Art library. It provides high level functions 26 for colour text drawing, simple primitives for line, polygon and ellipse 27 drawing, as well as powerful image to text conversion routines. 28 . 29 This package contains the shared library for libcucul, libcaca's 30 platform-independent character drawing engine. 31 32 Package: libcaca0 33 Section: libs 34 Architecture: any 35 Depends: ${shlibs:Depends} 36 Description: colour ASCII art library 37 libcaca is the Colour AsCii Art library. It provides high level functions 38 for colour text drawing, simple primitives for line, polygon and ellipse 39 drawing, as well as powerful image to text conversion routines. 40 . 41 This package contains the shared library for libcaca. 19 42 20 43 Package: caca-utils … … 37 60 art flames, cacamoir animates colourful moire circles and cacaplas displays 38 61 an old school plasma effect. 39 .40 cacademo is a simple application that shows the libcaca rendering features41 such as line and ellipses drawing, triangle filling and sprite blitting. -
libcaca/trunk/debian/copyright
r522 r526 44 44 You should have received a copy of the GNU Lesser General Public 45 45 License along with this library; if not, write to the Free Software 46 Foundation, Inc., 5 9 Temple Place, Suite 330, Boston, MA 02111-1307USA46 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 47 47 48 48 On Debian GNU/Linux systems, the complete text of the GNU Lesser General -
libcaca/trunk/debian/rules
r366 r526 41 41 dh_installdirs -plibcaca-dev 42 42 dh_installdirs usr/bin usr/share/doc/caca-utils usr/share/man/man1 -pcaca-utils 43 dh_installdirs usr/lib -plibcucul0 44 dh_installdirs usr/lib -plibcaca0 43 45 44 46 $(MAKE) install DESTDIR=`pwd`/debian/libcaca-dev/ 45 47 48 mv debian/libcaca-dev/usr/lib/libcucul*.so.* debian/libcucul0/usr/lib 49 50 mv debian/libcaca-dev/usr/lib/libcaca*.so.* debian/libcaca0/usr/lib 51 46 52 mv debian/libcaca-dev/usr/bin/cacaball debian/caca-utils/usr/bin 47 mv debian/libcaca-dev/usr/bin/cacademo debian/caca-utils/usr/bin48 53 mv debian/libcaca-dev/usr/bin/cacaview debian/caca-utils/usr/bin 49 54 mv debian/libcaca-dev/usr/bin/cacafire debian/caca-utils/usr/bin … … 53 58 mv debian/libcaca-dev/usr/share/libcaca debian/caca-utils/usr/share 54 59 mv debian/libcaca-dev/usr/share/man/man1/cacaball.1 \ 55 debian/caca-utils/usr/share/man/man1/56 mv debian/libcaca-dev/usr/share/man/man1/cacademo.1 \57 60 debian/caca-utils/usr/share/man/man1/ 58 61 mv debian/libcaca-dev/usr/share/man/man1/cacafire.1 \ … … 98 101 dh_compress 99 102 dh_fixperms 100 #dh_makeshlibs103 dh_makeshlibs 101 104 dh_installdeb 102 105 # dh_perl
Note: See TracChangeset
for help on using the changeset viewer.