[Pkg-ruby-extras-maintainers] r300 - in
packages/liblog4r-ruby/trunk: . debian
Thierry Reding
beatle-guest at costa.debian.org
Wed Jan 25 16:41:48 UTC 2006
Author: beatle-guest
Date: 2006-01-25 16:41:48 +0000 (Wed, 25 Jan 2006)
New Revision: 300
Added:
packages/liblog4r-ruby/trunk/debian/
packages/liblog4r-ruby/trunk/debian/changelog
packages/liblog4r-ruby/trunk/debian/compat
packages/liblog4r-ruby/trunk/debian/control
packages/liblog4r-ruby/trunk/debian/copyright
packages/liblog4r-ruby/trunk/debian/liblog4r-ruby1.8.docs
packages/liblog4r-ruby/trunk/debian/liblog4r-ruby1.8.examples
packages/liblog4r-ruby/trunk/debian/liblog4r-ruby1.8.install
packages/liblog4r-ruby/trunk/debian/rules
Log:
Load newtrunk into packages/liblog4r-ruby/trunk.
Added: packages/liblog4r-ruby/trunk/debian/changelog
===================================================================
--- packages/liblog4r-ruby/trunk/debian/changelog 2006-01-25 16:41:33 UTC (rev 299)
+++ packages/liblog4r-ruby/trunk/debian/changelog 2006-01-25 16:41:48 UTC (rev 300)
@@ -0,0 +1,30 @@
+liblog4r-ruby (1.0.5-3) unstable; urgency=low
+
+ * Relax dependencies. (closes: 236807)
+ * sponsored by akira yamada <akira at debian.org>.
+
+ -- Mike Williams <mdub at dogbiscuit.org> Sun, 13 Jun 2004 21:40:30 +1000
+
+liblog4r-ruby (1.0.5-2) unstable; urgency=low
+
+ * Fix lintian errors (with thanks to Akira Yamada).
+
+ -- Mike Williams <mdub at dogbiscuit.org> Thu, 03 Jun 2004 21:48:24 +1000
+
+liblog4r-ruby (1.0.5-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Mike Williams <mdub at dogbiscuit.org> Tue, 18 May 2004 22:11:39 +1000
+
+liblog4r-ruby (1.0.4-2) unstable; urgency=low
+
+ * Split into separate core and ruby-1.8 packages.
+
+ -- Mike Williams <mdub at dogbiscuit.org> Mon, 8 Mar 2004 23:43:02 +1100
+
+liblog4r-ruby (1.0.4-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Mike Williams <mdub at dogbiscuit.org> Mon, 8 Mar 2004 22:18:39 +1100
Added: packages/liblog4r-ruby/trunk/debian/compat
===================================================================
--- packages/liblog4r-ruby/trunk/debian/compat 2006-01-25 16:41:33 UTC (rev 299)
+++ packages/liblog4r-ruby/trunk/debian/compat 2006-01-25 16:41:48 UTC (rev 300)
@@ -0,0 +1 @@
+4
Added: packages/liblog4r-ruby/trunk/debian/control
===================================================================
--- packages/liblog4r-ruby/trunk/debian/control 2006-01-25 16:41:33 UTC (rev 299)
+++ packages/liblog4r-ruby/trunk/debian/control 2006-01-25 16:41:48 UTC (rev 300)
@@ -0,0 +1,26 @@
+Source: liblog4r-ruby
+Section: devel
+Priority: optional
+Maintainer: Mike Williams <mdub at dogbiscuit.org>
+Build-Depends: debhelper (>= 4.0.0), ruby1.8 (>= 1.8.0)
+Standards-Version: 3.6.1
+
+Package: liblog4r-ruby
+Architecture: all
+Depends: liblog4r-ruby1.8
+Description: A logging library for Ruby
+ This is a dependency package, which depends on an Log4r package built
+ for the latest version of Ruby.
+
+Package: liblog4r-ruby1.8
+Architecture: all
+Depends: libruby1.8
+Description: A logging library for Ruby
+ Log4r is a comprehensive and flexible logging library written in Ruby for
+ use in Ruby programs.
+ .
+ It features a hierarchical logging system of any number of levels, custom
+ level names, logger inheritance, multiple output destinations, execution
+ tracing, custom formatting, thread safety and more.
+ .
+ Homepage: http://log4r.sourceforge.net/
Added: packages/liblog4r-ruby/trunk/debian/copyright
===================================================================
--- packages/liblog4r-ruby/trunk/debian/copyright 2006-01-25 16:41:33 UTC (rev 299)
+++ packages/liblog4r-ruby/trunk/debian/copyright 2006-01-25 16:41:48 UTC (rev 300)
@@ -0,0 +1,60 @@
+This package was debianized by Mike Williams <mdub at dogbiscuit.org> on
+Mon, 8 Mar 2004 22:18:39 +1100.
+
+It was downloaded from http://log4r.sourceforge.net/
+
+Upstream Author: Leon Torres <leon at ugcs.caltech.edu>
+
+Copyright:
+
+Log4r is copyrighted free software by Leon Torres <leon at ugcs.caltech.edu>.
+You can redistribute it and/or modify it under either the terms of the GPL,
+or the conditions below::
+
+ 1. You may make and give away verbatim copies of the source form of the
+ software without restriction, provided that you duplicate all of the
+ original copyright notices and associated disclaimers.
+
+ 2. You may modify your copy of the software in any way, provided that
+ you do at least ONE of the following:
+
+ a) place your modifications in the Public Domain or otherwise
+ make them Freely Available, such as by posting said
+ modifications to Usenet or an equivalent medium, or by allowing
+ the author to include your modifications in the software.
+
+ b) use the modified software only within your corporation or
+ organization.
+
+ c) rename any non-standard executables so the names do not conflict
+ with standard executables, which must also be provided.
+
+ d) make other distribution arrangements with the author.
+
+ 3. You may distribute the software in object code or executable
+ form, provided that you do at least ONE of the following:
+
+ a) distribute the executables and library files of the software,
+ together with instructions (in the manual page or equivalent)
+ on where to get the original distribution.
+
+ b) accompany the distribution with the machine-readable source of
+ the software.
+
+ c) give non-standard executables non-standard names, with
+ instructions on where to get the original software distribution.
+
+ d) make other distribution arrangements with the author.
+
+ 4. You may modify and include the part of the software into any other
+ software (possibly commercial).
+
+ 5. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
+ IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ PURPOSE.
+
+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'.
Added: packages/liblog4r-ruby/trunk/debian/liblog4r-ruby1.8.docs
===================================================================
--- packages/liblog4r-ruby/trunk/debian/liblog4r-ruby1.8.docs 2006-01-25 16:41:33 UTC (rev 299)
+++ packages/liblog4r-ruby/trunk/debian/liblog4r-ruby1.8.docs 2006-01-25 16:41:48 UTC (rev 300)
@@ -0,0 +1 @@
+README
Added: packages/liblog4r-ruby/trunk/debian/liblog4r-ruby1.8.examples
===================================================================
--- packages/liblog4r-ruby/trunk/debian/liblog4r-ruby1.8.examples 2006-01-25 16:41:33 UTC (rev 299)
+++ packages/liblog4r-ruby/trunk/debian/liblog4r-ruby1.8.examples 2006-01-25 16:41:48 UTC (rev 300)
@@ -0,0 +1 @@
+examples/.
Added: packages/liblog4r-ruby/trunk/debian/liblog4r-ruby1.8.install
===================================================================
--- packages/liblog4r-ruby/trunk/debian/liblog4r-ruby1.8.install 2006-01-25 16:41:33 UTC (rev 299)
+++ packages/liblog4r-ruby/trunk/debian/liblog4r-ruby1.8.install 2006-01-25 16:41:48 UTC (rev 300)
@@ -0,0 +1 @@
+doc/. usr/share/doc/liblog4r-ruby1.8/html
Added: packages/liblog4r-ruby/trunk/debian/rules
===================================================================
--- packages/liblog4r-ruby/trunk/debian/rules 2006-01-25 16:41:33 UTC (rev 299)
+++ packages/liblog4r-ruby/trunk/debian/rules 2006-01-25 16:41:48 UTC (rev 300)
@@ -0,0 +1,43 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+RUBY = ruby1.8
+
+rubylibdir := $(shell $(RUBY) -r rbconfig -e 'print Config::CONFIG["rubylibdir"]')
+
+pkg=liblog4r-$(RUBY)
+pkgdir=$(CURDIR)/debian/$(pkg)
+libdir=$(pkgdir)$(rubylibdir)
+
+build:
+
+clean:
+ dh_clean
+
+install: clean
+ mkdir -p $(libdir)
+ cp -r src/. $(libdir)
+
+# Build architecture-independent files here.
+binary-indep: build install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs changelog
+ dh_installdocs
+ dh_installexamples
+ dh_install
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+# Build architecture-dependent files here.
+binary-arch: build install
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
Property changes on: packages/liblog4r-ruby/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
More information about the pkg-ruby-extras-maintainers
mailing list