[DRE-commits] r2162 - in packages/libsdl-ruby/trunk: . debian

lucas at alioth.debian.org lucas at alioth.debian.org
Sat Dec 8 12:03:55 UTC 2007


Author: lucas
Date: 2007-12-08 12:03:55 +0000 (Sat, 08 Dec 2007)
New Revision: 2162

Added:
   packages/libsdl-ruby/trunk/debian/
   packages/libsdl-ruby/trunk/debian/changelog
   packages/libsdl-ruby/trunk/debian/control
   packages/libsdl-ruby/trunk/debian/copyright
   packages/libsdl-ruby/trunk/debian/dirs
   packages/libsdl-ruby/trunk/debian/rules
   packages/libsdl-ruby/trunk/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: packages/libsdl-ruby/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/libsdl-ruby/trunk/debian/changelog
===================================================================
--- packages/libsdl-ruby/trunk/debian/changelog	                        (rev 0)
+++ packages/libsdl-ruby/trunk/debian/changelog	2007-12-08 12:03:55 UTC (rev 2162)
@@ -0,0 +1,64 @@
+libsdl-ruby (1.1.0-1) unstable; urgency=low
+
+  [ Daigo Moriwaki ]
+
+  * new upstream version.  (Closes: #364108)
+  * debian/control: added a suggestion to libopengl-ruby.  (Closes: #217730)
+  * removed xlibs-pic from build-depends.  (Closes: #366720)
+
+ -- akira yamada <akira at debian.org>  Tue, 23 May 2006 17:53:22 +0900
+
+libsdl-ruby (0.9.3-1) unstable; urgency=low
+
+  * new upstream version.
+
+ -- akira yamada <akira at debian.org>  Thu, 12 Aug 2004 16:27:34 +0900
+
+libsdl-ruby (0.9.1-1) unstable; urgency=low
+
+  * new upstream version.
+
+ -- akira yamada <akira at debian.org>  Fri, 23 Jan 2004 00:25:26 +0900
+
+libsdl-ruby (0.9-1) unstable; urgency=low
+
+  * new upstream version.
+  - added collision detection function by Wayne Conrad.  (closes: #173342.)
+  * build with ruby1.8.  (closes: #212266)
+  - renamed to libsdl-ruby1.8 from libsdl-ruby.
+
+ -- akira yamada <akira at debian.org>  Mon, 13 Oct 2003 14:50:28 +0900
+
+libsdl-ruby (0.8.3-1) unstable; urgency=low
+
+  * some typos of method name are fixed at version 0.8.3, closes: #174444.
+
+ -- akira yamada <akira at debian.org>  Sat, 12 Apr 2003 14:57:43 +0900
+
+libsdl-ruby (0.8.1-1) unstable; urgency=low
+
+  * new upstream release.
+  * enabled SGE support, closes: #161834.
+  * added libsdl-sge-dev to Build-Depends.
+
+ -- akira yamada <akira at debian.org>  Sun, 22 Sep 2002 11:56:03 +0900
+
+libsdl-ruby (0.7-2) unstable; urgency=low
+
+  * extconf.rb: applied --plugin-libs to sdl-config instead of --libs, 
+    closes: #134029. Thanks to LaMont Jones <lamont at smallone.fc.hp.com> 
+    and James Troup <james at nocrew.org>.
+
+ -- akira yamada <akira at debian.org>  Sun, 17 Feb 2002 18:24:05 +0900
+
+libsdl-ruby (0.7-1) unstable; urgency=low
+
+  * new upstream version. closes: #117264.
+
+ -- akira yamada <akira at debian.org>  Wed, 31 Oct 2001 18:27:36 +0900
+
+libsdl-ruby (0.6-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- akira yamada <akira at debian.org>  Sat, 27 Oct 2001 13:30:17 +0900

Added: packages/libsdl-ruby/trunk/debian/control
===================================================================
--- packages/libsdl-ruby/trunk/debian/control	                        (rev 0)
+++ packages/libsdl-ruby/trunk/debian/control	2007-12-08 12:03:55 UTC (rev 2162)
@@ -0,0 +1,17 @@
+Source: libsdl-ruby
+Section: interpreters
+Priority: optional
+Maintainer: akira yamada <akira at debian.org>
+Build-Depends: debhelper (>> 3.0.0), ruby1.8, ruby1.8-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-ttf2.0-dev, libsdl-sge-dev, libsmpeg-dev
+Standards-Version: 3.6.2.2
+
+Package: libsdl-ruby1.8
+Architecture: any
+Depends: ${shlibs:Depends}
+Suggests: libopengl-ruby
+Description: Ruby/SDL interface for Ruby
+ Ruby/SDL is the ruby extension library to use SDL.  SDL(Simple
+ DirectMedia Layer) is a cross-platform multimedia library designed to
+ provide fast access to the graphics framebuffer and audio device. See
+ http://www.libsdl.org/ if you want to know SDL in detail.
+

Added: packages/libsdl-ruby/trunk/debian/copyright
===================================================================
--- packages/libsdl-ruby/trunk/debian/copyright	                        (rev 0)
+++ packages/libsdl-ruby/trunk/debian/copyright	2007-12-08 12:03:55 UTC (rev 2162)
@@ -0,0 +1,15 @@
+This package was debianized by akira yamada <akira at debian.org> on
+Sat, 27 Oct 2001 13:30:17 +0900.
+
+It was downloaded from <URL:http://www.kmc.gr.jp/~ohai/index.en.html>
+
+Upstream Author: Ohbayashi Ippei <ohai at kmc.gr.jp>
+
+Copyright:
+
+This library is distributed under GNU LGPL version 2.1 or later.  The
+complete text of the GNU Library General Public License (LGPL) can be
+found in /usr/share/common-licenses/LGPL.
+
+
+

Added: packages/libsdl-ruby/trunk/debian/dirs
===================================================================
--- packages/libsdl-ruby/trunk/debian/dirs	                        (rev 0)
+++ packages/libsdl-ruby/trunk/debian/dirs	2007-12-08 12:03:55 UTC (rev 2162)
@@ -0,0 +1 @@
+usr/lib

Added: packages/libsdl-ruby/trunk/debian/rules
===================================================================
--- packages/libsdl-ruby/trunk/debian/rules	                        (rev 0)
+++ packages/libsdl-ruby/trunk/debian/rules	2007-12-08 12:03:55 UTC (rev 2162)
@@ -0,0 +1,86 @@
+#!/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
+
+# This is the debhelper compatability version to use.
+export DH_COMPAT=4
+
+RUBY := ruby1.8
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	# Add here commands to configure the package.
+	$(RUBY) extconf.rb --enable-event2
+
+	touch configure-stamp
+
+build: configure-stamp build-stamp
+build-stamp:
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(MAKE)
+	#/usr/bin/docbook-to-man debian/libsdl-ruby.sgml > libsdl-ruby.1
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) distclean
+
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	# Add here commands to install the package into debian/libsdl-ruby.
+	$(MAKE) install sitelibdir=$(CURDIR)/debian/libsdl-$(RUBY)$(shell $(RUBY) -rrbconfig -e 'print Config::CONFIG["rubylibdir"]')
+
+
+# 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_testdir
+	dh_testroot
+#	dh_installdebconf	
+	dh_installdocs README* NEWS* *.rd *.html rubysdl_const_list.txt
+	dh_installexamples sample/*
+#	dh_installmenu
+#	dh_installlogrotate
+#	dh_installemacsen
+#	dh_installpam
+#	dh_installmime
+#	dh_installinit
+#	dh_installcron
+#	dh_installman
+#	dh_installinfo
+#	dh_undocumented
+	dh_installchangelogs 
+	dh_link
+	dh_strip
+	dh_compress -X.rb -X.html
+	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 configure


Property changes on: packages/libsdl-ruby/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/libsdl-ruby/trunk/debian/watch
===================================================================
--- packages/libsdl-ruby/trunk/debian/watch	                        (rev 0)
+++ packages/libsdl-ruby/trunk/debian/watch	2007-12-08 12:03:55 UTC (rev 2162)
@@ -0,0 +1,2 @@
+version=2
+http://www.kmc.gr.jp/~ohai/rubysdl/rubysdl-(.*)\.tar\.gz




More information about the Pkg-ruby-extras-commits mailing list