[DRE-commits] r1359 - packages/libxmpp4r-ruby/trunk/debian

Lucas Nussbaum lucas at alioth.debian.org
Sat Apr 14 21:56:58 UTC 2007


Author: lucas
Date: 2007-04-14 21:56:58 +0000 (Sat, 14 Apr 2007)
New Revision: 1359

Removed:
   packages/libxmpp4r-ruby/trunk/debian/control.in
Modified:
   packages/libxmpp4r-ruby/trunk/debian/changelog
   packages/libxmpp4r-ruby/trunk/debian/control
   packages/libxmpp4r-ruby/trunk/debian/rules
Log:
libxmpp4r-ruby 0.3-3 prepared for upload

Modified: packages/libxmpp4r-ruby/trunk/debian/changelog
===================================================================
--- packages/libxmpp4r-ruby/trunk/debian/changelog	2007-04-14 21:28:31 UTC (rev 1358)
+++ packages/libxmpp4r-ruby/trunk/debian/changelog	2007-04-14 21:56:58 UTC (rev 1359)
@@ -1,8 +1,10 @@
-libxmpp4r-ruby (0.3-3) UNRELEASED; urgency=low
+libxmpp4r-ruby (0.3-3) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Stopped using the "Uploaders rule".
+  * Made the example scripts not executable and removed a temp file. (fixes
+    some lintian/linda warnings)
 
- -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Fri, 23 Feb 2007 19:44:09 +0100
+ -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Sat, 14 Apr 2007 23:37:40 +0200
 
 libxmpp4r-ruby (0.3-2) unstable; urgency=low
 

Modified: packages/libxmpp4r-ruby/trunk/debian/control
===================================================================
--- packages/libxmpp4r-ruby/trunk/debian/control	2007-04-14 21:28:31 UTC (rev 1358)
+++ packages/libxmpp4r-ruby/trunk/debian/control	2007-04-14 21:56:58 UTC (rev 1359)
@@ -2,8 +2,8 @@
 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>, Thierry Reding <thierry at doppeltgemoppelt.de>, Marc Dequènes (Duck) <Duck at DuckCorp.org>, Ari Pollak <ari at debian.org>, Daigo Moriwaki <daigo at debian.org>, Vincent Fourmond <vincent.fourmond at 9online.fr>, Rudi Cilibrasi <cilibrar at cilibrar.com>, Patrick Ringl <patrick_ at freenet.de>, Filipe Lautert <filipelautert at celepar.pr.gov.br>, Florian Ragwitz <rafl at debian.org>
-Build-Depends-Indep: ruby1.8, graphviz, ruby-pkg-tools, rdoc, graphviz
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends-Indep: ruby1.8, ruby-pkg-tools, rdoc, graphviz
 Build-Depends: debhelper (>= 5), cdbs
 Standards-Version: 3.7.2
 

Deleted: packages/libxmpp4r-ruby/trunk/debian/control.in
===================================================================
--- packages/libxmpp4r-ruby/trunk/debian/control.in	2007-04-14 21:28:31 UTC (rev 1358)
+++ packages/libxmpp4r-ruby/trunk/debian/control.in	2007-04-14 21:56:58 UTC (rev 1359)
@@ -1,57 +0,0 @@
-Source: libxmpp4r-ruby
-Section: net
-Priority: optional
-Maintainer: Lucas Nussbaum <lucas at lucas-nussbaum.net>
-Uploaders: @RUBY_EXTRAS_TEAM@
-Build-Depends-Indep: ruby1.8, graphviz, ruby-pkg-tools, rdoc, graphviz
-Build-Depends: debhelper (>= 5), cdbs
-Standards-Version: 3.7.2
-
-Package: libxmpp4r-ruby1.8
-Depends: ruby1.8, libopenssl-ruby1.8
-Suggests: libxmpp4r-ruby-doc
-Architecture: all
-Description: XMPP/Jabber library for Ruby
- XMPP4R is an library allowing Ruby developers to write software using
- XMPP or Jabber. 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
-Suggests: libxmpp4r-ruby-doc
-Description: XMPP/Jabber library for Ruby (dummy package)
- XMPP4R is an library allowing Ruby developers to write software using
- XMPP or Jabber. 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-ruby-doc
-Section: doc
-Depends: libxmpp4r-ruby1.8
-Architecture: all
-Conflicts: libxmpp4r-ruby1.8-dev (<< 0.3-1)
-Replaces: libxmpp4r-ruby1.8-dev
-Provides: libxmpp4r-ruby1.8-dev
-Description: Documentation for XMPP4R (libxmpp4r-ruby)
- This package provides example scripts, unit tests and rdoc
- documentation about XMPP4R.
- .
- XMPP4R is an library allowing Ruby developers to write software using
- XMPP or Jabber. 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-ruby1.8-dev
-Depends: libxmpp4r-ruby-doc
-Architecture: all
-Description: Development data for XMPP4R (dummy package)
- This package is only a transitional dummy package which depends on the
- new libxmpp4r-ruby-doc package. This package can be safely removed.

Modified: packages/libxmpp4r-ruby/trunk/debian/rules
===================================================================
--- packages/libxmpp4r-ruby/trunk/debian/rules	2007-04-14 21:28:31 UTC (rev 1358)
+++ packages/libxmpp4r-ruby/trunk/debian/rules	2007-04-14 21:56:58 UTC (rev 1359)
@@ -2,7 +2,6 @@
 # debian/rules that uses debhelper.
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
 
 # Uncomment this to turn on verbose mode.
@@ -11,4 +10,9 @@
 install/libxmpp4r-ruby1.8::
 	rm -rf $(CURDIR)/debian/libxmpp4r-ruby1.8/usr/share/doc/xmpp4r
 
+DEB_COMPRESS_EXCLUDE := .rb
 
+# minor fixes to the examples (probably to be removed with the next upstream version)
+binary-install/libxmpp4r-ruby-doc::
+	chmod -R a-x $(CURDIR)/debian/libxmpp4r-ruby-doc/usr/share/doc/libxmpp4r-ruby-doc/examples/
+	rm $(CURDIR)/debian/libxmpp4r-ruby-doc/usr/share/doc/libxmpp4r-ruby-doc/test/roster/.tc_helper.rb.swp




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