[Pkg-ruby-extras-maintainers] r942 - in packages-wip/libtermios-ruby/trunk: . debian

Lucas Nussbaum lucas-guest at costa.debian.org
Mon Oct 23 13:00:28 UTC 2006


Author: lucas-guest
Date: 2006-10-23 13:00:27 +0000 (Mon, 23 Oct 2006)
New Revision: 942

Added:
   packages-wip/libtermios-ruby/trunk/debian/
   packages-wip/libtermios-ruby/trunk/debian/changelog
   packages-wip/libtermios-ruby/trunk/debian/compat
   packages-wip/libtermios-ruby/trunk/debian/control
   packages-wip/libtermios-ruby/trunk/debian/copyright
   packages-wip/libtermios-ruby/trunk/debian/rules
Log:
Load newtrunk into packages-wip/libtermios-ruby/trunk.


Added: packages-wip/libtermios-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libtermios-ruby/trunk/debian/changelog	                        (rev 0)
+++ packages-wip/libtermios-ruby/trunk/debian/changelog	2006-10-23 13:00:27 UTC (rev 942)
@@ -0,0 +1,40 @@
+libtermios-ruby (0.9.4-6) unstable; urgency=low
+
+  * QA upload.
+  * Set maintainer to QA Group; Orphaned: #391425
+  * Conforms with latest Standards Version 3.7.2
+
+ -- Michael Ablassmeier <abi at debian.org>  Thu, 19 Oct 2006 10:03:02 +0200
+
+libtermios-ruby (0.9.4-5) unstable; urgency=low
+
+  * Changed maintainer's address.
+
+ -- David Moreno Garza <damog at debian.org>  Sat, 27 Aug 2005 18:16:02 -0500
+
+libtermios-ruby (0.9.4-4) unstable; urgency=low
+
+  * Corrected debian/rules for correctly building indep and arch
+    packages (Closes: #288490).
+
+ -- David Moreno Garza <damog at damog.net>  Sun,  9 Jan 2005 22:36:48 -0600
+
+libtermios-ruby (0.9.4-3) unstable; urgency=low
+
+  * Fixed build target on debian/rules (Closes: #284363).
+
+ -- David Moreno Garza <damog at damog.net>  Mon,  3 Jan 2005 03:22:05 -0600
+
+libtermios-ruby (0.9.4-2) unstable; urgency=low
+
+  * Fixed wrong dependency on libtermios-ruby binary package (Closes: #278114).
+
+ -- David Moreno Garza <damog at damog.net>  Sun, 24 Oct 2004 21:43:30 -0500
+
+libtermios-ruby (0.9.4-1) unstable; urgency=low
+
+  * Initial Release (Closes: #264281).
+  * NMU by Paul van Tilburg <paulvt at debian.org>
+
+ -- David Moreno Garza <damog at damog.net>  Sun,  8 Aug 2004 23:18:44 -0500
+

Added: packages-wip/libtermios-ruby/trunk/debian/compat
===================================================================
--- packages-wip/libtermios-ruby/trunk/debian/compat	                        (rev 0)
+++ packages-wip/libtermios-ruby/trunk/debian/compat	2006-10-23 13:00:27 UTC (rev 942)
@@ -0,0 +1 @@
+4

Added: packages-wip/libtermios-ruby/trunk/debian/control
===================================================================
--- packages-wip/libtermios-ruby/trunk/debian/control	                        (rev 0)
+++ packages-wip/libtermios-ruby/trunk/debian/control	2006-10-23 13:00:27 UTC (rev 942)
@@ -0,0 +1,26 @@
+Source: libtermios-ruby
+Section: devel
+Priority: optional
+Maintainer: Debian QA Group <packages at qa.debian.org>
+Build-Depends: debhelper (>= 4.0.0), ruby1.8-dev, ruby1.8
+Standards-Version: 3.7.2
+
+Package: libtermios-ruby
+Architecture: all
+Depends: libtermios-ruby1.8
+Description: termios simple wrapper for ruby
+ Ruby-termios enables you to use termios interface.
+ .
+ Termios module are simple wrapper for termios.  It can be included
+ into IO-family classes and can extend IO-family objects.  In addition,
+ the methods can use as module function.
+
+Package: libtermios-ruby1.8
+Architecture: any
+Depends: ruby
+Description: termios simple wrapper for ruby 1.8
+ Ruby-termios enables you to use termios interface.
+ .
+ Termios module are simple wrapper for termios.  It can be included
+ into IO-family classes and can extend IO-family objects.  In addition,
+ the methods can use as module function.

Added: packages-wip/libtermios-ruby/trunk/debian/copyright
===================================================================
--- packages-wip/libtermios-ruby/trunk/debian/copyright	                        (rev 0)
+++ packages-wip/libtermios-ruby/trunk/debian/copyright	2006-10-23 13:00:27 UTC (rev 942)
@@ -0,0 +1,13 @@
+This package was debianized by David Moreno Garza <damog at damog.net> on
+Sun,  8 Aug 2004 23:18:44 -0500.
+
+It was downloaded from http://arika.org/ruby/termios.en
+
+Upstream Author: Akira Yamada <akira at ruby-lang.org>
+
+Copyright:
+ You are free to distribute this software under the terms of
+ the GNU General Public License.
+
+ On Debian systems, the complete text of the GNU General Public
+ License can be found in /usr/share/common-licenses/GPL file.

Added: packages-wip/libtermios-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libtermios-ruby/trunk/debian/rules	                        (rev 0)
+++ packages-wip/libtermios-ruby/trunk/debian/rules	2006-10-23 13:00:27 UTC (rev 942)
@@ -0,0 +1,65 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; -*-
+# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
+
+#export DH_COMPAT=4
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	ruby1.8 extconf.rb --enable-fullwidth-reverse-solidus && $(MAKE)
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp install-stamp Makefile *o *log
+
+	dh_clean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	$(MAKE) sitedir=$(CURDIR)/debian/libtermios-ruby1.8/usr/lib/ruby install
+
+	touch install-stamp
+
+binary-arch: build install
+	dh_testdir -a
+	dh_testroot -a
+	dh_installdocs -a
+	dh_installexamples -a examples/*
+	dh_installchangelogs -a
+	dh_link -a
+	dh_strip -a
+	dh_compress -a -X.rb
+	dh_fixperms -a
+	dh_installdeb -a
+	dh_shlibdeps -a
+	dh_gencontrol -a
+	dh_md5sums -a
+	dh_builddeb -a
+
+binary-indep: build install
+	dh_testdir -i
+	dh_testroot -i
+	dh_installdocs -i
+	dh_installchangelogs -i
+	dh_link -i
+	dh_strip -i
+	dh_compress -i -X.rb
+	dh_fixperms -i
+	dh_installdeb -i
+	dh_shlibdeps -i 
+	dh_gencontrol -i
+	dh_md5sums -i
+	dh_builddeb -i
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install


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




More information about the pkg-ruby-extras-maintainers mailing list