Skip to content

Commit

Permalink
Merge pull request #593 from Kegeruneku/bug_6134/int/6134_backport_60…
Browse files Browse the repository at this point in the history
…83_in_2_11

Fixes #6083: Do not run shlibdeps on ubuntu 10.04
  • Loading branch information
peckpeck committed Jan 20, 2015
2 parents a2fc5e9 + f4fd9ce commit 420ca0c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
Expand Up @@ -83,12 +83,3 @@ diff -Naur debian/rules debian/rules
# Install a verification script for cron
dh_install --SOURCEDIR=$(CURDIR)/SOURCES/ check-rudder-agent /opt/rudder/bin/
# Install script to get local processes on VZ systems
@@ -105,7 +96,7 @@
dh_compress
dh_fixperms
# dh_perl
- dh_makeshlibs
+# dh_makeshlibs
dh_installdeb
dh_shlibdeps
dh_gencontrol
Expand Up @@ -11,9 +11,9 @@ diff -Naur debian/control debian/control
Homepage: http://www.rudder-project.org

diff -Naur debian/rules debian/rules
--- debian/rules 2014-10-14 19:25:24.254087132 +0200
+++ debian/rules 2014-10-15 15:09:40.638623237 +0200
@@ -18,6 +18,10 @@
--- debian/rules 2015-01-07 16:59:41.474039492 +0100
+++ debian/rules 2015-01-07 17:00:28.966243729 +0100
@@ -17,6 +17,10 @@
dh_prep
# Add here commands to configure the package.
cd SOURCES && ./perl-prepare.sh $(CURDIR)/SOURCES/fusioninventory-agent
Expand All @@ -24,7 +24,7 @@ diff -Naur debian/rules debian/rules
# Compile the LMDB library and install it in /opt/rudder
# LMDB source code does not know how to create destination folders, do it ourselves
for i in bin lib include man/man1; do mkdir -p $(CURDIR)/debian/tmp/opt/rudder/$$i; done
@@ -26,7 +30,7 @@
@@ -25,7 +29,7 @@
# If there is no configure, bootstrap with autogen.sh first
cd SOURCES/cfengine-source && [ -x ./configure ] || NO_CONFIGURE=1 ./autogen.sh
# Prepare CFEngine 3.6.x build with defined path of LMDB
Expand Down
2 changes: 1 addition & 1 deletion rudder-agent/debian/rules
Expand Up @@ -107,7 +107,7 @@ binary-arch: install
# dh_perl
dh_makeshlibs
dh_installdeb
dh_shlibdeps
# dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb
Expand Down

0 comments on commit 420ca0c

Please sign in to comment.