[DRE-commits] [ruby-activerecord-nulldb-adapter] 03/03: d/control: Wrap and sort, switch to cgit and HTTPS for homepage/vcs-browser
Sebastien Badia
sbadia-guest at moszumanska.debian.org
Fri Apr 10 08:39:57 UTC 2015
This is an automated email from the git hooks/post-receive script.
sbadia-guest pushed a commit to branch master
in repository ruby-activerecord-nulldb-adapter.
commit 9b531d68a49cbf9d9e108a48d0957015cc945e2c
Author: Sebastien Badia <seb at sebian.fr>
Date: Fri Apr 10 10:39:15 2015 +0200
d/control: Wrap and sort, switch to cgit and HTTPS for homepage/vcs-browser
---
debian/changelog | 4 +++-
debian/control | 14 ++++++++++----
2 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b182f84..9001d3f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,9 @@ ruby-activerecord-nulldb-adapter (0.3.1-2) UNRELEASED; urgency=medium
* Team upload.
* Fix FTBFS bug with a upstream patch (Closes: #759918)
- * d/control: Bump Standards-Version (no changes)
+ * d/control:
+ - Bump Standards-Version (no changes)
+ - Wrap and sort, switch to cgit and HTTPS for homepage/vcs-browser
-- Sebastien Badia <seb at sebian.fr> Fri, 10 Apr 2015 10:35:35 +0200
diff --git a/debian/control b/debian/control
index 6b32991..6c1cce6 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,23 @@ 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~), ruby-activerecord, ruby-rspec
+Build-Depends: debhelper (>= 7.0.50~),
+ gem2deb (>= 0.7.5~),
+ ruby-activerecord,
+ ruby-rspec
Standards-Version: 3.9.6
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
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-activerecord-nulldb-adapter.git
+Homepage: https://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, ruby-activerecord
+Depends: ruby | ruby-interpreter,
+ ruby-activerecord,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: ActiveRecord database adapters based on the Null Object pattern
NullDB provides a database backend for Ruby ActiveRecord that translates
database interactions into no-ops. Using NullDB enables one to test model
--
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