[Pkg-ruby-extras-maintainers] r198 - packages/libcairo-ruby/trunk/debian

Thierry Reding beatle-guest at costa.debian.org
Mon Jan 2 11:07:29 UTC 2006


Author: beatle-guest
Date: 2006-01-02 11:07:28 +0000 (Mon, 02 Jan 2006)
New Revision: 198

Added:
   packages/libcairo-ruby/trunk/debian/control.in
Modified:
   packages/libcairo-ruby/trunk/debian/changelog
   packages/libcairo-ruby/trunk/debian/control
   packages/libcairo-ruby/trunk/debian/rules
Log:
* Now uses the "Uploaders Rule".


Modified: packages/libcairo-ruby/trunk/debian/changelog
===================================================================
--- packages/libcairo-ruby/trunk/debian/changelog	2006-01-02 10:05:26 UTC (rev 197)
+++ packages/libcairo-ruby/trunk/debian/changelog	2006-01-02 11:07:28 UTC (rev 198)
@@ -1,5 +1,8 @@
 libcairo-ruby (1.0.0-1) unstable; urgency=low
 
   * Initial release. (Closes: #342466)
+  * Uses "The Uploaders Rule" to automatically fill in the Uploaders: field in
+    the `debian/control' file so that all pkg-ruby-extras team members will be
+    listed.
 
- -- Thierry Reding <thierry at doppeltgemoppelt.de>  Sun,  1 Jan 2006 15:26:56 +0100
+ -- Thierry Reding <thierry at doppeltgemoppelt.de>  Mon,  2 Jan 2006 12:04:28 +0100

Modified: packages/libcairo-ruby/trunk/debian/control
===================================================================
--- packages/libcairo-ruby/trunk/debian/control	2006-01-02 10:05:26 UTC (rev 197)
+++ packages/libcairo-ruby/trunk/debian/control	2006-01-02 11:07:28 UTC (rev 198)
@@ -2,8 +2,9 @@
 Section: libs
 Priority: extra
 Maintainer: Thierry Reding <thierry at doppeltgemoppelt.de>
+Uploaders: @RUBY_TEAM@
 Standards-Version: 3.6.2
-Build-Depends: debhelper (>> 5), ruby, ruby1.8, ruby1.8-dev, libcairo2-dev
+Build-Depends: debhelper (>> 5), ruby, ruby1.8, ruby1.8-dev, ruby-pkg-tools, libcairo2-dev
 
 Package: libcairo-ruby
 Architecture: any

Copied: packages/libcairo-ruby/trunk/debian/control.in (from rev 197, packages/libcairo-ruby/trunk/debian/control)
===================================================================
--- packages/libcairo-ruby/trunk/debian/control	2006-01-02 10:05:26 UTC (rev 197)
+++ packages/libcairo-ruby/trunk/debian/control.in	2006-01-02 11:07:28 UTC (rev 198)
@@ -0,0 +1,16 @@
+Source: libcairo-ruby
+Section: libs
+Priority: extra
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: @RUBY_TEAM@
+Standards-Version: 3.6.2
+Build-Depends: debhelper (>> 5), ruby, ruby1.8, ruby1.8-dev, ruby-pkg-tools, libcairo2-dev
+
+Package: libcairo-ruby
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Cairo bindings for the Ruby language
+ Cairo is a multi-platform library providing anti-aliased vector-based
+ rendering for multiple target backends. This package contains libraries for
+ using Cairo with the Ruby programming language. It is most likely useful in
+ conjunction with Ruby bindings for other libraries such as GTK+.

Modified: packages/libcairo-ruby/trunk/debian/rules
===================================================================
--- packages/libcairo-ruby/trunk/debian/rules	2006-01-02 10:05:26 UTC (rev 197)
+++ packages/libcairo-ruby/trunk/debian/rules	2006-01-02 11:07:28 UTC (rev 198)
@@ -5,6 +5,8 @@
 # Adapted from Dafydd Harries' rules file for ruby-gnome2.
 #
 
+include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
+
 ruby = ruby1.8
 
 config      = $(shell $(ruby) -rrbconfig -e 'puts Config::CONFIG["$(1)"]')
@@ -51,7 +53,7 @@
 
 binary: binary-arch binary-indep
 
-clean:
+clean::
 	dh_testdir
 	rm -f *-stamp
 	$(ruby) setup.rb distclean




More information about the pkg-ruby-extras-maintainers mailing list