From: Zeljko Boros Date: Fri, 23 Apr 2021 13:10:31 +0000 (+0200) Subject: Maknut aptitude i apt-get X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=carnet-debian.git;a=commitdiff_plain;h=HEAD Maknut aptitude i apt-get --- diff --git a/debian/changelog b/debian/changelog index 7d0adf5..8154981 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ carnet-debian (10+cn10u1) stable; urgency=low * Prva inačica za CARNET Debian 10 (buster) * Osvježen popis paketa + * Maknuta ovisnost o aptitude + * Koristimo apt umjesto apt-get -- Zeljko Boros Thu, 20 Aug 2020 14:50:16 +0200 diff --git a/debian/control b/debian/control index b45993c..c340b7f 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Standards-Version: 3.9.8 Package: carnet-debian Provides: carnet-debian-cn Architecture: all -Depends: debconf, apt-cn, aptitude, ${misc:Depends} +Depends: debconf, apt-cn, ${misc:Depends} Description: Instaler za CARNET-ove Debian pakete Instaler za CARNET-ove pakete kojima standardni Debianov poslužitelj možete pretvoriti u poslužitelj pripremljen za CARNET-ove usluge diff --git a/install-carnet-debian b/install-carnet-debian index 69a50ba..2acfef4 100644 --- a/install-carnet-debian +++ b/install-carnet-debian @@ -14,5 +14,5 @@ else packages="$packages postfix" fi - apt-get --yes --no-install-recommends install $packages + apt --yes --no-install-recommends install $packages fi