[DRE-commits] r5855 - trunk/librack-ruby/debian

Lucas Nussbaum lucas at alioth.debian.org
Sat Sep 18 06:34:40 UTC 2010


Author: lucas
Date: 2010-09-18 06:34:38 +0000 (Sat, 18 Sep 2010)
New Revision: 5855

Modified:
   trunk/librack-ruby/debian/
   trunk/librack-ruby/debian/changelog
   trunk/librack-ruby/debian/control
   trunk/librack-ruby/debian/rules
Log:
* Team upload.
* Version the dependency between librack-ruby and librack-ruby1.8 (Closes: #583553)
* Rename the 1.9.1 binary to rackup1.9.1


Property changes on: trunk/librack-ruby/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Modified: trunk/librack-ruby/debian/changelog
===================================================================
--- trunk/librack-ruby/debian/changelog	2010-09-16 20:05:43 UTC (rev 5854)
+++ trunk/librack-ruby/debian/changelog	2010-09-18 06:34:38 UTC (rev 5855)
@@ -1,11 +1,14 @@
-librack-ruby (1.1.0-4) UNRELEASED; urgency=low
+librack-ruby (1.1.0-4) unstable; urgency=low
 
+  * Team upload.
   * This package is now maintained within the Debian/Ruby Extras team.
   * debian/control: 
     - Added the team (and myself) to the uploaders.
     - Updated the Vcs-* fields.
+  * Version the dependency between librack-ruby and librack-ruby1.8 (Closes: #583553)
+  * Rename the 1.9.1 binary to rackup1.9.1
 
- -- Paul van Tilburg <paulvt at debian.org>  Sat, 10 Apr 2010 22:31:31 +0200
+ -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Sat, 18 Sep 2010 08:31:46 +0200
 
 librack-ruby (1.1.0-3) unstable; urgency=low
 

Modified: trunk/librack-ruby/debian/control
===================================================================
--- trunk/librack-ruby/debian/control	2010-09-16 20:05:43 UTC (rev 5854)
+++ trunk/librack-ruby/debian/control	2010-09-18 06:34:38 UTC (rev 5855)
@@ -43,7 +43,7 @@
 
 Package: librack-ruby
 Architecture: all
-Depends: librack-ruby1.8, ${misc:Depends}, libjs-jquery
+Depends: librack-ruby1.8 (>= ${source:Version}), ${misc:Depends}, libjs-jquery
 Description: A modular Ruby webserver interface
  Rack provides a minimal, modular and adaptable interface for
  developing web applications in Ruby.  By wrapping HTTP requests and

Modified: trunk/librack-ruby/debian/rules
===================================================================
--- trunk/librack-ruby/debian/rules	2010-09-16 20:05:43 UTC (rev 5854)
+++ trunk/librack-ruby/debian/rules	2010-09-18 06:34:38 UTC (rev 5855)
@@ -11,4 +11,4 @@
 	mv debian/librack-ruby1.8/usr/bin/rackup debian/librack-ruby1.8/usr/bin/rackup1.8
 
 binary-post-install/librack-ruby1.9.1::
-	mv debian/librack-ruby1.9.1/usr/bin/rackup debian/librack-ruby1.9.1/usr/bin/rackup1.9
\ No newline at end of file
+	mv debian/librack-ruby1.9.1/usr/bin/rackup debian/librack-ruby1.9.1/usr/bin/rackup1.9.1




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