diff -Nru upgrade-system-1.6.0.0/debian/changelog upgrade-system-1.6.1.0/debian/changelog --- upgrade-system-1.6.0.0/debian/changelog 2012-03-11 08:33:37.000000000 +0000 +++ upgrade-system-1.6.1.0/debian/changelog 2012-03-31 00:59:23.000000000 +0000 @@ -1,3 +1,9 @@ +upgrade-system (1.6.1.0) unstable; urgency=low + + * FLAUSCH: --fix-policy: added "-o Debug::pkgDepCache::AutoInstall=true". + + -- Martin-Éric Racine Sat, 31 Mar 2012 03:57:54 +0300 + upgrade-system (1.6.0.0) unstable; urgency=low * The "Upgrade-System as it was intended all along" release: diff -Nru upgrade-system-1.6.0.0/debian/rules upgrade-system-1.6.1.0/debian/rules --- upgrade-system-1.6.0.0/debian/rules 2011-12-24 01:29:24.000000000 +0000 +++ upgrade-system-1.6.1.0/debian/rules 2012-03-31 00:52:25.000000000 +0000 @@ -5,12 +5,8 @@ ## COPYRIGHT © 2004-2012 Martin-Éric Racine # ## LICENSE -# This package is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License or (at -# your option) any later version. - +# GPLv2+: GNU GPL version 2 or later +# %: dh $@ - #EOF diff -Nru upgrade-system-1.6.0.0/upgrade-system upgrade-system-1.6.1.0/upgrade-system --- upgrade-system-1.6.0.0/upgrade-system 2012-03-11 08:31:32.000000000 +0000 +++ upgrade-system-1.6.1.0/upgrade-system 2012-03-31 01:00:39.000000000 +0000 @@ -4,7 +4,7 @@ ## UPGRADE-SYSTEM -- Command for upgrading and sanitizing a Debian system. # ## HOMEPAGE -# http://q-funk.iki.fi +# http://q-funk.iki.fi/debian # ## AUTHORS # Copyright © 2003-2004 Martin Zdrahal @@ -12,10 +12,7 @@ # Copyright © 2004-2012 Martin-Éric Racine # ## LICENSE -# This package is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License or (at -# your option) any later version. +# GPLv2+: GNU GPL version 2 or later # ## DEPENDS # *apt:apt-get (main/important) (>= 0.6.45: autoclean)(>= 0.7.0: --fix-policy). @@ -176,7 +173,7 @@ ;; *) echo "I: Installing missing dependencies..." - apt-get $NOTTY --auto-remove --fix-policy --purge install + apt-get $NOTTY --auto-remove --fix-policy --purge install -o Debug::pkgDepCache::AutoInstall=true ##DEPENDS: apt (main/important). if [ $? != 0 ] then