[DRE-commits] r1958 - packages-wip/libmarkaby-ruby/trunk/debian

paulvt at alioth.debian.org paulvt at alioth.debian.org
Sun Oct 7 08:48:19 UTC 2007


Author: paulvt
Date: 2007-10-07 08:48:19 +0000 (Sun, 07 Oct 2007)
New Revision: 1958

Removed:
   packages-wip/libmarkaby-ruby/trunk/debian/control.in
Modified:
   packages-wip/libmarkaby-ruby/trunk/debian/changelog
   packages-wip/libmarkaby-ruby/trunk/debian/control
   packages-wip/libmarkaby-ruby/trunk/debian/rules
Log:
* Update debian/control, debian/changelog to not use the Uploaders rule. Removed debian/control.in.
* Indented the Homepage pseudo-field.
* Set distribution to unstable; ready for upload.

Modified: packages-wip/libmarkaby-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libmarkaby-ruby/trunk/debian/changelog	2007-10-07 08:43:10 UTC (rev 1957)
+++ packages-wip/libmarkaby-ruby/trunk/debian/changelog	2007-10-07 08:48:19 UTC (rev 1958)
@@ -1,4 +1,4 @@
-libmarkaby-ruby (0.5-1) luon-sid; urgency=low
+libmarkaby-ruby (0.5-1) unstable; urgency=low
 
   * Initial release. (Closes: #396890)
   * Added patch 01_remove-gem-requirement since it runs perfectly without

Modified: packages-wip/libmarkaby-ruby/trunk/debian/control
===================================================================
--- packages-wip/libmarkaby-ruby/trunk/debian/control	2007-10-07 08:43:10 UTC (rev 1957)
+++ packages-wip/libmarkaby-ruby/trunk/debian/control	2007-10-07 08:48:19 UTC (rev 1958)
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Paul van Tilburg <paulvt 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>, 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>, 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>, Gunnar Wolf <gwolf at debian.org>, Maxim Komar <komar at ukr.net>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools (>= 0.8), ruby1.8
 Standards-Version: 3.7.2
 
@@ -18,7 +18,7 @@
  two languages together.  It is also a replacement for templating
  languages which use primitive languages that blend with HTML. 
  .
- Homepage: http://code.whytheluckystiff.net/markaby/
+  Homepage: http://code.whytheluckystiff.net/markaby/
  .
  This is a dependency package which depends on Debian's default Ruby
  version (currently 1.8).
@@ -35,4 +35,4 @@
  two languages together.  It is also a replacement for templating
  languages which use primitive languages that blend with HTML. 
  .
- Homepage: http://code.whytheluckystiff.net/markaby/
+  Homepage: http://code.whytheluckystiff.net/markaby/

Deleted: packages-wip/libmarkaby-ruby/trunk/debian/control.in
===================================================================
--- packages-wip/libmarkaby-ruby/trunk/debian/control.in	2007-10-07 08:43:10 UTC (rev 1957)
+++ packages-wip/libmarkaby-ruby/trunk/debian/control.in	2007-10-07 08:48:19 UTC (rev 1958)
@@ -1,38 +0,0 @@
-Source: libmarkaby-ruby
-Section: libs
-Priority: optional
-Maintainer: Paul van Tilburg <paulvt at debian.org>
-Uploaders: @RUBY_EXTRAS_TEAM@
-Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools (>= 0.8), ruby1.8
-Standards-Version: 3.7.2
-
-Package: libmarkaby-ruby
-Architecture: all
-Depends: libmarkaby-ruby1.8
-Description: a templating engine for writing HTML pages in pure Ruby
- With Markaby, HTML is generated by mapping method calls to HTML elements,
- object attributes to element classes or HTML IDs and block arguments to
- the contents of the elements.
- .
- This engine is an alternative to ERb (see: liberb-ruby) which weaves the
- two languages together.  It is also a replacement for templating
- languages which use primitive languages that blend with HTML. 
- .
- Homepage: http://code.whytheluckystiff.net/markaby/
- .
- This is a dependency package which depends on Debian's default Ruby
- version (currently 1.8).
-
-Package: libmarkaby-ruby1.8
-Architecture: all
-Depends: libbuilder-ruby1.8, libruby1.8
-Description: a templating engine for writing HTML pages in pure Ruby
- With Markaby, HTML is generated by mapping method calls to HTML elements,
- object attributes to element classes or HTML IDs and block arguments to
- the contents of the elements.
- .
- This engine is an alternative to ERb (see: liberb-ruby) which weaves the
- two languages together.  It is also a replacement for templating
- languages which use primitive languages that blend with HTML. 
- .
- Homepage: http://code.whytheluckystiff.net/markaby/

Modified: packages-wip/libmarkaby-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libmarkaby-ruby/trunk/debian/rules	2007-10-07 08:43:10 UTC (rev 1957)
+++ packages-wip/libmarkaby-ruby/trunk/debian/rules	2007-10-07 08:48:19 UTC (rev 1958)
@@ -5,4 +5,3 @@
 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




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