diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-12-29 12:59:25 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-07-14 15:38:42 +0200 |
commit | 3e259d18f47070514f5c16be6153a97985b6ad0d (patch) | |
tree | 041b4765f246e2aa2273458ddca71c4fc62367c2 /ubuntu/maverick/dependencies | |
parent | 2220c1d4f378281662d5b8688b1c51e415fd0ef7 (diff) | |
download | tde-packaging-3e259d18f47070514f5c16be6153a97985b6ad0d.tar.gz tde-packaging-3e259d18f47070514f5c16be6153a97985b6ad0d.zip |
Add libtool to libr build deps on Debian and Ubuntu
(cherry picked from commit b789b019b8e8bad22682a8acd70bdd167f74ed26)
Diffstat (limited to 'ubuntu/maverick/dependencies')
-rw-r--r-- | ubuntu/maverick/dependencies/libr/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/maverick/dependencies/libr/debian/control b/ubuntu/maverick/dependencies/libr/debian/control index 0281e63f0..06631865e 100644 --- a/ubuntu/maverick/dependencies/libr/debian/control +++ b/ubuntu/maverick/dependencies/libr/debian/control @@ -1,7 +1,7 @@ Source: libr Priority: extra Maintainer: Erich E. Hoover <ehoover@mines.edu> -Build-Depends: debhelper (>= 7), quilt, autotools-dev, pkg-config, +Build-Depends: debhelper (>= 7), quilt, autotools-dev, libtool, pkg-config, libglade2-dev, binutils-dev, doxygen Standards-Version: 3.8.4 Section: libs |