diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 17:59:23 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 17:59:23 -0600 |
commit | c1509e19fc1c70d67ff51cef388a284027f4c737 (patch) | |
tree | 7345ea109760bf3c41747bb9897d4e3a9f562ed7 /ubuntu/maverick/dependencies/libart-lgpl/debian/rules | |
parent | 1dfb2e50720ecaf95c359105f661d97b429302d1 (diff) | |
download | tde-packaging-c1509e19fc1c70d67ff51cef388a284027f4c737.tar.gz tde-packaging-c1509e19fc1c70d67ff51cef388a284027f4c737.zip |
Update libart-lgpl packaging
Diffstat (limited to 'ubuntu/maverick/dependencies/libart-lgpl/debian/rules')
-rwxr-xr-x | ubuntu/maverick/dependencies/libart-lgpl/debian/rules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ubuntu/maverick/dependencies/libart-lgpl/debian/rules b/ubuntu/maverick/dependencies/libart-lgpl/debian/rules index e7ed64cfd..4390434f7 100755 --- a/ubuntu/maverick/dependencies/libart-lgpl/debian/rules +++ b/ubuntu/maverick/dependencies/libart-lgpl/debian/rules @@ -8,6 +8,12 @@ include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk +makebuilddir/kvpnc-trinity:: + cp -Rp /usr/share/aclocal/libtool.m4 libtool.m4.in + cp -Rp /usr/share/libtool/config/ltmain.sh ltmain.sh + autoconf + automake + libart-2.0-N := $(shell sed -rn 's/^Package:[[:space:]]*(libart-2\.0-[0-9]+)[[:space:]]*$$/\1/p' debian/control) GNOME_MODULE := libart_lgpl |