summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2017-09-24 20:33:49 +0200
committerJulian Andres Klode <jak@debian.org>2017-09-24 20:36:41 +0200
commit5e770a07c8fd649340e83725f6d07b94c361e87c (patch)
treef7acc2299bc05d52a26d3507f37cfd0bd8b5ee6f /po
parent6d44f502d102411325bb52efa7caa76c1054d2dd (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')
-rw-r--r--po/CMakeLists.txt8
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}
)