[Pkg-ruby-extras-maintainers] r427 - packages/libcmdparse2-ruby/trunk/debian

Arnaud Cornet nohar-guest at costa.debian.org
Wed Mar 29 15:35:57 UTC 2006


Author: nohar-guest
Date: 2006-03-29 15:35:49 +0000 (Wed, 29 Mar 2006)
New Revision: 427

Removed:
   packages/libcmdparse2-ruby/trunk/debian/examples
Modified:
   packages/libcmdparse2-ruby/trunk/debian/changelog
   packages/libcmdparse2-ruby/trunk/debian/control.in
   packages/libcmdparse2-ruby/trunk/debian/rules
Log:
  * Take ownership of the package.
  * debian/control.in now uses @RUBY_EXTRAS_TEAM@ instead of the
    deprecated @RUBY_TEAM@, and build-depends on ruby-pkg-tools >= 0.8.
  * Split the package in two (libcmdparse2-ruby and
    libcmdparse2-ruby1.8).



Modified: packages/libcmdparse2-ruby/trunk/debian/changelog
===================================================================
--- packages/libcmdparse2-ruby/trunk/debian/changelog	2006-03-29 13:34:33 UTC (rev 426)
+++ packages/libcmdparse2-ruby/trunk/debian/changelog	2006-03-29 15:35:49 UTC (rev 427)
@@ -6,8 +6,15 @@
   [ Lucas Nussbaum ]
   * Added debian/watch file.
 
- -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Tue, 24 Jan 2006 18:26:21 +0100
+  [ Arnaud Cornet ]
+  * Take ownership of the package.
+  * debian/control.in now uses @RUBY_EXTRAS_TEAM@ instead of the
+    deprecated @RUBY_TEAM@, and build-depends on ruby-pkg-tools >= 0.8.
+  * Split the package in two (libcmdparse2-ruby and
+    libcmdparse2-ruby1.8).
 
+ -- Arnaud Cornet <arnaud.cornet at gmail.com>  Wed, 29 Mar 2006 17:25:42 +0200
+
 libcmdparse2-ruby (2.0.0-1) unstable; urgency=low
 
   [ Arnaud Cornet ]

Modified: packages/libcmdparse2-ruby/trunk/debian/control.in
===================================================================
--- packages/libcmdparse2-ruby/trunk/debian/control.in	2006-03-29 13:34:33 UTC (rev 426)
+++ packages/libcmdparse2-ruby/trunk/debian/control.in	2006-03-29 15:35:49 UTC (rev 427)
@@ -1,15 +1,28 @@
 Source: libcmdparse2-ruby
 Section: interpreters
 Priority: optional
-Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: @RUBY_TEAM@
-Build-Depends-Indep: ruby-pkg-tools, cdbs, debhelper (>= 4.0.0), ruby
+Maintainer: Arnaud Cornet <arnaud.cornet at gmail.com>
+Uploaders: @RUBY_EXTRAS_TEAM@
+Build-Depends-Indep: ruby-pkg-tools (>= 0.8), cdbs, debhelper (>= 4.0.0), ruby
 Standards-Version: 3.6.2.1
 
 Package: libcmdparse2-ruby
 Architecture: all
-Depends: ruby
+Depends: libcmdparse2-ruby1.8
 Description: Advanced command line parsing module supporting sub-commands
  Flexible library simplifying creation of shell commands using sub-commands,
  ie a la apt-get.
  Uses optparse, part of ruby standard library.
+ .
+ This package is part of the Ruby library extras, a supplement to Ruby's
+ standard library.
+ .
+
+Package: libcmdparse2-ruby1.8
+Architecture: all
+Depends: ruby1.8
+Description: Advanced command line parsing module supporting sub-commands
+ Flexible library simplifying creation of shell commands using sub-commands,
+ ie a la apt-get.
+ Uses optparse, part of ruby standard library.
+

Deleted: packages/libcmdparse2-ruby/trunk/debian/examples
===================================================================
--- packages/libcmdparse2-ruby/trunk/debian/examples	2006-03-29 13:34:33 UTC (rev 426)
+++ packages/libcmdparse2-ruby/trunk/debian/examples	2006-03-29 15:35:49 UTC (rev 427)
@@ -1 +0,0 @@
-net.rb

Modified: packages/libcmdparse2-ruby/trunk/debian/rules
===================================================================
--- packages/libcmdparse2-ruby/trunk/debian/rules	2006-03-29 13:34:33 UTC (rev 426)
+++ packages/libcmdparse2-ruby/trunk/debian/rules	2006-03-29 15:35:49 UTC (rev 427)
@@ -1,20 +1,10 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-
-# This package is maintained by the Debian/Ruby Extras team.
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
 include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
 
-# configure and build should not be relaunched in binary rule
+DEB_RUBY_CONFIG_ARGS = --prefix=/usr --site-ruby=/usr/lib/ruby/1.8
 
-build/libcmdparse2-ruby::
-	ruby setup.rb config --prefix=/usr --site-ruby=/usr/lib/ruby/1.8
-	ruby setup.rb setup
-
-install/libcmdparse2-ruby::
-	ruby setup.rb install --prefix=debian/libcmdparse2-ruby
-	mv debian/libcmdparse2-ruby/usr/lib/ruby/1.8/cmdparse.rb debian/libcmdparse2-ruby/usr/lib/ruby/1.8/cmdparse2.rb
-
-clean:: 
-	ruby setup.rb clean
-
+install/libcmdparse2-ruby1.8::
+	mv debian/libcmdparse2-ruby1.8/usr/lib/ruby/1.8/cmdparse.rb debian/libcmdparse2-ruby1.8/usr/lib/ruby/1.8/cmdparse2.rb




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