]> git.saurik.com Git - apt.git/commitdiff
dselect/install:
authorMichael Vogt <mvo@debian.org>
Mon, 26 Aug 2013 16:45:32 +0000 (18:45 +0200)
committerMichael Vogt <mvo@debian.org>
Mon, 26 Aug 2013 16:45:32 +0000 (18:45 +0200)
* dselect/install:
 - remove "-f" option for apt-get dselect-upgrade (closes: #720532)

debian/changelog
dselect/install

index 74674786e7a633591206205d72a8a7bc8815c16c..8600a6fbb893d6019088d2d7996208a131e4187d 100644 (file)
@@ -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
 
index 3ef213550d3ed28653d6e1d20c77e279047c855a..e9974b23e13dea19e677903d1639a4311b0dcd66 100755 (executable)
@@ -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"