diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-12-29 13:22:20 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-07-14 15:38:42 +0200 |
commit | 2fec78dcf43a1113924e0f6df08700e41362b0ec (patch) | |
tree | 3a1ff594748795b6d711ff16f96bfdd9ed2e7b66 /debian/squeeze/dependencies | |
parent | 3e259d18f47070514f5c16be6153a97985b6ad0d (diff) | |
download | tde-packaging-2fec78dcf43a1113924e0f6df08700e41362b0ec.tar.gz tde-packaging-2fec78dcf43a1113924e0f6df08700e41362b0ec.zip |
Fix libr build deps on Debian and Ubuntu
(cherry picked from commit 065633c37f102fbdbe361982709b669894784bf9)
Diffstat (limited to 'debian/squeeze/dependencies')
-rw-r--r-- | debian/squeeze/dependencies/libr/debian/control | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/squeeze/dependencies/libr/debian/control b/debian/squeeze/dependencies/libr/debian/control index 06631865e..a2ee1f0b3 100644 --- a/debian/squeeze/dependencies/libr/debian/control +++ b/debian/squeeze/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/ |