Преглед изворни кода

dselect/install:

* dselect/install:
 - remove "-f" option for apt-get dselect-upgrade (closes: #720532)
Michael Vogt пре 13 година
родитељ
комит
11e6f40674
2 измењених фајлова са 6 додато и 2 уклоњено
  1. 5 1
      debian/changelog
  2. 1 1
      dselect/install

+ 5 - 1
debian/changelog

@@ -1,7 +1,11 @@
-apt (0.9.12) UNRELEASED; urgency=low
+apt (0.9.11.2) UNRELEASED; urgency=low
 
   [ Trần Ngọc Quân ]
   * Update Vietnamese translation. Closes: #720752
+  
+  [ Michael Vogt ]
+  * dselect/install:
+   - remove "-f" option for apt-get dselect-upgrade (closes: #720532)
 
  -- Christian Perrier <bubulle@debian.org>  Sun, 25 Aug 2013 15:39:40 +0200
 

+ 1 - 1
dselect/install

@@ -5,7 +5,7 @@ TEXTDOMAIN="apt"
 
 # Get the configuration from /etc/apt/apt.conf
 CLEAN="prompt"
-OPTS="-f"
+OPTS=""
 APTGET="/usr/bin/apt-get"
 DPKG="/usr/bin/dpkg"
 DPKG_OPTS="--admindir=$1"