[DRE-commits] [ruby-factory-girl] 01/01: removed versioned rails deps
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Tue Aug 12 12:14:59 UTC 2014
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-factory-girl.
commit 6c2b9a6e92ef4cad5d7e54d810304a60c662cfa1
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Tue Aug 12 17:33:46 2014 +0530
removed versioned rails deps
---
debian/changelog | 6 ++++++
debian/control | 9 ++++-----
2 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c49f7bd..30da907 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-factory-girl (4.4.0-2) unstable; urgency=medium
+
+ * Removed versioned dependency on rails.
+
+ -- Pirate Praveen <praveen at debian.org> Tue, 12 Aug 2014 17:30:49 +0530
+
ruby-factory-girl (4.4.0-1) unstable; urgency=low
* Team upload
diff --git a/debian/control b/debian/control
index 171f662..5d77367 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,9 @@ Source: ruby-factory-girl
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Praveen Arimbrathodiyil <praveen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.0~), ruby-rspec, ruby-activesupport-3.2,
- ruby-activerecord-3.2, ruby-timecop, ruby-aruba, ruby-appraisal, ruby-bourne, ruby-sqlite3
+Uploaders: Pirate Praveen <praveen at debian.org>
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.0~), ruby-rspec, ruby-activesupport,
+ ruby-activerecord, ruby-timecop, ruby-aruba, ruby-appraisal, ruby-bourne, ruby-sqlite3
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-factory-girl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-factory-girl.git
@@ -14,8 +14,7 @@ XS-Ruby-Versions: all
Package: ruby-factory-girl
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-activesupport-3.2
-# activesupport (>= 3.0.0), rspec (~> 2.12.0, development), cucumber (~> 1.2.1, development), timecop (>= 0, development), simplecov (>= 0, development), aruba (>= 0, development), mocha (>= 0.12.8, development), bourne (>= 0, development), appraisal (~> 0.5.1, development), sqlite3 (>= 0, development), yard (>= 0, development)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-activesupport
Description: framework and DSL for defining and using model instance factories
factory_girl provides a framework and DSL for defining and
using factories - less error-prone, more explicit, and
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-factory-girl.git
More information about the Pkg-ruby-extras-commits
mailing list