[Lsb-messages] /var/www/bzr/lsb/devel/puppet-lsb r327: Add fakeroot and buildrequires for it

Stew Benedict stewb at linux-foundation.org
Mon Jul 30 13:45:29 UTC 2012


------------------------------------------------------------
revno: 327
committer: Stew Benedict <stewb at linux-foundation.org>
branch nick: puppet-lsb
timestamp: Mon 2012-07-30 09:45:29 -0400
message:
  Add fakeroot and buildrequires for it
modified:
  modules/alien/manifests/init.pp
-------------- next part --------------
=== modified file 'modules/alien/manifests/init.pp'
--- a/modules/alien/manifests/init.pp	2012-07-28 13:18:19 +0000
+++ b/modules/alien/manifests/init.pp	2012-07-30 13:45:29 +0000
@@ -25,7 +25,7 @@
     
     # dependencies I needed to build the packages
     # not needed long term, from existing repos
-    package { ['zlib-devel', 'perl-SGMLS', 'perl-Text-CharWidth', 'automake', 'autoconf', 'pkg-config']:
+    package { ['zlib-devel', 'perl-SGMLS', 'perl-Text-CharWidth', 'automake', 'autoconf', 'pkg-config' 'util-linux', 'libstdc++43-devel']:
         ensure => present,
     }
 
@@ -43,7 +43,7 @@
         ensure => $dpkgversion,
         require => $sles11alienrepo,
     }
-    package { ['alien', 'perl-Dpkg', 'debhelper']:
+    package { ['alien', 'perl-Dpkg', 'debhelper', 'fakeroot']:
         ensure => present,
         require => $sles11alienrepo,
     }



More information about the lsb-messages mailing list