[DRE-commits] r1596 - packages/libjson-ruby/trunk/debian

paulvt at alioth.debian.org paulvt at alioth.debian.org
Fri May 18 20:25:34 UTC 2007


Author: paulvt
Date: 2007-05-18 20:25:34 +0000 (Fri, 18 May 2007)
New Revision: 1596

Removed:
   packages/libjson-ruby/trunk/debian/control.in
Modified:
   packages/libjson-ruby/trunk/debian/changelog
   packages/libjson-ruby/trunk/debian/control
   packages/libjson-ruby/trunk/debian/rules
Log:
* New upstream release.
* Adapted debian/control, debian/rules, and remove debian/control.in to
  drop the Uploaders rule.
* Moved the build-depend-indep on ruby-pkg-tools to the build-depends
  for it is used in the clean target.

Modified: packages/libjson-ruby/trunk/debian/changelog
===================================================================
--- packages/libjson-ruby/trunk/debian/changelog	2007-05-18 20:23:22 UTC (rev 1595)
+++ packages/libjson-ruby/trunk/debian/changelog	2007-05-18 20:25:34 UTC (rev 1596)
@@ -1,9 +1,17 @@
-libjson-ruby (0.4.2-2) UNRELEASED; urgency=low
+libjson-ruby (1.0.4-1) unstable; urgency=low
 
+  [ Esteban Manchado Velázquez ]
   * Changed edit-json section to "devel" (again???).
 
- -- Esteban Manchado Velázquez <zoso at debian.org>  Sat, 21 Oct 2006 22:47:48 +0100
+  [ Paul van Tilburg ]
+  * New upstream release.
+  * Adapted debian/control, debian/rules, and remove debian/control.in to
+    drop the Uploaders rule.
+  * Moved the build-depend-indep on ruby-pkg-tools to the build-depends
+    for it is used in the clean target.
 
+ -- Paul van Tilburg <paulvt at debian.org>  Fri, 18 May 2007 22:24:14 +0200
+
 libjson-ruby (0.4.2-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/libjson-ruby/trunk/debian/control
===================================================================
--- packages/libjson-ruby/trunk/debian/control	2007-05-18 20:23:22 UTC (rev 1595)
+++ packages/libjson-ruby/trunk/debian/control	2007-05-18 20:25:34 UTC (rev 1596)
@@ -2,9 +2,10 @@
 Section: libs
 Priority: optional
 Maintainer: Esteban Manchado Velázquez <zoso at debian.org>
-Uploaders: 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>, Lucas Nussbaum <lucas at lucas-nussbaum.net>, Thierry Reding <thierry at doppeltgemoppelt.de>, Marc Dequènes (Duck) <Duck at DuckCorp.org>
-Build-Depends-Indep: cdbs, debhelper (>= 4.1.0), ruby-pkg-tools, ruby1.8, rdoc, graphviz
-Standards-Version: 3.6.2
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: ruby-pkg-tools (>= 0.8), cdbs, debhelper (>= 4.1.0)
+Build-Depends-Indep: ruby1.8, rdoc, graphviz
+Standards-Version: 3.7.2
 
 Package: libjson-ruby
 Architecture: all

Deleted: packages/libjson-ruby/trunk/debian/control.in
===================================================================
--- packages/libjson-ruby/trunk/debian/control.in	2007-05-18 20:23:22 UTC (rev 1595)
+++ packages/libjson-ruby/trunk/debian/control.in	2007-05-18 20:25:34 UTC (rev 1596)
@@ -1,49 +0,0 @@
-Source: libjson-ruby
-Section: libs
-Priority: optional
-Maintainer: Esteban Manchado Velázquez <zoso at debian.org>
-Uploaders: @RUBY_EXTRAS_TEAM@
-Build-Depends: cdbs, debhelper (>= 4.1.0)
-Build-Depends-Indep: ruby-pkg-tools (>= 0.8), ruby1.8, rdoc, graphviz
-Standards-Version: 3.7.2
-
-Package: libjson-ruby
-Architecture: all
-Depends: libjson-ruby1.8
-Description: JSON library for Ruby (default Ruby version)
- This library implements the JSON (JavaScript Object Notation) specification in
- Ruby, allowing the developer to easily convert data between Ruby and JSON. You
- can think of it as a low fat alternative to XML, if you want to store data to
- disk or transmit it over a network rather than use a verbose markup language.
- .
- This is a dummy package depending on the library for the current default
- version of Ruby.
-
-Package: libjson-ruby-doc
-Architecture: all
-Section: doc
-Description: JSON library for Ruby (documentation)
- This library implements the JSON (JavaScript Object Notation) specification in
- Ruby, allowing the developer to easily convert data between Ruby and JSON. You
- can think of it as a low fat alternative to XML, if you want to store data to
- disk or transmit it over a network rather than use a verbose markup language.
- .
- This is the documentation package, with upstream documentation as well as
- generated rdoc.
-
-Package: edit-json
-Architecture: all
-Section: devel
-Depends: ruby1.8, libjson-ruby1.8, libgtk2-ruby
-Description: JSON files editor
- Small graphical JSON editor. It allows creating and modifying JSON (JavaScript
- Object Notation) files with the aid of a graphical user interface.
-
-Package: libjson-ruby1.8
-Architecture: all
-Depends: ruby1.8
-Description: JSON library for Ruby (Ruby 1.8 version)
- This library implements the JSON (JavaScript Object Notation) specification in
- Ruby, allowing the developer to easily convert data between Ruby and JSON. You
- can think of it as a low fat alternative to XML, if you want to store data to
- disk or transmit it over a network rather than use a verbose markup language.

Modified: packages/libjson-ruby/trunk/debian/rules
===================================================================
--- packages/libjson-ruby/trunk/debian/rules	2007-05-18 20:23:22 UTC (rev 1595)
+++ packages/libjson-ruby/trunk/debian/rules	2007-05-18 20:25:34 UTC (rev 1596)
@@ -3,7 +3,6 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
-include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
 
 BASEDIR = `pwd`/debian
 DEB_INSTALL_MANPAGES_edit-json = debian/edit_json.1




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