I'have discovered, that my system has been unintentionally upgraded to debian/unstable ???!!!

One of the "unofficial" package repositories provided a package, which put additional apt source-list into the /etc/apt/sources.list.d, containing the reference to the packages from the unstable branch (strictly it was "emdebian-tools" from the http://www.emdebian.org/ ).

To remove the problem, I had to delete the /etc/apt/sources.list.d/emdebian.sources.list , and then to downgrade the system back to the testing, creating
the /etc/apt/preferences with the following contents:

# cat /etc/apt/preferences
Package: *
Pin: release a=stable
Pin-Priority: 100

Package: *
Pin: release a=testing
Pin-Priority: 1001

Package: *
Pin: release a=unstable
Pin-Priority: 50


Then I was able to downgrade with some executions of "apt-get dist-upgrade" and "dselect" (it was necessary to remove temporarily some packages, to make the downgrade possible).

So now I have the wine in version:  0.9.44-1
And the xserver:   xserver-xorg-video-intel in version: 2:2.1.0-2

and everything works as perfectly, as before...




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to