From 25d77d14cf8c17261d270c1a70c8d8c5faa492c6 Mon Sep 17 00:00:00 2001 From: Boyuan Yang <073plan@gmail.com> Date: Tue, 13 Sep 2016 19:07:41 +0800 Subject: [PATCH] remove shlibs variable substitution --- debian/control | 2 +- wlt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 4a325d2..f3bb431 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Vcs-Browser: https://github.com/hosiet/wlt Package: wlt Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, curl +Depends: ${misc:Depends}, curl Description: Script to log into USTC wlt service This package provide a shell script used to login into the wlt system in USTC (University of Science diff --git a/wlt b/wlt index 65d363e..f8db47d 100755 --- a/wlt +++ b/wlt @@ -25,7 +25,7 @@ WLT_CONFIG_FILE_LOCAL="$HOME/.config/wlt.conf" # Strings -WLT_SCRIPT_VERSION="0.1.1" +WLT_SCRIPT_VERSION="0.2" WLT_NO_WGET_WARN="Sorry, it seems that you haven't install wget tool.\n\ Please install wget first."