[DRE-commits] [SCM] ruby-activerecord-2.3.git branch, master, updated. debian/2.3.14-1

Ondřej Surý ondrej at sury.org
Mon Sep 26 10:44:58 UTC 2011


The following commit has been merged in the master branch:
commit b3d433ee1e3c12737060fbe57ac66f2ec9d12857
Author: Ondřej Surý <ondrej at sury.org>
Date:   Mon Aug 22 13:33:13 2011 +0200

    Add debian/control dependency on metadata.yml, so it does get rebuild on new upstream version

diff --git a/debian/rules b/debian/rules
index af4206f..8302786 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,5 +19,5 @@ RAILS_VERSION=$(shell sed -n "s/^  version: //p" metadata.yml)
 override_dh_testdir: debian/control
 	dh_testdir
 
-debian/control: debian/control.in
+debian/control: debian/control.in metadata.yml
 	sed -e "s/@RAILS_VERSION@/$(RAILS_VERSION)/" >$@ <$<

-- 
ruby-activerecord-2.3.git



More information about the Pkg-ruby-extras-commits mailing list