[Pkg-sdl-commits] r46 - tarballs unstable/sdl-ttf1.2 unstable/sdl-ttf1.2/debian

Aurelien Jarno aurel32 at costa.debian.org
Mon Apr 10 18:43:12 UTC 2006


Author: aurel32
Date: 2006-04-10 18:43:09 +0000 (Mon, 10 Apr 2006)
New Revision: 46

Added:
   tarballs/sdl-ttf1.2_1.2.2.orig.tar.gz
   unstable/sdl-ttf1.2/debian/
   unstable/sdl-ttf1.2/debian/Makefile
   unstable/sdl-ttf1.2/debian/changelog
   unstable/sdl-ttf1.2/debian/compat
   unstable/sdl-ttf1.2/debian/control
   unstable/sdl-ttf1.2/debian/copyright
   unstable/sdl-ttf1.2/debian/docs
   unstable/sdl-ttf1.2/debian/libsdl-ttf1.2-dev.dirs
   unstable/sdl-ttf1.2/debian/libsdl-ttf1.2-dev.examples
   unstable/sdl-ttf1.2/debian/libsdl-ttf1.2-dev.files
   unstable/sdl-ttf1.2/debian/libsdl-ttf1.2.dirs
   unstable/sdl-ttf1.2/debian/postinst
   unstable/sdl-ttf1.2/debian/rules
   unstable/sdl-ttf1.2/debian/shlibs.local
Log:
Initial import of libsdl-ttf1.2. The contents of the .diff.gz has to be converted to patches



Added: tarballs/sdl-ttf1.2_1.2.2.orig.tar.gz
===================================================================
(Binary files differ)


Property changes on: tarballs/sdl-ttf1.2_1.2.2.orig.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: unstable/sdl-ttf1.2/debian/Makefile
===================================================================
--- unstable/sdl-ttf1.2/debian/Makefile	2006-04-04 12:11:45 UTC (rev 45)
+++ unstable/sdl-ttf1.2/debian/Makefile	2006-04-10 18:43:09 UTC (rev 46)
@@ -0,0 +1,14 @@
+# Makefile for showfont
+
+CC = gcc
+CFLAGS = -Wall -O
+LIBS = -I/usr/include/SDL -lSDL_ttf
+EXE = showfont
+
+all: $(EXE)
+
+showfont: showfont.c Makefile
+	$(CC) -o $@ $@.c $(CFLAGS) $(LIBS)
+
+clean:
+	-rm *.o $(EXE)

Added: unstable/sdl-ttf1.2/debian/changelog
===================================================================
--- unstable/sdl-ttf1.2/debian/changelog	2006-04-04 12:11:45 UTC (rev 45)
+++ unstable/sdl-ttf1.2/debian/changelog	2006-04-10 18:43:09 UTC (rev 46)
@@ -0,0 +1,87 @@
+sdl-ttf1.2 (1.2.2-6) unstable; urgency=low
+
+  * debian/control:
+    + sdl-ttf1.2 is obsoleted by sdl-ttf2.0; set Section to oldlibs.
+    + Set policy to 3.6.1.0.
+  * debian/rules:
+    + Use debian/compat instead of DH_COMPAT.
+
+ -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Fri, 19 Mar 2004 10:21:37 +0100
+
+sdl-ttf1.2 (1.2.2-5) unstable; urgency=low
+
+  * Linked the library with -lSDL.
+
+ -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Sun,  8 Jun 2003 13:43:02 +0200
+
+sdl-ttf1.2 (1.2.2-4) unstable; urgency=low
+
+  * Removed libc6-dev from libsdl-ttf1.2-dev's dependencies.
+  * Rewrote the package descriptions.
+  * Set policy to 3.5.10.
+
+ -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Sat, 31 May 2003 00:43:41 +0200
+
+sdl-ttf1.2 (1.2.2-3) unstable; urgency=low
+
+  * Backported sdl-ttf2.0 BOM handling in Unicode strings (Closes: #179098).
+  * /usr/lib/libSDL_ttf.la was mistakenly moved to the main package; put it
+    back in the -dev package (Closes: #189660).
+
+ -- Samuel Hocevar <sam at zoy.org>  Thu, 24 Apr 2003 18:14:41 +0200
+
+sdl-ttf1.2 (1.2.2-2) unstable; urgency=low
+
+  * New maintainer (Closes: #188451). Package will only live until the
+    transition to sdl-ttf2.0 is finished, but killing a few bugs never hurts.
+  * Maintainer upload (Closes: #115711).
+  * Updated build-dependencies on libsdl1.2-dev to (>= 1.2.2-3.2) so that
+    resulting packages are installable (Closes: #167632).
+  * Bumped standards version to 3.5.9.0.
+  * libsdl-ttf1.2-dev now depends on libttf-dev (Closes: #142730, #172915).
+  * Removed deprecated call to dh_suidregister.
+  * Re-ran 'rm -f ltconfig missing mkinstalldirs install-sh acinclude.m4 &&
+    libtoolize --force --copy && aclocal && automake --add-missing --copy
+    --foreign && autoconf'
+  * Added proper "touch" calls to avoid clock skews.
+  * Ported package build to debhelper 3.
+  * We now install showfont.c as an example, not as a binary.
+
+ -- Samuel Hocevar <sam at zoy.org>  Fri, 11 Apr 2003 08:17:43 +0200
+
+sdl-ttf1.2 (1.2.2-1.1) unstable; urgency=low
+
+  * NMU
+  * acinclude.m4: remove AM_PATH_SDL
+  * configure.in:
+    - don't add SDL_LIBS to LIBS
+    - bumped SDL version check to 1.2.2 from 1.0.1
+  * Makefile.am:
+    - added @SDL_LIBS_FOR_LIBS@ to libSDL_ttf_la_LIBADD
+    - added @SDL_LIBS@ to showfont_LDADD
+  * re-ran libtoolize --force --copy; aclocal; automake --foreign; autoconf
+    with libsdl-1.2-dev 1.2.2-3.1 installed
+  * debian/control: updated relationships with libsdl1.2-dev to (>= 1.2.2-3.1)
+  * debian/postinst: only run ldconfig if argument to script is "configure"
+    (Debian Policy Chapter 9)
+
+ -- Branden Robinson <branden at debian.org>  Mon, 15 Oct 2001 13:33:12 -0500
+
+sdl-ttf1.2 (1.2.2-1) unstable; urgency=low
+
+  * New upstream version. Closes: #83309
+  * Standards Version: 3.2.1
+
+ -- Ashley Clark <aclark at debian.org>  Sat,  7 Apr 2001 12:05:04 -0500
+
+sdl-ttf1.2 (1.2.1-2) unstable; urgency=low
+
+  * Corrected svgalibg1 dependency. Closes: #70439
+
+ -- Ashley Clark <aclark at debian.org>  Tue, 29 Aug 2000 07:51:40 -0500
+
+sdl-ttf1.2 (1.2.1-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Ashley Clark <aclark at debian.org>  Tue, 27 Jun 2000 12:12:31 -0500

Added: unstable/sdl-ttf1.2/debian/compat
===================================================================
--- unstable/sdl-ttf1.2/debian/compat	2006-04-04 12:11:45 UTC (rev 45)
+++ unstable/sdl-ttf1.2/debian/compat	2006-04-10 18:43:09 UTC (rev 46)
@@ -0,0 +1 @@
+3

Added: unstable/sdl-ttf1.2/debian/control
===================================================================
--- unstable/sdl-ttf1.2/debian/control	2006-04-04 12:11:45 UTC (rev 45)
+++ unstable/sdl-ttf1.2/debian/control	2006-04-10 18:43:09 UTC (rev 46)
@@ -0,0 +1,22 @@
+Source: sdl-ttf1.2
+Section: oldlibs
+Priority: optional
+Maintainer: Sam Hocevar (Debian packages) <sam+deb at zoy.org>
+Standards-Version: 3.6.1.0
+Build-Depends: debhelper (>= 3.0), libsdl1.2-dev (>= 1.2.2-3.2), freetype2-dev
+
+Package: libsdl-ttf1.2
+Section: oldlibs
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: TrueType font library for Simple DirectMedia Layer
+ SDL_ttf is a sample TrueType font library. It allows you to use
+ TrueType fonts in SDL applications.
+
+Package: libsdl-ttf1.2-dev
+Section: oldlibs
+Architecture: any
+Depends: libsdl-ttf1.2 (= ${Source-Version}), libsdl1.2-dev (>= 1.2.2-3.1), libttf-dev
+Description: development files for libsdl-ttf1.2
+ SDL_ttf is a sample TrueType font library. It allows you to use
+ TrueType fonts in SDL applications.

Added: unstable/sdl-ttf1.2/debian/copyright
===================================================================
--- unstable/sdl-ttf1.2/debian/copyright	2006-04-04 12:11:45 UTC (rev 45)
+++ unstable/sdl-ttf1.2/debian/copyright	2006-04-10 18:43:09 UTC (rev 46)
@@ -0,0 +1,14 @@
+This package was debianized by Ashley Clark <aclark at debian.org> on
+Tue, 27 Jun 2000 12:12:31 -0500.
+
+It was downloaded from:
+  http://www.libsdl.org/projects/SDL_ttf/src/SDL_ttf-1.2.2.tar.gz
+
+Upstream Author: Sam Lantinga <slouken at devolution.com>
+
+Copyright:
+
+This library is available under the GNU Library General Public License.
+
+On Debian GNU/Linux systems, the complete text of the GNU LGPL is found
+in `/usr/share/common-licenses/LGPL-2'.

Added: unstable/sdl-ttf1.2/debian/docs
===================================================================
--- unstable/sdl-ttf1.2/debian/docs	2006-04-04 12:11:45 UTC (rev 45)
+++ unstable/sdl-ttf1.2/debian/docs	2006-04-10 18:43:09 UTC (rev 46)
@@ -0,0 +1 @@
+README

Added: unstable/sdl-ttf1.2/debian/libsdl-ttf1.2-dev.dirs
===================================================================
--- unstable/sdl-ttf1.2/debian/libsdl-ttf1.2-dev.dirs	2006-04-04 12:11:45 UTC (rev 45)
+++ unstable/sdl-ttf1.2/debian/libsdl-ttf1.2-dev.dirs	2006-04-10 18:43:09 UTC (rev 46)
@@ -0,0 +1,2 @@
+usr/lib
+usr/share/doc

Added: unstable/sdl-ttf1.2/debian/libsdl-ttf1.2-dev.examples
===================================================================
--- unstable/sdl-ttf1.2/debian/libsdl-ttf1.2-dev.examples	2006-04-04 12:11:45 UTC (rev 45)
+++ unstable/sdl-ttf1.2/debian/libsdl-ttf1.2-dev.examples	2006-04-10 18:43:09 UTC (rev 46)
@@ -0,0 +1,2 @@
+debian/Makefile
+debian/showfont.c

Added: unstable/sdl-ttf1.2/debian/libsdl-ttf1.2-dev.files
===================================================================
--- unstable/sdl-ttf1.2/debian/libsdl-ttf1.2-dev.files	2006-04-04 12:11:45 UTC (rev 45)
+++ unstable/sdl-ttf1.2/debian/libsdl-ttf1.2-dev.files	2006-04-10 18:43:09 UTC (rev 46)
@@ -0,0 +1,4 @@
+usr/include/SDL
+usr/lib/libSDL_ttf.a
+usr/lib/libSDL_ttf.la
+usr/lib/libSDL_ttf.so

Added: unstable/sdl-ttf1.2/debian/libsdl-ttf1.2.dirs
===================================================================
--- unstable/sdl-ttf1.2/debian/libsdl-ttf1.2.dirs	2006-04-04 12:11:45 UTC (rev 45)
+++ unstable/sdl-ttf1.2/debian/libsdl-ttf1.2.dirs	2006-04-10 18:43:09 UTC (rev 46)
@@ -0,0 +1 @@
+usr/lib

Added: unstable/sdl-ttf1.2/debian/postinst
===================================================================
--- unstable/sdl-ttf1.2/debian/postinst	2006-04-04 12:11:45 UTC (rev 45)
+++ unstable/sdl-ttf1.2/debian/postinst	2006-04-10 18:43:09 UTC (rev 46)
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+set -e
+
+if [ "$1" = "configure" ]; then
+  ldconfig
+fi
+
+#DEBHELPER#
+
+exit 0

Added: unstable/sdl-ttf1.2/debian/rules
===================================================================
--- unstable/sdl-ttf1.2/debian/rules	2006-04-04 12:11:45 UTC (rev 45)
+++ unstable/sdl-ttf1.2/debian/rules	2006-04-10 18:43:09 UTC (rev 46)
@@ -0,0 +1,95 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+
+	# Touch stuff
+	touch configure.in
+	touch aclocal.m4
+	touch configure
+	touch config.h.in
+	touch `find . -name Makefile.in`
+
+	# Configure the package.
+	./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+
+	touch configure-stamp
+
+build: configure-stamp build-stamp
+build-stamp:
+	dh_testdir
+
+	# Compile the package.
+	$(MAKE)
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+
+	# Clean up after the build process.
+	-$(MAKE) distclean
+
+	dh_clean
+	rm -f debian/showfont.c
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	# Install the package into debian/libsdl-ttf1.2.
+	$(MAKE) install prefix=`pwd`/debian/libsdl-ttf1.2/usr
+	mv debian/libsdl-ttf1.2/usr/lib/*.so debian/libsdl-ttf1.2-dev/usr/lib/
+	mv debian/libsdl-ttf1.2/usr/lib/*.*a debian/libsdl-ttf1.2-dev/usr/lib/
+	mv debian/libsdl-ttf1.2/usr/include debian/libsdl-ttf1.2-dev/usr/
+
+	# Remove showfont
+	rm -Rf debian/libsdl-ttf1.2/usr/bin
+
+	# Symlink package
+	ln -s libsdl-ttf1.2 \
+		debian/libsdl-ttf1.2-dev/usr/share/doc/libsdl-ttf1.2-dev
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+#	dh_testversion
+	dh_testdir
+	dh_testroot
+	sed -e 's:"SDL.h":\<SDL.h\>:' -e 's:"SDL_ttf.h":\<SDL_ttf.h\>:' showfont.c > debian/showfont.c
+
+#	dh_installdebconf	
+	dh_installdocs -p libsdl-ttf1.2
+	dh_installexamples debian/showfont.c -p libsdl-ttf1.2
+	dh_installmenu
+	dh_installmanpages -p libsdl-ttf1.2
+	dh_installinfo
+#	dh_undocumented
+	dh_installchangelogs CHANGES -p libsdl-ttf1.2
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_makeshlibs
+	dh_installdeb
+#	dh_perl
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install


Property changes on: unstable/sdl-ttf1.2/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: unstable/sdl-ttf1.2/debian/shlibs.local
===================================================================
--- unstable/sdl-ttf1.2/debian/shlibs.local	2006-04-04 12:11:45 UTC (rev 45)
+++ unstable/sdl-ttf1.2/debian/shlibs.local	2006-04-10 18:43:09 UTC (rev 46)
@@ -0,0 +1,2 @@
+libvga		1	svgalibg1 | svgalib-dummyg1
+libvgagl	1	svgalibg1 | svgalib-dummyg1




More information about the Pkg-sdl-commits mailing list