[DRE-commits] r1591 - packages/libhighline-ruby/trunk/debian

paulvt at alioth.debian.org paulvt at alioth.debian.org
Fri May 18 20:11:31 UTC 2007


Author: paulvt
Date: 2007-05-18 20:11:31 +0000 (Fri, 18 May 2007)
New Revision: 1591

Removed:
   packages/libhighline-ruby/trunk/debian/control.in
Modified:
   packages/libhighline-ruby/trunk/debian/changelog
   packages/libhighline-ruby/trunk/debian/control
   packages/libhighline-ruby/trunk/debian/rules
Log:
* New upstream release.
* Adapted debian/control, debian/rules, and remove debian/control.in to
  drop the Uploaders rule.

Modified: packages/libhighline-ruby/trunk/debian/changelog
===================================================================
--- packages/libhighline-ruby/trunk/debian/changelog	2007-05-18 20:07:14 UTC (rev 1590)
+++ packages/libhighline-ruby/trunk/debian/changelog	2007-05-18 20:11:31 UTC (rev 1591)
@@ -1,8 +1,10 @@
-libhighline-ruby (1.2.2-2) UNRELEASED; urgency=low
+libhighline-ruby (1.2.7-1) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * New upstream release.
+  * Adapted debian/control, debian/rules, and remove debian/control.in to
+    drop the Uploaders rule.
 
- -- Esteban Manchado Velázquez <zoso at debian.org>  Sat, 21 Oct 2006 20:42:58 +0100
+ -- Paul van Tilburg <paulvt at debian.org>  Fri, 18 May 2007 22:08:07 +0200
 
 libhighline-ruby (1.2.2-1) unstable; urgency=low
 

Modified: packages/libhighline-ruby/trunk/debian/control
===================================================================
--- packages/libhighline-ruby/trunk/debian/control	2007-05-18 20:07:14 UTC (rev 1590)
+++ packages/libhighline-ruby/trunk/debian/control	2007-05-18 20:11:31 UTC (rev 1591)
@@ -2,8 +2,10 @@
 Section: libs
 Priority: optional
 Maintainer: Esteban Manchado Velázquez <zoso at debian.org>
-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>
-Build-Depends: cdbs, debhelper (>= 4.1.0), ruby-pkg-tools, ruby1.8
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.ali
+oth.debian.org>
+Build-Depends-Indep: rdoc, graphviz
+Build-Depends: cdbs, debhelper (>= 4.1.0), ruby-pkg-tools (>= 0.8), ruby1.8
 Standards-Version: 3.7.2
 
 Package: libhighline-ruby
@@ -31,6 +33,7 @@
  generated rdoc.
 
 Package: libhighline-ruby1.8
+Depends: ruby1.8
 Architecture: all
 Description: High-level interactive IO Ruby library
  High-level IO library that provides validation, type conversion, and more for

Deleted: packages/libhighline-ruby/trunk/debian/control.in
===================================================================
--- packages/libhighline-ruby/trunk/debian/control.in	2007-05-18 20:07:14 UTC (rev 1590)
+++ packages/libhighline-ruby/trunk/debian/control.in	2007-05-18 20:11:31 UTC (rev 1591)
@@ -1,41 +0,0 @@
-Source: libhighline-ruby
-Section: libs
-Priority: optional
-Maintainer: Esteban Manchado Velázquez <zoso at debian.org>
-Uploaders: @RUBY_EXTRAS_TEAM@
-Build-Depends-Indep: rdoc, graphviz
-Build-Depends: cdbs, debhelper (>= 4.1.0), ruby-pkg-tools (>= 0.8), ruby1.8
-Standards-Version: 3.7.2
-
-Package: libhighline-ruby
-Depends: libhighline-ruby1.8
-Architecture: all
-Description: High-level interactive IO Ruby library (default Ruby version)
- High-level IO library that provides validation, type conversion, and more for
- command-line interfaces. HighLine also includes a complete menu system that
- can crank out anything from simple list selection to complete shells with just
- minutes of work.
- .
- This is a dummy package depending on the library for the current default
- version of Ruby.
-
-Package: libhighline-ruby-doc
-Section: doc
-Architecture: all
-Description: High-level interactive IO Ruby library (documentation)
- High-level IO library that provides validation, type conversion, and more for
- command-line interfaces. HighLine also includes a complete menu system that
- can crank out anything from simple list selection to complete shells with just
- minutes of work.
- .
- This is the documentation package, with upstream documentation as well as
- generated rdoc.
-
-Package: libhighline-ruby1.8
-Depends: ruby1.8
-Architecture: all
-Description: High-level interactive IO Ruby library
- High-level IO library that provides validation, type conversion, and more for
- command-line interfaces. HighLine also includes a complete menu system that
- can crank out anything from simple list selection to complete shells with just
- minutes of work.

Modified: packages/libhighline-ruby/trunk/debian/rules
===================================================================
--- packages/libhighline-ruby/trunk/debian/rules	2007-05-18 20:07:14 UTC (rev 1590)
+++ packages/libhighline-ruby/trunk/debian/rules	2007-05-18 20:11:31 UTC (rev 1591)
@@ -5,4 +5,3 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 # Ruby package with setup.rb
 include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
-include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk




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