[DRE-commits] r4024 - trunk/libmemcache-client-ruby/debian
Roberto C. Sanchez
roberto at alioth.debian.org
Fri Aug 28 00:13:00 UTC 2009
Author: roberto
Date: 2009-08-28 00:13:00 +0000 (Fri, 28 Aug 2009)
New Revision: 4024
Modified:
trunk/libmemcache-client-ruby/debian/changelog
trunk/libmemcache-client-ruby/debian/control
Log:
* Bump standards version to 3.8.3 (no changes)
* Make lintian happy:
+ Have Build-Depends satisfy requirements for 'debian/rules clean'
+ Add missing ${misc:Depends} dependency for each binary package
Modified: trunk/libmemcache-client-ruby/debian/changelog
===================================================================
--- trunk/libmemcache-client-ruby/debian/changelog 2009-08-28 00:07:12 UTC (rev 4023)
+++ trunk/libmemcache-client-ruby/debian/changelog 2009-08-28 00:13:00 UTC (rev 4024)
@@ -1,13 +1,16 @@
-libmemcache-client-ruby (1.5.0-2) UNRELEASED; urgency=low
+libmemcache-client-ruby (1.5.0-2) unstable; urgency=low
[ Roberto C. Sanchez ]
- * NOT RELEASED YET
* Update package section to ruby to comply with new archive layout.
+ * Bump standards version to 3.8.3 (no changes)
+ * Make lintian happy:
+ + Have Build-Depends satisfy requirements for 'debian/rules clean'
+ + Add missing ${misc:Depends} dependency for each binary package
[ Lucas Nussbaum ]
* Fixed Vcs-* fields after pkg-ruby-extras SVN layout change.
- -- Lucas Nussbaum <lucas at lucas-nussbaum.net> Sat, 08 Aug 2009 17:23:00 +0200
+ -- Roberto C. Sanchez <roberto at connexer.com> Thu, 27 Aug 2009 18:59:35 -0400
libmemcache-client-ruby (1.5.0-1) unstable; urgency=low
Modified: trunk/libmemcache-client-ruby/debian/control
===================================================================
--- trunk/libmemcache-client-ruby/debian/control 2009-08-28 00:07:12 UTC (rev 4023)
+++ trunk/libmemcache-client-ruby/debian/control 2009-08-28 00:13:00 UTC (rev 4024)
@@ -3,16 +3,15 @@
Priority: extra
Maintainer: Athena Capital Research <acr-debian at athenacr.com>
Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Roberto C. Sanchez <roberto at connexer.com>
-Build-Depends: debhelper (>= 5), cdbs
-Build-Depends-Indep: ruby-pkg-tools (>= 0.14)
-Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 5), cdbs, ruby-pkg-tools (>= 0.14)
+Standards-Version: 3.8.3
Homepage: http://seattlerb.rubyforge.org/memcache-client/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libmemcache-client-ruby/
Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libmemcache-client-ruby/
Package: libmemcache-client-ruby
Architecture: all
-Depends: libmemcache-client-ruby1.8
+Depends: libmemcache-client-ruby1.8, ${misc:Depends}
Description: Ruby client library for memcached
This is intended to provide access to basic memcached functionality. It
does not attempt to be complete implementation of the entire API, but it
@@ -23,7 +22,7 @@
Package: libmemcache-client-ruby1.8
Architecture: all
-Depends: libruby1.8
+Depends: libruby1.8, ${misc:Depends}
Description: Ruby client library for memcached (Ruby 1.8)
This is intended to provide access to basic memcached functionality. It
does not attempt to be complete implementation of the entire API, but it
@@ -33,7 +32,7 @@
Package: libmemcache-client-ruby1.9
Architecture: all
-Depends: libruby1.9
+Depends: libruby1.9, ${misc:Depends}
Description: Ruby client library for memcached (Ruby 1.9)
This is intended to provide access to basic memcached functionality. It
does not attempt to be complete implementation of the entire API, but it
More information about the Pkg-ruby-extras-commits
mailing list