[Pkg-haskell-commits] [package-plan] 01/03: Update 00-index.tar when additional cabal files change

Joachim Breitner nomeata at moszumanska.debian.org
Thu Aug 28 21:51:26 UTC 2014


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch yesod-scaffold
in repository package-plan.

commit e03c421ee55142e0b439032862a4e1b0677b8e56
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Thu Aug 28 14:42:42 2014 -0700

    Update 00-index.tar when additional cabal files change
---
 test-packages.pl | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test-packages.pl b/test-packages.pl
index 3ba3e30..fc7b747 100755
--- a/test-packages.pl
+++ b/test-packages.pl
@@ -134,6 +134,9 @@ if (-e $tarpath) {
 	for my $patchfile (<./patches/*/*/*>) {
 		$createsandbox++ if (-M $patchfile < -M $tarpath);
 	}
+	for my $cabalfile (<./additional-cabals/*.cabal>) {
+		$createsandbox++ if (-M $cabalfile < -M $tarpath);
+	}
 } else {
 	$createsandbox++;
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git



More information about the Pkg-haskell-commits mailing list