[Pkg-sdl-commits] r201 - in unstable: . sdlmm sdlmm/debian

Barry deFreese bdefreese at alioth.debian.org
Sat Apr 11 01:59:52 UTC 2009


Author: bdefreese
Date: 2009-04-11 01:59:52 +0000 (Sat, 11 Apr 2009)
New Revision: 201

Added:
   unstable/sdlmm/
   unstable/sdlmm/debian/
   unstable/sdlmm/debian/changelog
   unstable/sdlmm/debian/compat
   unstable/sdlmm/debian/control
   unstable/sdlmm/debian/copyright
   unstable/sdlmm/debian/docs
   unstable/sdlmm/debian/libsdlmm-0.1-8.install
   unstable/sdlmm/debian/libsdlmm-0.1-8.manpages
   unstable/sdlmm/debian/libsdlmm-dev.install
   unstable/sdlmm/debian/libsdlmm-dev.manpages
   unstable/sdlmm/debian/rules
   unstable/sdlmm/debian/sdlmm-config.1
   unstable/sdlmm/debian/watch
Log:
Add sdlmm to SVN.



Property changes on: unstable/sdlmm/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: unstable/sdlmm/debian/changelog
===================================================================
--- unstable/sdlmm/debian/changelog	                        (rev 0)
+++ unstable/sdlmm/debian/changelog	2009-04-11 01:59:52 UTC (rev 201)
@@ -0,0 +1,6 @@
+sdlmm (0.1.8-1) unstable; urgency=low
+
+  * Initial release (Closes: #523558)
+  * Add simple manpage for sdlmm-config.
+
+ -- Barry deFreese <bdefreese at debian.org>  Tue, 07 Apr 2009 16:10:32 -0400

Added: unstable/sdlmm/debian/compat
===================================================================
--- unstable/sdlmm/debian/compat	                        (rev 0)
+++ unstable/sdlmm/debian/compat	2009-04-11 01:59:52 UTC (rev 201)
@@ -0,0 +1 @@
+7

Added: unstable/sdlmm/debian/control
===================================================================
--- unstable/sdlmm/debian/control	                        (rev 0)
+++ unstable/sdlmm/debian/control	2009-04-11 01:59:52 UTC (rev 201)
@@ -0,0 +1,34 @@
+Source: sdlmm
+Priority: extra
+Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers at lists.alioth.debian.org>
+Uploaders: Barry deFreese <bdefreese at debian.org>
+Build-Depends: debhelper (>= 7), autotools-dev, libsdl1.2-dev
+Standards-Version: 3.8.1
+Section: libs
+Homepage: http://sdlmm.sourceforge.net/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-sdl/unstable/sdlmm
+
+Package: libsdlmm-dev
+Section: libdevel
+Architecture: any
+Depends: libsdlmm-0.1-8 (= ${binary:Version})
+Description: development files for the SDLmm wrapper
+ SDLmm is a C++ glue for SDL, or the Simple DirectMedia Layer,
+ which is a generic API that provides low level access to audio,
+ keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D framebuffer
+ across multiple platforms.
+ .
+ This package contains the development headers and libraries.
+
+Package: libsdlmm-0.1-8
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: a C++ wrapper for the Simple DirectMedia Layer
+ SDLmm is a C++ glue for SDL, or the Simple DirectMedia Layer, 
+ which is a generic API that provides low level access to audio, 
+ keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D framebuffer 
+ across multiple platforms. 
+ .
+ SDLmm aims to stay as close as possible to the C API while taking 
+ advantage of native C++ features like object orientation. 
+ It also aims at being platform independent as much as possible.

Added: unstable/sdlmm/debian/copyright
===================================================================
--- unstable/sdlmm/debian/copyright	                        (rev 0)
+++ unstable/sdlmm/debian/copyright	2009-04-11 01:59:52 UTC (rev 201)
@@ -0,0 +1,25 @@
+This package was debianized by Barry deFreese <bdefreese at debian.org> on
+Tue, 07 Apr 2009 16:10:32 -0400.
+
+It was downloaded from http://sdlmm.sourceforge.net
+
+Upstream Authors: 
+	David Hedbor <david at hedbor.org>
+	Adam Gates <radad at xoasis.com> (general coding, Win32)
+
+Copyright: Copyright (C) 2001 David Hedbor <david at hedbor.org>
+
+License:
+
+    SDLmm is Licensed under the GNU General Public License
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License, version 2, can be found in
+`/usr/share/common-licenses/GPL-2'.
+
+The Debian packaging is:
+
+    Copyright (C) 2009 Barry deFreese <bdefreese at debian.org>
+
+and is licensed under the GPL version 3, 
+see `/usr/share/common-licenses/GPL-3'.

Added: unstable/sdlmm/debian/docs
===================================================================
--- unstable/sdlmm/debian/docs	                        (rev 0)
+++ unstable/sdlmm/debian/docs	2009-04-11 01:59:52 UTC (rev 201)
@@ -0,0 +1,2 @@
+NEWS
+README

Added: unstable/sdlmm/debian/libsdlmm-0.1-8.install
===================================================================
--- unstable/sdlmm/debian/libsdlmm-0.1-8.install	                        (rev 0)
+++ unstable/sdlmm/debian/libsdlmm-0.1-8.install	2009-04-11 01:59:52 UTC (rev 201)
@@ -0,0 +1,2 @@
+usr/lib/lib*.so.*
+usr/share/aclocal/*

Added: unstable/sdlmm/debian/libsdlmm-0.1-8.manpages
===================================================================
--- unstable/sdlmm/debian/libsdlmm-0.1-8.manpages	                        (rev 0)
+++ unstable/sdlmm/debian/libsdlmm-0.1-8.manpages	2009-04-11 01:59:52 UTC (rev 201)
@@ -0,0 +1 @@
+debian/tmp/usr/share/man/man3/*

Added: unstable/sdlmm/debian/libsdlmm-dev.install
===================================================================
--- unstable/sdlmm/debian/libsdlmm-dev.install	                        (rev 0)
+++ unstable/sdlmm/debian/libsdlmm-dev.install	2009-04-11 01:59:52 UTC (rev 201)
@@ -0,0 +1,4 @@
+usr/include/*
+usr/lib/lib*.a
+usr/lib/lib*.so
+usr/bin/*

Added: unstable/sdlmm/debian/libsdlmm-dev.manpages
===================================================================
--- unstable/sdlmm/debian/libsdlmm-dev.manpages	                        (rev 0)
+++ unstable/sdlmm/debian/libsdlmm-dev.manpages	2009-04-11 01:59:52 UTC (rev 201)
@@ -0,0 +1 @@
+debian/sdlmm-config.1

Added: unstable/sdlmm/debian/rules
===================================================================
--- unstable/sdlmm/debian/rules	                        (rev 0)
+++ unstable/sdlmm/debian/rules	2009-04-11 01:59:52 UTC (rev 201)
@@ -0,0 +1,78 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+config.status: configure
+	dh_testdir
+	# Add here commands to configure the package.
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+	cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+	cp -f /usr/share/misc/config.guess config.guess
+endif
+	./configure --prefix=/usr \
+		--mandir=\$${prefix}/share/man \
+		--infodir=\$${prefix}/share/info 
+#		CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
+
+
+build: build-stamp
+build-stamp:  config.status 
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(MAKE)
+
+	touch $@
+
+clean: 
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp 
+
+	# Add here commands to clean up after the build process.
+	[ ! -f Makefile ] || $(MAKE) distclean
+	rm -f config.sub config.guess
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_prep  
+	dh_installdirs
+
+	# Add here commands to install the package into debian/tmp
+	$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
+
+
+# Build architecture-independent files here.
+binary-indep: install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs 
+	dh_installdocs
+	dh_installexamples
+	dh_install --sourcedir=$(CURDIR)/debian/tmp --list-missing
+#	dh_installinfo
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_makeshlibs
+	dh_installdeb
+	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/sdlmm/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: unstable/sdlmm/debian/sdlmm-config.1
===================================================================
--- unstable/sdlmm/debian/sdlmm-config.1	                        (rev 0)
+++ unstable/sdlmm/debian/sdlmm-config.1	2009-04-11 01:59:52 UTC (rev 201)
@@ -0,0 +1,58 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH SDLMM-CONFIG 1 "April 10, 2009"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+sdlmm-config \- utility to retrieve settings for SDLmm
+.SH SYNOPSIS
+.B sdlmm-config 
+[options]
+.SH DESCRIPTION
+This manual page documents briefly the
+.B sdlmm-config 
+command.
+This manual page was written for the Debian distribution
+because the original program does not have a manual page.
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
+.\" respectively.
+\fBsdlmm-config\fP is a command-line utility that can be used to retrieve 
+the options that the SDLmm library is configured with.  These include 
+the LIBS, CFLAGS, prefix, exec-prfix, and version.
+.SH OPTIONS
+A summary of options is included below.
+.TP
+.B \-\-help
+Short usage help.
+.TP
+.B \-\-version
+Show version.
+.TP
+.B \-\-prefix
+Display the prefix SDLmm is configured with.
+.TP
+.B \-\-exec-prefix
+Display the exec-prefix SDLmm is configured with.
+.TP
+.B \-\-libs
+Display the libs that SDLmm is linked against.
+.TP
+.B \-\-cflags
+Display the CFLAGS that SDLmm is configured with.
+.SH AUTHOR
+This manual page was written by Barry deFreese <bdefreese at debian.org>,
+for the Debian project (but may be used by others).

Added: unstable/sdlmm/debian/watch
===================================================================
--- unstable/sdlmm/debian/watch	                        (rev 0)
+++ unstable/sdlmm/debian/watch	2009-04-11 01:59:52 UTC (rev 201)
@@ -0,0 +1,3 @@
+version=3
+
+http://sf.net/sdlmm/SDLmm-([\d.]+)\.tar\.gz




More information about the pkg-sdl-commits mailing list