Skip to content

Commit

Permalink
Remove Build depends on facter << 2
Browse files Browse the repository at this point in the history
Lucid is failing to build because it cannot satisfy facter << 2.0. This was
originally to prevent it from pulling in the erroneous facter 2, but there's no
reason for it as a build depends. Now that we've shipped facter 2 to our lucid
repos, even though lucid upstream has facter 1.5.6, we're getting build
failures because of facter.

Signed-off-by: Moses Mendoza <[email protected]>
  • Loading branch information
Moses Mendoza committed Jun 10, 2014
1 parent 569994c commit 4a265a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Section: admin
Priority: optional
Maintainer: Puppet Labs <[email protected]>
Uploaders: Micah Anderson <[email protected]>, Andrew Pollock <[email protected]>, Nigel Kersten <[email protected]>, Stig Sandbeck Mathisen <[email protected]>
Build-Depends-Indep: ruby1.8, libopenssl-ruby, facter (>= 1.5), facter (<< 2.0)
Build-Depends-Indep: ruby1.8, libopenssl-ruby, facter (>= 1.5)
Build-Depends: debhelper (>= 7.0.0), openssl
Standards-Version: 3.9.1
Vcs-Git: git://git.debian.org/git/pkg-puppet/puppet.git
Expand Down

0 comments on commit 4a265a2

Please sign in to comment.