[Pkg-ruby-extras-maintainers] r713 - in packages/libsvm-ruby/trunk:
. debian
Rudi Cilibrasi
cilibrar-guest at costa.debian.org
Sat Jul 29 08:21:07 UTC 2006
Author: cilibrar-guest
Date: 2006-07-29 08:21:06 +0000 (Sat, 29 Jul 2006)
New Revision: 713
Added:
packages/libsvm-ruby/trunk/debian/
packages/libsvm-ruby/trunk/debian/README.Debian
packages/libsvm-ruby/trunk/debian/changelog
packages/libsvm-ruby/trunk/debian/compat
packages/libsvm-ruby/trunk/debian/control
packages/libsvm-ruby/trunk/debian/copyright
packages/libsvm-ruby/trunk/debian/dirs
packages/libsvm-ruby/trunk/debian/docs
packages/libsvm-ruby/trunk/debian/rules
Log:
Load newtrunk into packages/libsvm-ruby/trunk.
Added: packages/libsvm-ruby/trunk/debian/README.Debian
===================================================================
--- packages/libsvm-ruby/trunk/debian/README.Debian 2006-07-29 08:20:55 UTC (rev 712)
+++ packages/libsvm-ruby/trunk/debian/README.Debian 2006-07-29 08:21:06 UTC (rev 713)
@@ -0,0 +1,6 @@
+libsvm-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/libsvm-ruby/trunk/debian/changelog
===================================================================
--- packages/libsvm-ruby/trunk/debian/changelog 2006-07-29 08:20:55 UTC (rev 712)
+++ packages/libsvm-ruby/trunk/debian/changelog 2006-07-29 08:21:06 UTC (rev 713)
@@ -0,0 +1,6 @@
+libsvm-ruby (2.8.2-1) UNRELEASED; urgency=low
+
+ * Initial release. (Closes: #380308)
+
+ -- Rudi Cilibrasi <cilibrar at cilibrar.com> Sun, 4 Jun 2006 15:38:48 +0200
+
Added: packages/libsvm-ruby/trunk/debian/compat
===================================================================
--- packages/libsvm-ruby/trunk/debian/compat 2006-07-29 08:20:55 UTC (rev 712)
+++ packages/libsvm-ruby/trunk/debian/compat 2006-07-29 08:21:06 UTC (rev 713)
@@ -0,0 +1 @@
+4
Added: packages/libsvm-ruby/trunk/debian/control
===================================================================
--- packages/libsvm-ruby/trunk/debian/control 2006-07-29 08:20:55 UTC (rev 712)
+++ packages/libsvm-ruby/trunk/debian/control 2006-07-29 08:21:06 UTC (rev 713)
@@ -0,0 +1,19 @@
+Source: libsvm-ruby
+Section: libs
+Priority: optional
+Maintainer: Rudi Cilibrasi <cilibrar at cilibrar.com>
+Build-Depends: debhelper (>= 4.0.0), libsvm-dev, libruby1.8, ruby1.8-dev, ruby1.8, pkg-config, automake1.8, autotools-dev
+Standards-Version: 3.7.2
+
+Package: libsvm-ruby1.8
+Architecture: any
+Depends: pkg-config, ruby1.8, ruby1.8-dev, libsvm-dev, ${shlibs:Depends}, ${misc:Depends}
+Description: Ruby binding to LIBSVM, a machine-learning Support Vector Machine
+ This is a Ruby binding for the popular and efficient LIBSVM learning package.
+
+Package: libsvm-ruby
+Architecture: all
+Depends: libsvm-ruby1.8
+Description: Ruby bindings for LIBSVM library (dummy package)
+ This package is a dependency package pointing to the ruby 1.8 version.
+
Added: packages/libsvm-ruby/trunk/debian/copyright
===================================================================
--- packages/libsvm-ruby/trunk/debian/copyright 2006-07-29 08:20:55 UTC (rev 712)
+++ packages/libsvm-ruby/trunk/debian/copyright 2006-07-29 08:21:06 UTC (rev 713)
@@ -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/libsvm-ruby/trunk/debian/dirs
===================================================================
--- packages/libsvm-ruby/trunk/debian/dirs 2006-07-29 08:20:55 UTC (rev 712)
+++ packages/libsvm-ruby/trunk/debian/dirs 2006-07-29 08:21:06 UTC (rev 713)
@@ -0,0 +1 @@
+usr/lib/ruby/1.8
Added: packages/libsvm-ruby/trunk/debian/docs
===================================================================
--- packages/libsvm-ruby/trunk/debian/docs 2006-07-29 08:20:55 UTC (rev 712)
+++ packages/libsvm-ruby/trunk/debian/docs 2006-07-29 08:21:06 UTC (rev 713)
@@ -0,0 +1 @@
+README
Added: packages/libsvm-ruby/trunk/debian/rules
===================================================================
--- packages/libsvm-ruby/trunk/debian/rules 2006-07-29 08:20:55 UTC (rev 712)
+++ packages/libsvm-ruby/trunk/debian/rules 2006-07-29 08:21:06 UTC (rev 713)
@@ -0,0 +1,98 @@
+#!/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
+ ./configure
+ ruby1.8 extconf.rb
+
+ 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/libsvm-ruby.
+ #$(MAKE) install DESTDIR=$(CURDIR)/debian/libsvm-ruby
+
+ install -d $(CURDIR)/debian/libsvm-ruby/usr/lib/ruby/1.8
+ install SVM.so $(CURDIR)/debian/libsvm-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/libsvm-ruby/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
More information about the pkg-ruby-extras-maintainers
mailing list