[DRE-commits] [ruby-fixture-builder] 01/01: remove versioned deps on rails
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Wed Aug 13 07:37:21 UTC 2014
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-fixture-builder.
commit a7bf58a53000c61d73783331f9c04d5ef5729982
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Wed Aug 13 12:27:20 2014 +0530
remove versioned deps on rails
---
debian/changelog | 7 +++++++
debian/control | 12 ++++++------
2 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d8a6052..d50cb5a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-fixture-builder (0.3.6-2) UNRELEASED; urgency=medium
+
+ * Remove versioned dependency on rails
+ * Bump standards version to 3.9.5 (no changes)
+
+ -- Pirate Praveen <praveen at debian.org> Wed, 13 Aug 2014 12:26:42 +0530
+
ruby-fixture-builder (0.3.6-1) unstable; urgency=low
* Team upload
diff --git a/debian/control b/debian/control
index 8ca754b..6a442b6 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,10 @@ Source: ruby-fixture-builder
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.5.0~), rake, ruby-activesupport-3.2,
- ruby-activerecord-3.2, ruby-sqlite3 (>= 1.3.8-1~)
-Standards-Version: 3.9.4
+Uploaders: Pirate Praveen <praveen at debian.org>
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.5.0~), rake, ruby-activesupport,
+ ruby-activerecord, ruby-sqlite3 (>= 1.3.8-1~)
+Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-fixture-builder.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-fixture-builder.git;a=summary
Homepage: http://github.com/rdy/fixture_builder
@@ -14,8 +14,8 @@ XS-Ruby-Versions: all
Package: ruby-fixture-builder
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-activerecord-3.2,
- ruby-activesupport-3.2
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-activerecord,
+ ruby-activesupport
Description: build YAML fixtures using object factories
FixtureBuilder allows testers to use their existing factories, like
FactoryGirl, to generate high performance fixtures that can be shared
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-fixture-builder.git
More information about the Pkg-ruby-extras-commits
mailing list