diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-12-29 13:22:20 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-12-29 13:22:20 -0600 |
commit | 065633c37f102fbdbe361982709b669894784bf9 (patch) | |
tree | 6c3711fc9395baa1b0f4e4be10982e3c401c6ada /debian/lenny | |
parent | b789b019b8e8bad22682a8acd70bdd167f74ed26 (diff) | |
download | tde-packaging-065633c37f102fbdbe361982709b669894784bf9.tar.gz tde-packaging-065633c37f102fbdbe361982709b669894784bf9.zip |
Fix libr build deps on Debian and Ubuntu
Diffstat (limited to 'debian/lenny')
-rw-r--r-- | debian/lenny/dependencies/libr/debian/control | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/lenny/dependencies/libr/debian/control b/debian/lenny/dependencies/libr/debian/control index 06631865e..a2ee1f0b3 100644 --- a/debian/lenny/dependencies/libr/debian/control +++ b/debian/lenny/dependencies/libr/debian/control @@ -1,8 +1,7 @@ Source: libr Priority: extra Maintainer: Erich E. Hoover <ehoover@mines.edu> -Build-Depends: debhelper (>= 7), quilt, autotools-dev, libtool, pkg-config, - libglade2-dev, binutils-dev, doxygen +Build-Depends: debhelper (>= 7), quilt, autotools-dev, pkg-config, libglade2-dev, binutils-dev, doxygen, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Section: libs Homepage: http://www.compholio.com/elficon/ |