[DRE-commits] r1593 - packages/libihelp-ruby/trunk/debian

paulvt at alioth.debian.org paulvt at alioth.debian.org
Fri May 18 20:16:00 UTC 2007


Author: paulvt
Date: 2007-05-18 20:16:00 +0000 (Fri, 18 May 2007)
New Revision: 1593

Removed:
   packages/libihelp-ruby/trunk/debian/control.in
Modified:
   packages/libihelp-ruby/trunk/debian/changelog
   packages/libihelp-ruby/trunk/debian/control
   packages/libihelp-ruby/trunk/debian/rules
Log:
* 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/libihelp-ruby/trunk/debian/changelog
===================================================================
--- packages/libihelp-ruby/trunk/debian/changelog	2007-05-18 20:14:06 UTC (rev 1592)
+++ packages/libihelp-ruby/trunk/debian/changelog	2007-05-18 20:16:00 UTC (rev 1593)
@@ -1,10 +1,13 @@
-libihelp-ruby (0.4.5-1) UNRELEASED; urgency=low
+libihelp-ruby (0.4.5-1) unstable; urgency=low
 
-  [ Paul van Tilburg ]
   * New upstream release.
   * Updated the debian/watch file now that upstream has moved to RubyForge.
+  * 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>  Thu, 19 Apr 2007 01:33:41 +0200
+ -- Paul van Tilburg <paulvt at debian.org>  Fri, 18 May 2007 22:15:01 +0200
 
 libihelp-ruby (0.3.1-3) unstable; urgency=low
 

Modified: packages/libihelp-ruby/trunk/debian/control
===================================================================
--- packages/libihelp-ruby/trunk/debian/control	2007-05-18 20:14:06 UTC (rev 1592)
+++ packages/libihelp-ruby/trunk/debian/control	2007-05-18 20:16:00 UTC (rev 1593)
@@ -1,10 +1,10 @@
 Source: libihelp-ruby
 Section: devel
 Priority: optional
-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>, 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>, Ari Pollak <ari at debian.org>, Daigo Moriwaki <daigo at debian.org>
 Maintainer: Esteban Manchado Velázquez <zoso at debian.org>
-Build-Depends-Indep: ruby1.8, ruby-pkg-tools, rdoc, graphviz
-Build-Depends: cdbs, debhelper (>= 4.1.0)
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends-Indep: ruby1.8, rdoc, graphviz
+Build-Depends: ruby-pkg-tools (>= 0.8), cdbs, debhelper (>= 4.1.0)
 Standards-Version: 3.7.2.0
 
 Package: libihelp-ruby

Deleted: packages/libihelp-ruby/trunk/debian/control.in
===================================================================
--- packages/libihelp-ruby/trunk/debian/control.in	2007-05-18 20:14:06 UTC (rev 1592)
+++ packages/libihelp-ruby/trunk/debian/control.in	2007-05-18 20:16:00 UTC (rev 1593)
@@ -1,26 +0,0 @@
-Source: libihelp-ruby
-Section: devel
-Priority: optional
-Uploaders: @RUBY_EXTRAS_TEAM@
-Maintainer: Esteban Manchado Velázquez <zoso at debian.org>
-Build-Depends-Indep: ruby1.8, ruby-pkg-tools, rdoc, graphviz
-Build-Depends: cdbs, debhelper (>= 4.1.0)
-Standards-Version: 3.7.2.0
-
-Package: libihelp-ruby
-Architecture: all
-Depends: libihelp-ruby1.8
-Description: Ruby console contextual help
- IHelp (Interactive Help) provides contextual help for classes, modules and
- methods by using ri.
- .
- This is the dummy package for the default version, with included
- documentation.
-
-Package: libihelp-ruby1.8
-Architecture: all
-Depends: libruby1.8, ri
-Recommends: irb
-Description: Ruby console contextual help (1.8 package)
- IHelp (Interactive Help) provides contextual help for classes, modules and
- methods by using ri.

Modified: packages/libihelp-ruby/trunk/debian/rules
===================================================================
--- packages/libihelp-ruby/trunk/debian/rules	2007-05-18 20:14:06 UTC (rev 1592)
+++ packages/libihelp-ruby/trunk/debian/rules	2007-05-18 20:16:00 UTC (rev 1593)
@@ -2,7 +2,6 @@
 
 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
 
 $(patsubst %,install/%,$(DEB_RUBY_REAL_LIB_PACKAGES)) :: install/% :
 	for i in $(DEB_RUBY_REAL_LIB_PACKAGES); do find debian/$$i -depth -name .arch-ids -exec rmdir {} \; ; done




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