[DRE-commits] r1601 - packages/libtext-format-ruby/trunk/debian

paulvt at alioth.debian.org paulvt at alioth.debian.org
Fri May 18 20:37:21 UTC 2007


Author: paulvt
Date: 2007-05-18 20:37:21 +0000 (Fri, 18 May 2007)
New Revision: 1601

Removed:
   packages/libtext-format-ruby/trunk/debian/control.in
Modified:
   packages/libtext-format-ruby/trunk/debian/changelog
   packages/libtext-format-ruby/trunk/debian/control
   packages/libtext-format-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.
* Bumped standards version to 3.7.2; no changes required.

Modified: packages/libtext-format-ruby/trunk/debian/changelog
===================================================================
--- packages/libtext-format-ruby/trunk/debian/changelog	2007-05-18 20:34:43 UTC (rev 1600)
+++ packages/libtext-format-ruby/trunk/debian/changelog	2007-05-18 20:37:21 UTC (rev 1601)
@@ -1,3 +1,13 @@
+libtext-format-ruby (1.0.0-2) unstable; urgency=low
+
+  * 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.
+  * Bumped standards version to 3.7.2; no changes required.
+
+ -- Paul van Tilburg <paulvt at debian.org>  Fri, 18 May 2007 22:36:50 +0200
+
 libtext-format-ruby (1.0.0-1) unstable; urgency=low
 
   * Initial upload (closes #358897).

Modified: packages/libtext-format-ruby/trunk/debian/control
===================================================================
--- packages/libtext-format-ruby/trunk/debian/control	2007-05-18 20:34:43 UTC (rev 1600)
+++ packages/libtext-format-ruby/trunk/debian/control	2007-05-18 20:37:21 UTC (rev 1601)
@@ -1,10 +1,11 @@
 Source: libtext-format-ruby
 Section: libs
 Priority: optional
-Maintainer: Esteban Manchado Velázquez <zoso at foton.es>
-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>, 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>
-Build-Depends-Indep: cdbs, debhelper (>= 4.1.0), ruby-pkg-tools, ruby1.8, rdoc, graphviz
-Standards-Version: 3.6.2
+Maintainer: Esteban Manchado Velázquez <zoso at debian.org>
+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: libtext-format-ruby
 Architecture: all

Deleted: packages/libtext-format-ruby/trunk/debian/control.in
===================================================================
--- packages/libtext-format-ruby/trunk/debian/control.in	2007-05-18 20:34:43 UTC (rev 1600)
+++ packages/libtext-format-ruby/trunk/debian/control.in	2007-05-18 20:37:21 UTC (rev 1601)
@@ -1,41 +0,0 @@
-Source: libtext-format-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.1
-
-Package: libtext-format-ruby
-Architecture: all
-Depends: libtext-format-ruby1.8
-Description: Ruby library for text formatting
- Text::Format provides the ability to nicely format fixed-width text with
- knowledge of the writeable space (number of columns), margins, and indentation
- settings. Text::Format can work with either TeX::Hyphen or Text::Hyphen to
- hyphenate words when formatting.
- .
- This is a dummy package depending on the library for the current default
- version of Ruby.
-
-Package: libtext-format-ruby-doc
-Section: doc
-Architecture: all
-Description: Ruby library for text formatting (documentation)
- Text::Format provides the ability to nicely format fixed-width text with
- knowledge of the writeable space (number of columns), margins, and indentation
- settings. Text::Format can work with either TeX::Hyphen or Text::Hyphen to
- hyphenate words when formatting.
- .
- This is the documentation package, with upstream documentation, as well as
- generated rdoc.
-
-Package: libtext-format-ruby1.8
-Architecture: all
-Depends: ruby1.8
-Description: Ruby library for text formatting
- Text::Format provides the ability to nicely format fixed-width text with
- knowledge of the writeable space (number of columns), margins, and indentation
- settings. Text::Format can work with either TeX::Hyphen or Text::Hyphen to
- hyphenate words when formatting.

Modified: packages/libtext-format-ruby/trunk/debian/rules
===================================================================
--- packages/libtext-format-ruby/trunk/debian/rules	2007-05-18 20:34:43 UTC (rev 1600)
+++ packages/libtext-format-ruby/trunk/debian/rules	2007-05-18 20:37:21 UTC (rev 1601)
@@ -2,4 +2,3 @@
 
 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




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