diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-12-29 16:34:22 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-07-14 15:38:44 +0200 |
commit | bb6aa4a056d3444570f9370037a4d41b59760fac (patch) | |
tree | 4b3cbb429f062aeac9f4f34cc2fcc35e43d960e6 /ubuntu/maverick | |
parent | 6c60ec27b306425b3875e2ddc5224f5bb5c46751 (diff) | |
download | tde-packaging-bb6aa4a056d3444570f9370037a4d41b59760fac.tar.gz tde-packaging-bb6aa4a056d3444570f9370037a4d41b59760fac.zip |
libr autoreconf requires autopoint but the autoconf package of Precise and above does not depend on it
(cherry picked from commit 5dc817ae5fdc38477942759eee3504f2dea307e3)
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/ |