[DRE-commits] r3118 - packages/libwill-paginate-ruby/trunk/debian

gwolf at alioth.debian.org gwolf at alioth.debian.org
Fri Dec 5 16:29:51 UTC 2008


Author: gwolf
Date: 2008-12-05 16:29:51 +0000 (Fri, 05 Dec 2008)
New Revision: 3118

Modified:
   packages/libwill-paginate-ruby/trunk/debian/changelog
   packages/libwill-paginate-ruby/trunk/debian/control
Log:
Updates to keep lintian happy


Modified: packages/libwill-paginate-ruby/trunk/debian/changelog
===================================================================
--- packages/libwill-paginate-ruby/trunk/debian/changelog	2008-12-05 16:23:06 UTC (rev 3117)
+++ packages/libwill-paginate-ruby/trunk/debian/changelog	2008-12-05 16:29:51 UTC (rev 3118)
@@ -3,8 +3,11 @@
   * Added build-dependency on graphviz, to properly build full
     documentation
   * New upstream release
+  * Standards-version -> 3.8.0 (no changes needed)
+  * Added ${misc:Depends} as dependencies on all packages, to keep
+    lintian happy
 
- -- Gunnar Wolf <gwolf at debian.org>  Fri, 05 Dec 2008 10:21:52 -0600
+ -- Gunnar Wolf <gwolf at debian.org>  Fri, 05 Dec 2008 10:29:35 -0600
 
 libwill-paginate-ruby (2.3.2-1) unstable; urgency=low
 

Modified: packages/libwill-paginate-ruby/trunk/debian/control
===================================================================
--- packages/libwill-paginate-ruby/trunk/debian/control	2008-12-05 16:23:06 UTC (rev 3117)
+++ packages/libwill-paginate-ruby/trunk/debian/control	2008-12-05 16:29:51 UTC (rev 3118)
@@ -5,11 +5,11 @@
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Build-Depends: ruby-pkg-tools (>= 0.8), cdbs, debhelper (>= 7), libsetup-ruby1.8, graphviz
 Build-Depends-Indep: ruby1.8, rdoc
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 
 Package: libwill-paginate-ruby
 Architecture: all
-Depends: libwill-paginate-ruby1.8
+Depends: ${misc:Depends}, libwill-paginate-ruby1.8
 Description: Ruby plugin adding pagination to ActiveRecord
  Pagination is just limiting the number of records displayed, showing a
  subset of them at any given view, and allowing you to move the
@@ -23,6 +23,7 @@
 Package: libwill-paginate-ruby-doc
 Section: doc
 Architecture: all
+Depends: ${misc:Depends}
 Description: Ruby plugin adding pagination to ActiveRecord
  Pagination is just limiting the number of records displayed, showing a
  subset of them at any given view, and allowing you to move the
@@ -35,7 +36,7 @@
 
 Package: libwill-paginate-ruby1.8
 Architecture: all
-Depends: ruby1.8, rails (>= 2.0.0)
+Depends: ${misc:Depends}, ruby1.8, rails (>= 2.0.0)
 Description: Ruby plugin adding pagination to ActiveRecord
  Pagination is just limiting the number of records displayed, showing a
  subset of them at any given view, and allowing you to move the




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