[DRE-commits] [SCM] ruby-sinatra.git branch, master, updated. debian/1.2.3-1-2-gcb7bd73

Youhei SASAKI uwabami at gfd-dennou.org
Mon Jul 25 18:02:42 UTC 2011


The following commit has been merged in the master branch:
commit cb7bd7349be564373ec81e1ddca50592005eeeec
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Tue Jul 26 02:32:31 2011 +0900

    Update debian/{control, rules, changelog}
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>

diff --git a/debian/changelog b/debian/changelog
index 9a52eb3..32e7ff6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+ruby-sinatra (1.2.6-1) unstable; urgency=low
+
+  * New upstream version: 1.2.6
+  * Add me to Uploaders
+  * Add some pacakges to Build-Depends for test:
+    - 
+
+ -- Youhei SASAKI <uwabami at gfd-dennou.org>  Tue, 26 Jul 2011 01:23:37 +0900
+
 ruby-sinatra (1.2.3-1) unstable; urgency=low
 
   * Switch to gem2deb-based packaging. Rename source and binary packages.
diff --git a/debian/control b/debian/control
index 069a4e2..e252094 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,11 @@ Source: ruby-sinatra
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Lucas Nussbaum <lucas at lucas-nussbaum.net>
+Uploaders: Lucas Nussbaum <lucas at lucas-nussbaum.net>, Youhei SASAKI <uwabami at gfd-dennou.org>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.1), ruby-tilt
-Standards-Version: 3.9.1
+#Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.1), ruby-tilt, ruby-rack-test
+Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-sinatra.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-sinatra.git;a=summary
 Homepage: http://www.sinatrarb.com/
diff --git a/debian/rules b/debian/rules
index b6cae25..b8db6fa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,14 +2,14 @@
 #export DH_VERBOSE=1
 #
 # Uncomment to ignore all test failures (but the tests will run anyway)
-#export DH_RUBY_IGNORE_TESTS=all
+export DH_RUBY_IGNORE_TESTS=all
 #
 # Uncomment to ignore some test failures (but the tests will run anyway).
 # Valid values:
-export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1
+#export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1
 #
 # If you need to specify the .gemspec (eg there is more than one)
-#export DH_RUBY_GEMSPEC=gem.gemspec
+#export DH_RUBY_GEMSPEC=sinatra.gemspec
 
 %:
 	dh $@ --buildsystem=ruby --with ruby

-- 
ruby-sinatra.git



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