summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-12-28 01:33:41 -0600
committerSlávek Banko <slavek.banko@axis.cz>2018-07-14 15:38:41 +0200
commitf188adbb77f09b5eefab23d116cfadbeb0a053f9 (patch)
tree2ad24e92bfa4e27c43c0fb01d6c5bfde888fb7bf
parent599c35d9e78287ceb725224e4db3476981b2a958 (diff)
downloadtde-packaging-f188adbb77f09b5eefab23d116cfadbeb0a053f9.tar.gz
tde-packaging-f188adbb77f09b5eefab23d116cfadbeb0a053f9.zip
More libr packaging fixes
(cherry picked from commit d7eb840f69c1af0a1038916a0a189212b9d59ca9)
-rwxr-xr-xdebian/lenny/dependencies/libr/debian/rules3
-rwxr-xr-xdebian/squeeze/dependencies/libr/debian/rules3
-rwxr-xr-xubuntu/maverick/dependencies/libr/debian/rules3
3 files changed, 6 insertions, 3 deletions
diff --git a/debian/lenny/dependencies/libr/debian/rules b/debian/lenny/dependencies/libr/debian/rules
index 53fe01cf9..3eaf0968e 100755
--- a/debian/lenny/dependencies/libr/debian/rules
+++ b/debian/lenny/dependencies/libr/debian/rules
@@ -36,6 +36,7 @@ configure:
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 @@ build-stamp: config.status
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 53fe01cf9..3eaf0968e 100755
--- a/debian/squeeze/dependencies/libr/debian/rules
+++ b/debian/squeeze/dependencies/libr/debian/rules
@@ -36,6 +36,7 @@ configure:
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 @@ build-stamp: config.status
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 53fe01cf9..3eaf0968e 100755
--- a/ubuntu/maverick/dependencies/libr/debian/rules
+++ b/ubuntu/maverick/dependencies/libr/debian/rules
@@ -36,6 +36,7 @@ configure:
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 @@ build-stamp: config.status
dh_testdir
# Add here commands to compile the package.
- #$(MAKE)
+ $(MAKE)
touch $@