Changeset 186

Show
Ignore:
Timestamp:
06/26/07 09:45:38 (1 year ago)
Author:
free
Message:

* Don't set the default APT distribution with "64studio", as it

interfers with the security updates

* Re-added APT preferences to make sure libqt gets not upgraded

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 64studio/trunk/debian/64studio-apt.install

    r98 r186  
    11apt/key                 usr/share/64studio/apt 
    22apt/64studio.list       etc/apt/sources.list.d 
    3 apt/05release          etc/apt/apt.conf.d 
     3apt/preferences                etc/apt/ 
  • 64studio/trunk/debian/64studio-apt.postinst

    r1 r186  
    2323    configure) 
    2424       apt-key add $APT_KEY >> /dev/null 
     25       # Clean up previous installs 
     26       rm -f /etc/apt/apt.conf.d/05release 
    2527    ;; 
    2628 
  • 64studio/trunk/debian/changelog

    r185 r186  
    1 64studio (2.0~pre3) UNRELEASED; urgency=low 
     164studio (2.0~pre3) unstable; urgency=low 
    22 
    33  * Added smbfs and  libgnomevfs2-extra (closes #317) 
    44  * Added gstreamer0.10-plugins-bad (refs #336) 
     5  * Don't set the default APT distribution with "64studio", as it 
     6    interfers with the security updates 
     7  * Re-added APT preferences to make sure libqt gets not upgraded 
    58 
    69 -- Free Ekanayaka <freee@debian.org>  Mon, 25 Jun 2007 01:23:50 +0200