[Pkg-ruby-extras-maintainers] r111 - in packages: . libxmpp4r-ruby
libxmpp4r-ruby/trunk libxmpp4r-ruby/trunk/debian
Lucas Nussbaum
lucas-guest at costa.debian.org
Wed Nov 2 21:52:52 UTC 2005
Author: lucas-guest
Date: 2005-11-02 21:52:51 +0000 (Wed, 02 Nov 2005)
New Revision: 111
Added:
packages/libxmpp4r-ruby/
packages/libxmpp4r-ruby/tags/
packages/libxmpp4r-ruby/trunk/
packages/libxmpp4r-ruby/trunk/debian/
packages/libxmpp4r-ruby/trunk/debian/changelog
packages/libxmpp4r-ruby/trunk/debian/compat
packages/libxmpp4r-ruby/trunk/debian/control
packages/libxmpp4r-ruby/trunk/debian/control.in
packages/libxmpp4r-ruby/trunk/debian/copyright
packages/libxmpp4r-ruby/trunk/debian/rules
packages/libxmpp4r-ruby/trunk/debian/watch
Log:
libxmpp4r-ruby: first tries with cdbs
Added: packages/libxmpp4r-ruby/trunk/debian/changelog
===================================================================
--- packages/libxmpp4r-ruby/trunk/debian/changelog 2005-11-02 21:50:17 UTC (rev 110)
+++ packages/libxmpp4r-ruby/trunk/debian/changelog 2005-11-02 21:52:51 UTC (rev 111)
@@ -0,0 +1,5 @@
+libxmpp4r-ruby (0.2-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Lucas Nussbaum <lucas at lucas-nussbaum.net> Wed, 2 Nov 2005 22:08:00 +0200
Added: packages/libxmpp4r-ruby/trunk/debian/compat
===================================================================
--- packages/libxmpp4r-ruby/trunk/debian/compat 2005-11-02 21:50:17 UTC (rev 110)
+++ packages/libxmpp4r-ruby/trunk/debian/compat 2005-11-02 21:52:51 UTC (rev 111)
@@ -0,0 +1 @@
+4
Added: packages/libxmpp4r-ruby/trunk/debian/control
===================================================================
--- packages/libxmpp4r-ruby/trunk/debian/control 2005-11-02 21:50:17 UTC (rev 110)
+++ packages/libxmpp4r-ruby/trunk/debian/control 2005-11-02 21:52:51 UTC (rev 111)
@@ -0,0 +1,45 @@
+Source: xmpp4r
+Section: net
+Priority: optional
+Maintainer: Lucas Nussbaum <lucas at lucas-nussbaum.net>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Antonio S. de A. Terceiro <asaterceiro at inf.ufrgs.br>, David Moreno Garza <damog at debian.org>, David Nusinow <dnusinow at debian.org>, Paul van Tilburg <paulvt at debian.org>, Esteban Manchado Velázquez <zoso at debian.org>, Arnaud Cornet <arnaud.cornet at gmail.com>
+Build-Depends-Indep: debhelper (>= 4), ruby1.8
+Standards-Version: 3.6.2.1
+
+Package: libxmpp4r-ruby1.8
+Depends: ruby1.8
+Suggests: libxmpp4r-ruby1.8-examples
+Architecture: all
+Description: XMPP/Jabber library for Ruby
+ XMPP4R is an XMPP/Jabber library for Ruby. It provides all the necessary
+ backend to write scripts or applications acting as Jabber clients or
+ components.
+ .
+ Homepage: http://home.gna.org/xmpp4r/
+
+Package: libxmpp4r-ruby
+Architecture: all
+Depends: libxmpp4r-ruby1.8
+Description: XMPP/Jabber library for Ruby (dummy package)
+ XMPP4R is an XMPP/Jabber library for Ruby. It provides all the necessary
+ backend to write scripts or applications acting as Jabber clients or
+ components.
+ .
+ Homepage: http://home.gna.org/xmpp4r/
+ .
+ This package is a dependency package, which depends on Debian's default Ruby
+ version (currently 1.8.x).
+
+Package: libxmpp4r-ruby1.8-examples
+Depends: libxmpp4r-ruby1.8
+Architecture: all
+Description: Examples for XMPP4R (libxmpp4r-ruby)
+ This package provides example scripts about XMPP4R.
+ .
+ XMPP4R is an XMPP/Jabber library for Ruby. It provides all the necessary
+ backend to write scripts or applications acting as Jabber clients or
+ components.
+ .
+ Homepage: http://home.gna.org/xmpp4r/
+
+
Added: packages/libxmpp4r-ruby/trunk/debian/control.in
===================================================================
--- packages/libxmpp4r-ruby/trunk/debian/control.in 2005-11-02 21:50:17 UTC (rev 110)
+++ packages/libxmpp4r-ruby/trunk/debian/control.in 2005-11-02 21:52:51 UTC (rev 111)
@@ -0,0 +1,45 @@
+Source: xmpp4r
+Section: net
+Priority: optional
+Maintainer: Lucas Nussbaum <lucas at lucas-nussbaum.net>
+Uploaders: @RUBY_TEAM@
+Build-Depends-Indep: debhelper (>= 4), ruby1.8
+Standards-Version: 3.6.2.1
+
+Package: libxmpp4r-ruby1.8
+Depends: ruby1.8
+Suggests: libxmpp4r-ruby1.8-examples
+Architecture: all
+Description: XMPP/Jabber library for Ruby
+ XMPP4R is an XMPP/Jabber library for Ruby. It provides all the necessary
+ backend to write scripts or applications acting as Jabber clients or
+ components.
+ .
+ Homepage: http://home.gna.org/xmpp4r/
+
+Package: libxmpp4r-ruby
+Architecture: all
+Depends: libxmpp4r-ruby1.8
+Description: XMPP/Jabber library for Ruby (dummy package)
+ XMPP4R is an XMPP/Jabber library for Ruby. It provides all the necessary
+ backend to write scripts or applications acting as Jabber clients or
+ components.
+ .
+ Homepage: http://home.gna.org/xmpp4r/
+ .
+ This package is a dependency package, which depends on Debian's default Ruby
+ version (currently 1.8.x).
+
+Package: libxmpp4r-ruby1.8-examples
+Depends: libxmpp4r-ruby1.8
+Architecture: all
+Description: Examples for XMPP4R (libxmpp4r-ruby)
+ This package provides example scripts about XMPP4R.
+ .
+ XMPP4R is an XMPP/Jabber library for Ruby. It provides all the necessary
+ backend to write scripts or applications acting as Jabber clients or
+ components.
+ .
+ Homepage: http://home.gna.org/xmpp4r/
+
+
Added: packages/libxmpp4r-ruby/trunk/debian/copyright
===================================================================
--- packages/libxmpp4r-ruby/trunk/debian/copyright 2005-11-02 21:50:17 UTC (rev 110)
+++ packages/libxmpp4r-ruby/trunk/debian/copyright 2005-11-02 21:52:51 UTC (rev 111)
@@ -0,0 +1,84 @@
+This package was debianized by Lucas Nussbaum <lucas at lucas-nussbaum.net> on
+Wed, 01 Nov 2005 22:20:00 +0100.
+
+It was downloaded from http://home.gna.org/xmpp4r/
+
+
+Upstream Author: Lucas Nussbaum <lucas at lucas-nussbaum.net> and others.
+
+Copyright:
+
+XMPP4R is released under the Ruby license (see the LICENSE file), which is
+compatible with the GNU GPL (see the COPYING file) via an explicit
+dual-licensing clause.
+
+On Debian systems, the complete text of the GNU General Public
+License can be found in the file `/usr/share/common-licenses/GPL'.
+
+The setup.rb file included in the package's source is released under the GNU
+LGPL. On Debian systems, the complete text of the GNU Lesser General Public
+can be found in `/usr/share/common-licenses/LGPL'.
+
+-----------------------------------------------------------------------
+Ruby's license:
+
+XMPP4R is copyrighted free software by Lucas Nussbaum
+<lucas at lucas-nussbaum.net>, Stephan Maka <astro at spaceboyz.net>, and others.
+You can redistribute it and/or modify it under either the terms of the GPL (see
+COPYING file), 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). But some files in the distribution
+ are not written by the author, so that they are not under this terms.
+
+ They are gc.c(partly), utils.c(partly), regex.[ch], st.[ch] and some
+ files under the ./missing directory. See each file for the copying
+ condition.
+
+ 5. The scripts and library files supplied as input to or produced as
+ output from the software do not automatically fall under the
+ copyright of the software, but belong to whomever generated them,
+ and may be sold commercially, and may be aggregated with this
+ software.
+
+ 6. 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.
+
+
Added: packages/libxmpp4r-ruby/trunk/debian/rules
===================================================================
--- packages/libxmpp4r-ruby/trunk/debian/rules 2005-11-02 21:50:17 UTC (rev 110)
+++ packages/libxmpp4r-ruby/trunk/debian/rules 2005-11-02 21:52:51 UTC (rev 111)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+#
+# CDBS file to build the Ruby Cmd package.
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+
+include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
Property changes on: packages/libxmpp4r-ruby/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: packages/libxmpp4r-ruby/trunk/debian/watch
===================================================================
--- packages/libxmpp4r-ruby/trunk/debian/watch 2005-11-02 21:50:17 UTC (rev 110)
+++ packages/libxmpp4r-ruby/trunk/debian/watch 2005-11-02 21:52:51 UTC (rev 111)
@@ -0,0 +1,2 @@
+version=2
+http://download.gna.org/xmpp4r/xmpp4r-(.*)\.tgz debian
More information about the pkg-ruby-extras-maintainers
mailing list