[Pkg-ruby-extras-commits] r1162 - in packages-wip/libserialport-ruby: . trunk/debian

Arnaud Cornet nohar-guest at alioth.debian.org
Sat Dec 2 00:57:45 CET 2006


Author: nohar-guest
Date: 2006-12-02 00:57:45 +0100 (Sat, 02 Dec 2006)
New Revision: 1162

Added:
   packages-wip/libserialport-ruby/trunk/debian/control.in
   packages-wip/libserialport-ruby/trunk/debian/watch
Removed:
   packages-wip/libserialport-ruby/branches/
Modified:
   packages-wip/libserialport-ruby/trunk/debian/changelog
   packages-wip/libserialport-ruby/trunk/debian/control
   packages-wip/libserialport-ruby/trunk/debian/copyright
   packages-wip/libserialport-ruby/trunk/debian/rules
Log:
Cleaning up some of the mess svn-inject did...



Modified: packages-wip/libserialport-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libserialport-ruby/trunk/debian/changelog	2006-12-01 20:32:50 UTC (rev 1161)
+++ packages-wip/libserialport-ruby/trunk/debian/changelog	2006-12-01 23:57:45 UTC (rev 1162)
@@ -1,30 +1,5 @@
-ruby-serialport (0.6) unstable; urgency=low
+libserialport-ruby (0.6-1) unstable; urgency=low
 
-  * Windows support
-  * Get/set modem parameters
-  * Read and write timeouts
-  * Open method
+  * Initial release.
 
- -- Guillaume Pierronnet <moumar at duron.maison.chello.fr>  Thu, 13 Feb 2003 20:59:37 +0100
-
-ruby-serialport (0.5-1) unstable; urgency=low
-
-  * Cygwin support 
-
- -- Guillaume Pierronnet <moumar at duron.maison.chello.fr>  Fri, 25 Oct 2002 13:48:44 +0200
-
-ruby-serialport (0.4-1) unstable; urgency=low
-
-  * Modified to support 8 serial ports 
-
- -- Guillaume Pierronnet <moumar at duron.maison.chello.fr>  Fri, 20 Sep 2002 15:26:20 +0200
-
-ruby-serialport (0.3-1) unstable; urgency=low
-
-  * Initial Release.
-
- -- Guillaume Pierronnet <moumar at netcourrier.com>  Mon, 21 Sep 2001 11:19:36 +0900
-
-Local variables:
-mode: debian-changelog
-End:
+ -- Arnaud Cornet <arnaud.cornet at gmail.com>  Fri, 01 Dec 2006 20:59:07 +0100

Modified: packages-wip/libserialport-ruby/trunk/debian/control
===================================================================
--- packages-wip/libserialport-ruby/trunk/debian/control	2006-12-01 20:32:50 UTC (rev 1161)
+++ packages-wip/libserialport-ruby/trunk/debian/control	2006-12-01 23:57:45 UTC (rev 1162)
@@ -1,13 +1,24 @@
-Source: ruby-serialport
-Section: interpreters
+Source: libserialport-ruby
+Section: libs
 Priority: optional
-Maintainer: Guillaume Pierronnet <moumar at netcourrier.com>
-Standards-Version: 3.1.1
-Build-Depends: debhelper (>= 2.1.2), ruby (>= 1.6.2-6), ruby-dev (>= 1.6.2-6)
+Maintainer: Arnaud Cornet <arnaud.cornet at gmail.com>
+Standards-Version: 3.7.2
+Build-Depends: cdbs, debhelper (>= 5.0.37), ruby-pkg-tools (>= 0.8), ruby1.8-dev
 
-Package: ruby-serialport
+Package: libserialport-ruby
 Architecture: any
-Depends: ${shlibs:Depends}, ruby (>= 1.6)
-Description: serial port module for Ruby
- serial port module for ruby
+Depends: libserialport-ruby1.8
+Description: library to control RS-232 serial ports from ruby programs
+ This library provides an API to control RS-232 serial ports, and check and set
+ the current statie of the signals on the line.
+ .
+ This is a dependency package which depends on Debian's default version of Ruby
+ (currently 1.8).
 
+Package: libserialport-ruby1.8
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: library to control RS-232 serial ports from ruby programs
+ This library provides an API to control RS-232 serial ports, and check and set
+ the current statie of the signals on the line.
+

Copied: packages-wip/libserialport-ruby/trunk/debian/control.in (from rev 1161, packages-wip/libserialport-ruby/trunk/debian/control)
===================================================================
--- packages-wip/libserialport-ruby/trunk/debian/control	2006-12-01 20:32:50 UTC (rev 1161)
+++ packages-wip/libserialport-ruby/trunk/debian/control.in	2006-12-01 23:57:45 UTC (rev 1162)
@@ -0,0 +1,25 @@
+Source: libserialport-ruby
+Section: libs
+Priority: optional
+Maintainer: Arnaud Cornet <arnaud.cornet at gmail.com>
+Uploaders: @RUBY_EXTRAS_TEAM@
+Standards-Version: 3.7.2
+Build-Depends: cdbs, debhelper (>= 5.0.37), ruby-pkg-tools (>= 0.8), ruby1.8-dev
+
+Package: libserialport-ruby
+Architecture: any
+Depends: libserialport-ruby1.8
+Description: library to control RS-232 serial ports from ruby programs
+ This library provides an API to control RS-232 serial ports, and check and set
+ the current statie of the signals on the line.
+ .
+ This is a dependency package which depends on Debian's default version of Ruby
+ (currently 1.8).
+
+Package: libserialport-ruby1.8
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: library to control RS-232 serial ports from ruby programs
+ This library provides an API to control RS-232 serial ports, and check and set
+ the current statie of the signals on the line.
+

Modified: packages-wip/libserialport-ruby/trunk/debian/copyright
===================================================================
--- packages-wip/libserialport-ruby/trunk/debian/copyright	2006-12-01 20:32:50 UTC (rev 1161)
+++ packages-wip/libserialport-ruby/trunk/debian/copyright	2006-12-01 23:57:45 UTC (rev 1162)
@@ -1,18 +1,20 @@
-This package was debianized by Guillaume Pierronnet <moumar at netcourrier.com>
-Mon, 25 Mar 2002 22:19:36 +0100.
+This package was debianized by Arnaud Cornet <arnaud.cornet at gmail.com>
+on  Fri, 01 Dec 2006 20:59:07 +0100.
 
-It was downloaded from http://davedd.free.fr/ruby-serialport/
+The current Debian maintainer is Arnaud Cornet <arnaud.cornet at gmail.com>.
 
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- 
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
+It was downloaded from 
+Upstream Author: Guillaume Pierronnet <moumar at netcourrier.com> and
+Alan Stern <stern at rowland.harvard.edu>.
 
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+Copyright 2003-2006 Guillaume Pierronnet <moumar at netcourrier.com> and
+Alan Stern <stern at rowland.harvard.edu>:
+ This code is hereby licensed for public consumption under either the
+ GNU GPL v2 or greater.
+
+The Debian packaging is (C) 2006, Arnaud Cornet <arnaud.cornet at gmail.com> and
+is licensed under the GPL version 2.
+
+On Debian systems, the complete text of the GNU General Public
+License, version 2, can be found in /usr/share/common-licenses/GPL-2.
+

Modified: packages-wip/libserialport-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libserialport-ruby/trunk/debian/rules	2006-12-01 20:32:50 UTC (rev 1161)
+++ packages-wip/libserialport-ruby/trunk/debian/rules	2006-12-01 23:57:45 UTC (rev 1162)
@@ -1,83 +1,19 @@
 #!/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-common.mk
 
-# This is the debhelper compatability version to use.
-export DH_COMPAT=2
-
-PACKAGE_NAME=ruby-serialport
-#GNU_ARCH=$(shell ruby -e 'puts RUBY_PLATFORM')
-
-#RBV=1.6
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-
+configure/libserialport-ruby1.8::
 	ruby extconf.rb
-	$(MAKE)
 
-	touch build-stamp
+build/libserialport-ruby1.8::
+	make
 
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp install-stamp
-	
-	# Add here commands to clean up after the build process.
-	-$(MAKE) distclean
-	dh_clean
+install/libserialport-ruby1.8::
+	make DESTDIR=debian/libserialport-ruby1.8 sitedir='$$(DESTDIR)$(DEB_RUBY_LIBDIR)' install
 
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean
-	dh_installdirs
+clean::
+	make clean
+	rm -f mkmf.log
+	rm -f Makefile
 
-	# Add here commands to install the package into debian/tmp.
-	$(MAKE) install DESTDIR=`pwd`/debian/$(PACKAGE_NAME)
-#	mkdir -p debian/tmp/$(RBV)/$(GNU_ARCH)
-#	cp serialport.so debian/$(PACKAGE_NAME)/usr/lib/ruby/$(RBV)/$(GNU_ARCH)/
-
-	touch install-stamp
-
-# 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
-#	dh_installdebconf	
-	dh_installdocs README*
-	dh_installexamples
-#	dh_installmenu
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installinit
-#	dh_installcron
-#	dh_installmanpages
-#	dh_installinfo
-#	dh_undocumented
-	dh_installchangelogs 
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	# You may want to make some executables suid here.
-#	dh_suidregister
-	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

Added: packages-wip/libserialport-ruby/trunk/debian/watch
===================================================================
--- packages-wip/libserialport-ruby/trunk/debian/watch	2006-12-01 20:32:50 UTC (rev 1161)
+++ packages-wip/libserialport-ruby/trunk/debian/watch	2006-12-01 23:57:45 UTC (rev 1162)
@@ -0,0 +1,2 @@
+version=3
+http://rubyforge.org/frs/?group_id=61 .*ruby-serialport-(.*)\.t.*




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