diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-12-29 16:34:22 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-12-29 16:34:22 -0600 |
commit | 5dc817ae5fdc38477942759eee3504f2dea307e3 (patch) | |
tree | 0ded8418629b32f7dd64bafd84b18551745a2685 /ubuntu/maverick | |
parent | 9ccf74a89dc96be794ae48072dc4efcf060973ba (diff) | |
download | tde-packaging-5dc817ae5fdc38477942759eee3504f2dea307e3.tar.gz tde-packaging-5dc817ae5fdc38477942759eee3504f2dea307e3.zip |
libr autoreconf requires autopoint but the autoconf package of Precise and above does not depend on it
Diffstat (limited to 'ubuntu/maverick')
-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 dc3f85b3f..64166704e 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, libglade2-dev, binutils-dev, doxygen, cvs, automake, autoconf, libtool, libltdl-dev +Build-Depends: debhelper (>= 7), quilt, autotools-dev, autopoint, pkg-config, libglade2-dev, binutils-dev, doxygen, cvs, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Section: libs Homepage: http://www.compholio.com/elficon/ |