diff options
author | Julian Andres Klode <jak@debian.org> | 2017-09-24 20:33:49 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2017-09-24 20:36:41 +0200 |
commit | 5e770a07c8fd649340e83725f6d07b94c361e87c (patch) | |
tree | f7acc2299bc05d52a26d3507f37cfd0bd8b5ee6f /po/CMakeLists.txt | |
parent | 6d44f502d102411325bb52efa7caa76c1054d2dd (diff) |
Drop curl method and apt-transport-https package
This automatically removes any old apt-transport-https, as
apt now Breaks it unversioned.
Diffstat (limited to 'po/CMakeLists.txt')
-rw-r--r-- | po/CMakeLists.txt | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index 743b2f0eb..57015eca7 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -10,18 +10,12 @@ apt_add_translation_domain( EXCLUDE_LANGUAGES ${languages_excluded} ) -if (HAVE_CURL) - set(curl_methods curl) -else() - set(curl_methods) -endif() - apt_add_translation_domain( DOMAIN apt TARGETS apt apt-cache apt-get apt-config apt-cdrom apt-helper apt-mark apt-private # Methods - file copy store gpgv cdrom http ${curl_methods} ftp rred rsh mirror + file copy store gpgv cdrom http ftp rred rsh mirror SCRIPTS ../dselect/install ../dselect/update EXCLUDE_LANGUAGES ${languages_excluded} ) |