[DRE-commits] r3144 - packages/libshoulda-ruby/trunk/debian

terceiro-guest at alioth.debian.org terceiro-guest at alioth.debian.org
Mon Dec 22 00:05:32 UTC 2008


Author: terceiro-guest
Date: 2008-12-22 00:05:31 +0000 (Mon, 22 Dec 2008)
New Revision: 3144

Modified:
   packages/libshoulda-ruby/trunk/debian/control
   packages/libshoulda-ruby/trunk/debian/watch
Log:
* Rewriting debian/watch to use githubredir.debian.net
* Minor adjustments in debian/control, thanks to lintian



Modified: packages/libshoulda-ruby/trunk/debian/control
===================================================================
--- packages/libshoulda-ruby/trunk/debian/control	2008-12-20 12:04:42 UTC (rev 3143)
+++ packages/libshoulda-ruby/trunk/debian/control	2008-12-22 00:05:31 UTC (rev 3144)
@@ -3,14 +3,14 @@
 Priority: extra
 Maintainer: Antonio Terceiro <terceiro at softwarelivre.org>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Build-Depends: cdbs, debhelper (>= 7)
+Build-Depends: cdbs, debhelper (>= 7), ruby-pkg-tools
 Standards-Version: 3.8.0
 Homepage: http://www.thoughtbot.com/projects/shoulda
 DM-Upload-Allowed: yes
 
 Package: libshoulda-ruby
 Architecture: all
-Depends: libshoulda-ruby1.8
+Depends: libshoulda-ruby1.8, ${misc:Depends}
 Suggests: rails
 Description: additional features for the Test::Unit testing framework
  Shoulda makes it easy to write elegant, understandable, and maintainable
@@ -26,7 +26,7 @@
 
 Package: libshoulda-ruby1.8
 Architecture: all
-Depends: ruby1.8
+Depends: ruby1.8, ${misc:Depends}
 Description: additional features for the Test::Unit testing framework
  Shoulda makes it easy to write elegant, understandable, and maintainable
  tests. Shoulda consists of test macros, assertions, and helpers added on to

Modified: packages/libshoulda-ruby/trunk/debian/watch
===================================================================
--- packages/libshoulda-ruby/trunk/debian/watch	2008-12-20 12:04:42 UTC (rev 3143)
+++ packages/libshoulda-ruby/trunk/debian/watch	2008-12-22 00:05:31 UTC (rev 3144)
@@ -1,2 +1,2 @@
 version=3
-http://pkg-ruby-extras.alioth.debian.org/upstream-cache/libshoulda-ruby/ libshoulda-ruby_(\d.*)\.orig\.tar\.gz
+http://githubredir.debian.net/github/thoughtbot/shoulda .*/v(.*).tar.gz




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