diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-12-29 17:06:41 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-07-14 15:38:45 +0200 |
commit | f1e15632b7d233b77eb44f7420015d027b85a08a (patch) | |
tree | 91214263d4c5d5d6456523657354cd6b61d4b3f0 /ubuntu/maverick | |
parent | bb6aa4a056d3444570f9370037a4d41b59760fac (diff) | |
download | tde-packaging-f1e15632b7d233b77eb44f7420015d027b85a08a.tar.gz tde-packaging-f1e15632b7d233b77eb44f7420015d027b85a08a.zip |
Try to fix the autopoint dependency on older Ubuntu versions
(cherry picked from commit a4f83f6a5d39046923a1a65c68a5f09ef115196a)
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 64166704e..b5451ebd0 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, autopoint, pkg-config, libglade2-dev, binutils-dev, doxygen, cvs, automake, autoconf, libtool, libltdl-dev +Build-Depends: debhelper (>= 7), quilt, autotools-dev, gettext (< 0.18) | 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/ |