[Pkg-ruby-extras-maintainers] r708 - in packages/libcomplearn-ruby/trunk: . debian

Rudi Cilibrasi cilibrar-guest at costa.debian.org
Fri Jul 28 20:51:38 UTC 2006


Author: cilibrar-guest
Date: 2006-07-28 20:51:37 +0000 (Fri, 28 Jul 2006)
New Revision: 708

Added:
   packages/libcomplearn-ruby/trunk/debian/
   packages/libcomplearn-ruby/trunk/debian/README.Debian
   packages/libcomplearn-ruby/trunk/debian/changelog
   packages/libcomplearn-ruby/trunk/debian/compat
   packages/libcomplearn-ruby/trunk/debian/control
   packages/libcomplearn-ruby/trunk/debian/copyright
   packages/libcomplearn-ruby/trunk/debian/dirs
   packages/libcomplearn-ruby/trunk/debian/docs
   packages/libcomplearn-ruby/trunk/debian/rules
Log:
Load newtrunk into packages/libcomplearn-ruby/trunk.


Added: packages/libcomplearn-ruby/trunk/debian/README.Debian
===================================================================
--- packages/libcomplearn-ruby/trunk/debian/README.Debian	2006-07-28 20:50:48 UTC (rev 707)
+++ packages/libcomplearn-ruby/trunk/debian/README.Debian	2006-07-28 20:51:37 UTC (rev 708)
@@ -0,0 +1,6 @@
+libcomplearn-ruby for Debian
+-------------------------
+
+This software was written and packaged by Rudi Cilibrasi.
+
+ -- Rudi Cilibrasi <cilibrar at cilibrar.com>, Sun,  4 Jun 2006 15:38:48 +0200

Added: packages/libcomplearn-ruby/trunk/debian/changelog
===================================================================
--- packages/libcomplearn-ruby/trunk/debian/changelog	2006-07-28 20:50:48 UTC (rev 707)
+++ packages/libcomplearn-ruby/trunk/debian/changelog	2006-07-28 20:51:37 UTC (rev 708)
@@ -0,0 +1,6 @@
+libcomplearn-ruby (0.5.4-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #380268)
+
+ -- Rudi Cilibrasi <cilibrar at cilibrar.com>  Sun,  4 Jun 2006 15:38:48 +0200
+

Added: packages/libcomplearn-ruby/trunk/debian/compat
===================================================================
--- packages/libcomplearn-ruby/trunk/debian/compat	2006-07-28 20:50:48 UTC (rev 707)
+++ packages/libcomplearn-ruby/trunk/debian/compat	2006-07-28 20:51:37 UTC (rev 708)
@@ -0,0 +1 @@
+4

Added: packages/libcomplearn-ruby/trunk/debian/control
===================================================================
--- packages/libcomplearn-ruby/trunk/debian/control	2006-07-28 20:50:48 UTC (rev 707)
+++ packages/libcomplearn-ruby/trunk/debian/control	2006-07-28 20:51:37 UTC (rev 708)
@@ -0,0 +1,12 @@
+Source: libcomplearn-ruby
+Section: devel
+Priority: optional
+Maintainer: Rudi Cilibrasi <cilibrar at cilibrar.com>
+Build-Depends: debhelper (>= 4.0.0), autotools-dev, libcomplearn0-dev, pkg-config, libcomplearn0-dev, automake1.8, libgsl0-dev, ruby1.8-dev, ruby1.8
+Standards-Version: 3.7.2
+
+Package: libcomplearn-ruby1.8
+Architecture: any
+Depends: pkg-config, ruby1.8, ruby1.8-dev, libcomplearn0-dev, ${shlibs:Depends}, ${misc:Depends}
+Description: a Ruby binding to CompLearn machine-learning library
+ This is a Ruby binding for the popular and robust CompLearn learning package.

Added: packages/libcomplearn-ruby/trunk/debian/copyright
===================================================================
--- packages/libcomplearn-ruby/trunk/debian/copyright	2006-07-28 20:50:48 UTC (rev 707)
+++ packages/libcomplearn-ruby/trunk/debian/copyright	2006-07-28 20:51:37 UTC (rev 708)
@@ -0,0 +1,36 @@
+This package was debianized by Rudi Cilibrasi <cilibrar at cilibrar.com> on
+Sun,  4 Jun 2006 15:38:48 +0200.
+
+It was written by Rudi Cilibrasi.
+
+Copyright Holder: Rudi Cilibrasi <cilibrar at cilibrar.com>
+
+License:
+
+Copyright (c) Rudi Cilibrasi <cilibrar at cilibrar.com>
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. Neither the name of the University nor the names of its contributors
+   may be used to endorse or promote products derived from this software
+   without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY RUDI CILIBRASI AND CONTRIBUTORS ``AS IS'' AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGE.
+

Added: packages/libcomplearn-ruby/trunk/debian/dirs
===================================================================
--- packages/libcomplearn-ruby/trunk/debian/dirs	2006-07-28 20:50:48 UTC (rev 707)
+++ packages/libcomplearn-ruby/trunk/debian/dirs	2006-07-28 20:51:37 UTC (rev 708)
@@ -0,0 +1 @@
+usr/lib/ruby/1.8

Added: packages/libcomplearn-ruby/trunk/debian/docs
===================================================================
--- packages/libcomplearn-ruby/trunk/debian/docs	2006-07-28 20:50:48 UTC (rev 707)
+++ packages/libcomplearn-ruby/trunk/debian/docs	2006-07-28 20:51:37 UTC (rev 708)
@@ -0,0 +1 @@
+README

Added: packages/libcomplearn-ruby/trunk/debian/rules
===================================================================
--- packages/libcomplearn-ruby/trunk/debian/rules	2006-07-28 20:50:48 UTC (rev 707)
+++ packages/libcomplearn-ruby/trunk/debian/rules	2006-07-28 20:51:37 UTC (rev 708)
@@ -0,0 +1,95 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	aclocal ; automake -a ; autoconf ; ./configure #; touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp: configure-stamp 
+	dh_testdir
+
+	$(MAKE)
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+
+	-$(MAKE) clean
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+	# Add here commands to install the package into debian/libcomplearn-ruby.
+	#$(MAKE) install DESTDIR=$(CURDIR)/debian/libcomplearn-ruby
+
+	install -d $(CURDIR)/debian/libcomplearn-ruby/usr/lib/ruby/1.8
+	install src/complearn4r.so $(CURDIR)/debian/libcomplearn-ruby/usr/lib/ruby/1.8
+
+# 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_installchangelogs 
+	dh_installdocs
+	dh_installexamples
+#	dh_install
+#	dh_installmenu
+#	dh_installdebconf	
+#	dh_installlogrotate
+#	dh_installemacsen
+#	dh_installpam
+#	dh_installmime
+#	dh_installinit
+#	dh_installcron
+#	dh_installinfo
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_perl
+#	dh_python
+#	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 configure


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




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