[DRE-commits] [SCM] rails-2.3.git branch, debian-sid, updated. debian/2.3.11-1-13-g64251bf

Ondřej Surý ondrej at sury.org
Mon Aug 29 08:23:02 UTC 2011


The following commit has been merged in the debian-sid branch:
commit 936db1d224a743c193a322144599716da94e64db
Author: Ondřej Surý <ondrej at sury.org>
Date:   Mon Aug 22 14:51:55 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 0509dae..ad4df8b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ 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)/" >$@ <$<
 
 override_dh_install:

-- 
rails-2.3.git



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