[DRE-commits] r2306 - packages/libsdl-ruby/trunk/debian

lucas at alioth.debian.org lucas at alioth.debian.org
Wed Dec 19 09:21:20 UTC 2007


Author: lucas
Date: 2007-12-19 09:21:20 +0000 (Wed, 19 Dec 2007)
New Revision: 2306

Added:
   packages/libsdl-ruby/trunk/debian/compat
   packages/libsdl-ruby/trunk/debian/libsdl-ruby1.8.docs
   packages/libsdl-ruby/trunk/debian/libsdl-ruby1.8.examples
Modified:
   packages/libsdl-ruby/trunk/debian/changelog
   packages/libsdl-ruby/trunk/debian/control
   packages/libsdl-ruby/trunk/debian/rules
Log:
- applied Barry's patch
- made a few other minor changes
- prepared for upload


Modified: packages/libsdl-ruby/trunk/debian/changelog
===================================================================
--- packages/libsdl-ruby/trunk/debian/changelog	2007-12-19 08:26:43 UTC (rev 2305)
+++ packages/libsdl-ruby/trunk/debian/changelog	2007-12-19 09:21:20 UTC (rev 2306)
@@ -1,9 +1,17 @@
-libsdl-ruby (1.1.0-3) UNRELEASED; urgency=low
+libsdl-ruby (1.1.0-3) unstable; urgency=low
 
-  * NOT RELEASED YET
+  [ Barry deFreese ]
+  * Move to CDBS
+  * Bump debhelper build-dep to 5 and add compat file
+  * Move url from package description to Homepage field in control
+  * Bump Standards Version to 3.7.3
 
- -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Sat, 08 Dec 2007 14:29:43 +0100
+  [ Lucas Nussbaum ]
+  * Fixed Vcs-*.
+  * Fixed Homepage to point to the ruby/SDL website.
 
+ -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Wed, 19 Dec 2007 10:19:34 +0100
+
 libsdl-ruby (1.1.0-2) unstable; urgency=low
 
   * New maintainer.

Added: packages/libsdl-ruby/trunk/debian/compat
===================================================================
--- packages/libsdl-ruby/trunk/debian/compat	                        (rev 0)
+++ packages/libsdl-ruby/trunk/debian/compat	2007-12-19 09:21:20 UTC (rev 2306)
@@ -0,0 +1 @@
+5

Modified: packages/libsdl-ruby/trunk/debian/control
===================================================================
--- packages/libsdl-ruby/trunk/debian/control	2007-12-19 08:26:43 UTC (rev 2305)
+++ packages/libsdl-ruby/trunk/debian/control	2007-12-19 09:21:20 UTC (rev 2306)
@@ -2,11 +2,23 @@
 Section: interpreters
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.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
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-ruby-extras/packages/libsdl-ruby/
-Vcs-Svn: svn://svn.debian.org/pkg-ruby-extras/packages/libsdl-ruby/
+Build-Depends: debhelper (>> 5.0.0), cdbs, ruby-pkg-tools, 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.7.3
+Vcs-Svn: svn://svn.debian.org/pkg-ruby-extras/packages/libsdl-ruby/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-ruby-extras/packages/libsdl-ruby/trunk/
+Homepage: http://www.kmc.gr.jp/~ohai/rubysdl.en.html
 
+Package: libsdl-ruby
+Architecture: all
+Depends: libsdl-ruby1.8
+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.
+ .
+ This is a dummy package to install the Mahoro library bindings for
+ the default version of Ruby.
+
 Package: libsdl-ruby1.8
 Architecture: any
 Depends: ${shlibs:Depends}
@@ -14,6 +26,4 @@
 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.
-
+ provide fast access to the graphics framebuffer and audio device.

Added: packages/libsdl-ruby/trunk/debian/libsdl-ruby1.8.docs
===================================================================
--- packages/libsdl-ruby/trunk/debian/libsdl-ruby1.8.docs	                        (rev 0)
+++ packages/libsdl-ruby/trunk/debian/libsdl-ruby1.8.docs	2007-12-19 09:21:20 UTC (rev 2306)
@@ -0,0 +1,5 @@
+README*
+NEWS*
+*.rd
+*.html
+rubysdl_const_list.txt

Added: packages/libsdl-ruby/trunk/debian/libsdl-ruby1.8.examples
===================================================================
--- packages/libsdl-ruby/trunk/debian/libsdl-ruby1.8.examples	                        (rev 0)
+++ packages/libsdl-ruby/trunk/debian/libsdl-ruby1.8.examples	2007-12-19 09:21:20 UTC (rev 2306)
@@ -0,0 +1 @@
+sample/*

Modified: packages/libsdl-ruby/trunk/debian/rules
===================================================================
--- packages/libsdl-ruby/trunk/debian/rules	2007-12-19 08:26:43 UTC (rev 2305)
+++ packages/libsdl-ruby/trunk/debian/rules	2007-12-19 09:21:20 UTC (rev 2306)
@@ -1,86 +1,10 @@
 #!/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
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-extconf-rb.mk
 
-# This is the debhelper compatability version to use.
-export DH_COMPAT=4
+DEB_RUBY_SETUP_ARGS = --enable-event2
 
-RUBY := ruby1.8
+DEB_COMPRESS_EXCLUDE += .rd
 
-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
+#DEB_RUBY_INSTALL_ARGS = sitelibdir=$(CURDIR)/debian/libsdl-ruby1.8$(shell ruby1.8 -rrbconfig -e 'print Config::CONFIG["rubylibdir"]')




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