Branch: master

d7eb840f 2014-12-28 01:33:41 Timothy Pearson
More libr packaging fixes
M debian/lenny/dependencies/libr/debian/rules
M debian/squeeze/dependencies/libr/debian/rules
M ubuntu/maverick/dependencies/libr/debian/rules
diff --git a/debian/lenny/dependencies/libr/debian/rules b/debian/lenny/dependencies/libr/debian/rules
index 53fe01c..3eaf096 100755
--- a/debian/lenny/dependencies/libr/debian/rules
+++ b/debian/lenny/dependencies/libr/debian/rules
@@ -36,6 +36,7 @@
 	cp -Rp /usr/share/aclocal/libtool.m4 libtool.m4.in
 	cp -Rp /usr/share/libtool/config/ltmain.sh ltmain.sh
 	cp -Rp /usr/share/libtool/libltdl/aclocal.m4 aclocal.m4
+	autoreconf -i
 	autoconf
 	automake
 
@@ -56,7 +57,7 @@
 	dh_testdir
 
 	# Add here commands to compile the package.
-	#$(MAKE)
+	$(MAKE)
 
 	touch $@
 
diff --git a/debian/squeeze/dependencies/libr/debian/rules b/debian/squeeze/dependencies/libr/debian/rules
index 53fe01c..3eaf096 100755
--- a/debian/squeeze/dependencies/libr/debian/rules
+++ b/debian/squeeze/dependencies/libr/debian/rules
@@ -36,6 +36,7 @@
 	cp -Rp /usr/share/aclocal/libtool.m4 libtool.m4.in
 	cp -Rp /usr/share/libtool/config/ltmain.sh ltmain.sh
 	cp -Rp /usr/share/libtool/libltdl/aclocal.m4 aclocal.m4
+	autoreconf -i
 	autoconf
 	automake
 
@@ -56,7 +57,7 @@
 	dh_testdir
 
 	# Add here commands to compile the package.
-	#$(MAKE)
+	$(MAKE)
 
 	touch $@
 
diff --git a/ubuntu/maverick/dependencies/libr/debian/rules b/ubuntu/maverick/dependencies/libr/debian/rules
index 53fe01c..3eaf096 100755
--- a/ubuntu/maverick/dependencies/libr/debian/rules
+++ b/ubuntu/maverick/dependencies/libr/debian/rules
@@ -36,6 +36,7 @@
 	cp -Rp /usr/share/aclocal/libtool.m4 libtool.m4.in
 	cp -Rp /usr/share/libtool/config/ltmain.sh ltmain.sh
 	cp -Rp /usr/share/libtool/libltdl/aclocal.m4 aclocal.m4
+	autoreconf -i
 	autoconf
 	automake
 
@@ -56,7 +57,7 @@
 	dh_testdir
 
 	# Add here commands to compile the package.
-	#$(MAKE)
+	$(MAKE)
 
 	touch $@