package ruby-actionpack-4.0
severity 731347 grave
# Justification: packages that are uninstallable are unusable
tags 731347 + patch
kthxbye

I've attached a patch that fixes this issue.

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187
From f8ef89f0abcf65c0d14593a3b848baffc93c2aea Mon Sep 17 00:00:00 2001
From: "brian m. carlson" <sand...@crustytoothpaste.net>
Date: Fri, 6 Dec 2013 23:12:26 +0000
Subject: [PATCH] Fix dependency on ruby-rack to exclude epoch.

---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 3e60e52..5604572 100644
--- a/debian/control
+++ b/debian/control
@@ -80,7 +80,7 @@ XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${misc:Depends},
 	 ruby | ruby-interpreter,
 	 ruby-activesupport-4.0 (= ${source:Version}),
-	 ruby-rack (>= 1:1.5.2),
+	 ruby-rack (>= 1.5.2),
 	 ruby-rack-test (>= 0.6.2),
 	 ruby-builder (>= 3.1.0),
 	 ruby-erubis (>= 2.7.0~)
-- 
1.8.5.1

Attachment: signature.asc
Description: Digital signature

Reply via email to