[DRE-commits] [ruby-activerecord-nulldb-adapter] 04/06: control file and ITP number
Cédric Boutillier
boutil at moszumanska.debian.org
Wed Jul 9 20:13:17 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-activerecord-nulldb-adapter.
commit 7bf30ecfb494575b85255b07554a815e7a781ad1
Author: Cédric Boutillier <boutil at debian.org>
Date: Wed Jul 9 17:58:10 2014 +0200
control file and ITP number
---
debian/changelog | 2 +-
debian/control | 16 +++++++++-------
2 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f19a1a1..266d046 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
ruby-activerecord-nulldb-adapter (0.3.1-1) UNRELEASED; urgency=medium
- * Initial release (Closes: #nnnn)
+ * Initial release (Closes: #752371)
-- Cédric Boutillier <boutil at debian.org> Sun, 22 Jun 2014 07:18:26 +0200
diff --git a/debian/control b/debian/control
index 6ed8d73..4d42fa6 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,19 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~), ruby-activerecord, ruby-rspec
Standards-Version: 3.9.5
-#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-activerecord-nulldb-adapter.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-activerecord-nulldb-adapter.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-activerecord-nulldb-adapter.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-activerecord-nulldb-adapter.git;a=summary
Homepage: http://github.com/nulldb/nulldb
XS-Ruby-Versions: all
Package: ruby-activerecord-nulldb-adapter
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# activerecord (>= 2.0.0), spec (>= 0, development), rspec (>= 1.2.9, development), rake (>= 0, development), jeweler (>= 0, development), appraisal (>= 0, development), simplecov (>= 0, development)
-Description: The Null Object pattern as applied to ActiveRecord database adapters
- A database backend that translates database interactions into no-ops. Using NullDB enables you to test your model business logic - including after_save hooks - without ever touching a real database.
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-activerecord
+Description: the Null Object pattern as applied to ActiveRecord database adapters
+ NullDB provides a database backend for Ruby ActiveRecord that translates
+ database interactions into no-ops. Using NullDB enables one to test model
+ business logic - including after_save hooks - without ever touching a real
+ database.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-activerecord-nulldb-adapter.git
More information about the Pkg-ruby-extras-commits
mailing list