Your message dated Wed, 23 Apr 2014 15:35:00 +0000
with message-id <e1wczco-0001yc...@franck.debian.org>
and subject line Bug#745622: fixed in fglrx-driver 1:14.4~rc1.0.apr17-1
has caused the Debian Bug report #745622,
regarding apt: fails to upgrade the fglrx family of packages with multiarch
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
745622: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745622
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: apt
Version: 0.9.7.9+deb7u1
Severity: normal
unattended-upgrades was unable to upgrade the fglrx family of packages
from one version to the next on SteamOS, and I've been able to reproduce
a simpler form of the same situation with both apt-get and
unattended-upgrades, in a Debian stable or testing chroot.
== preconditions ==
The test set of packages are created by the attached files (put them all
in the same directory and run make), and are a simplified version of the
original situation involving fglrx:
foo-driver amd64 installed
Depends: libfoo (= VERSION)
Recommends: libgl1-foo-glx (= VERSION)
Breaks: libgl1-foo-glx (<< VERSION)
Breaks: libgl1-foo-glx (>> VERSION)
libgl1-foo-glx both amd64 and i386 installed
Depends: libfoo (= VERSION)
libfoo both amd64 and i386 installed
The only configured apt repository at the time of the upgrade contains
packages of the same names, with the same relationships, but a higher
version. The Makefile rules for "test_apt_in_chroot" and
"test_uu_in_chroot" indicate the specifics of how I tested this, in a
small chroot environment (build-essential + aptitude + sudo + vim).
== expected result ==
I would expect the problem resolution to involve temporarily
deconfiguring foo-driver and libgl1-foo-glx, upgrading both flavours of
libfoo, configuring libgl1-foo-glx, and finally configuring foo-driver.
== actual result ==
However, what actually happens is that apt gets part-way through the
upgrade, but does not deconfigure foo-driver in favour of the new
libgl1-foo-glx:
> The following packages will be upgraded:
> foo-driver libfoo libfoo:i386 libgl1-foo-glx libgl1-foo-glx:i386
> 5 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
> Need to get 0 B/3538 B of archives.
> After this operation, 0 B of additional disk space will be used.
> Do you want to continue? [Y/n]
[...]
> (Reading database ... 16779 files and directories currently
> installed.)
> Preparing to unpack .../foo/libgl1-foo-glx_2_amd64.deb ...
> De-configuring libgl1-foo-glx:i386 (1) ...
> Unpacking libgl1-foo-glx:amd64 (2) over (1) ...
> Preparing to unpack .../foo/libgl1-foo-glx_2_i386.deb ...
> Unpacking libgl1-foo-glx:i386 (2) over (1) ...
> Preparing to unpack .../main/f/foo/libfoo_2_i386.deb ...
> De-configuring libfoo:amd64 (1) ...
> Unpacking libfoo:i386 (2) over (1) ...
> Preparing to unpack .../main/f/foo/libfoo_2_amd64.deb ...
> Unpacking libfoo:amd64 (2) over (1) ...
> Setting up libfoo:amd64 (2) ...
> Setting up libfoo:i386 (2) ...
> dpkg: dependency problems prevent configuration of
> libgl1-foo-glx:amd64:
> foo-driver (1) breaks libgl1-foo-glx (>> 1) and is installed.
> Version of libgl1-foo-glx:amd64 to be configured is 2.
>
> dpkg: error processing package libgl1-foo-glx:amd64 (--configure):
> dependency problems - leaving unconfigured
> dpkg: dependency problems prevent configuration of
> libgl1-foo-glx:i386:
> foo-driver (1) breaks libgl1-foo-glx (>> 1) and is installed.
> Version of libgl1-foo-glx:i386 to be configured is 2.
>
> dpkg: error processing package libgl1-foo-glx:i386 (--configure):
> dependency problems - leaving unconfigured
> Errors were encountered while processing:
> libgl1-foo-glx:amd64
> libgl1-foo-glx:i386
This seems to be multiarch-related: not installing the i386 packages
leads to the upgrade working fine.
== applicability to "real life" ==
In the real situation on SteamOS, "foo" is replaced with "fglrx"
throughout, the packages contain files, and there are additional
dependencies on packages that are not involved in the problematic
transaction. The failure mode appears to be the same.
Package versions etc. below are from a wheezy/amd64 chroot that can
reproduce the bug.
S
-- Package-specific info:
-- apt-config dump --
APT "";
APT::Architecture "amd64";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
APT::Install-Recommends "1";
APT::Install-Suggests "0";
APT::NeverAutoRemove "";
APT::NeverAutoRemove:: "^firmware-linux.*";
APT::NeverAutoRemove:: "^linux-firmware$";
APT::NeverAutoRemove:: "^linux-image.*";
APT::NeverAutoRemove:: "^kfreebsd-image.*";
APT::NeverAutoRemove:: "^linux-restricted-modules.*";
APT::NeverAutoRemove:: "^linux-ubuntu-modules-.*";
APT::NeverAutoRemove:: "^gnumach$";
APT::NeverAutoRemove:: "^gnumach-image.*";
APT::Never-MarkAuto-Sections "";
APT::Never-MarkAuto-Sections:: "metapackages";
APT::Never-MarkAuto-Sections:: "restricted/metapackages";
APT::Never-MarkAuto-Sections:: "universe/metapackages";
APT::Never-MarkAuto-Sections:: "multiverse/metapackages";
APT::Never-MarkAuto-Sections:: "oldlibs";
APT::Never-MarkAuto-Sections:: "restricted/oldlibs";
APT::Never-MarkAuto-Sections:: "universe/oldlibs";
APT::Never-MarkAuto-Sections:: "multiverse/oldlibs";
APT::Architectures "";
APT::Architectures:: "amd64";
APT::Architectures:: "i386";
APT::Compressor "";
APT::Compressor::. "";
APT::Compressor::.::Name ".";
APT::Compressor::.::Extension "";
APT::Compressor::.::Binary "";
APT::Compressor::.::Cost "1";
APT::Compressor::gzip "";
APT::Compressor::gzip::Name "gzip";
APT::Compressor::gzip::Extension ".gz";
APT::Compressor::gzip::Binary "gzip";
APT::Compressor::gzip::Cost "2";
APT::Compressor::gzip::CompressArg "";
APT::Compressor::gzip::CompressArg:: "-9n";
APT::Compressor::gzip::UncompressArg "";
APT::Compressor::gzip::UncompressArg:: "-d";
APT::Compressor::bzip2 "";
APT::Compressor::bzip2::Name "bzip2";
APT::Compressor::bzip2::Extension ".bz2";
APT::Compressor::bzip2::Binary "bzip2";
APT::Compressor::bzip2::Cost "3";
APT::Compressor::bzip2::CompressArg "";
APT::Compressor::bzip2::CompressArg:: "-9";
APT::Compressor::bzip2::UncompressArg "";
APT::Compressor::bzip2::UncompressArg:: "-d";
APT::Compressor::xz "";
APT::Compressor::xz::Name "xz";
APT::Compressor::xz::Extension ".xz";
APT::Compressor::xz::Binary "xz";
APT::Compressor::xz::Cost "4";
APT::Compressor::xz::CompressArg "";
APT::Compressor::xz::CompressArg:: "-6";
APT::Compressor::xz::UncompressArg "";
APT::Compressor::xz::UncompressArg:: "-d";
APT::Compressor::lzma "";
APT::Compressor::lzma::Name "lzma";
APT::Compressor::lzma::Extension ".lzma";
APT::Compressor::lzma::Binary "xz";
APT::Compressor::lzma::Cost "5";
APT::Compressor::lzma::CompressArg "";
APT::Compressor::lzma::CompressArg:: "--format=lzma";
APT::Compressor::lzma::CompressArg:: "-9";
APT::Compressor::lzma::UncompressArg "";
APT::Compressor::lzma::UncompressArg:: "--format=lzma";
APT::Compressor::lzma::UncompressArg:: "-d";
APT::Compressor::::Name "";
APT::Compressor::::Extension ".";
APT::Compressor::::Binary "";
APT::Compressor::::Cost "100";
APT::Compressor::::CompressArg "";
APT::Compressor::::CompressArg:: "-9";
APT::Compressor::::UncompressArg "";
APT::Compressor::::UncompressArg:: "-d";
Dir "/";
Dir::State "var/lib/apt/";
Dir::State::lists "lists/";
Dir::State::cdroms "cdroms.list";
Dir::State::mirrors "mirrors/";
Dir::State::extended_states "extended_states";
Dir::State::status "/var/lib/dpkg/status";
Dir::Cache "var/cache/apt/";
Dir::Cache::archives "archives/";
Dir::Cache::srcpkgcache "srcpkgcache.bin";
Dir::Cache::pkgcache "pkgcache.bin";
Dir::Etc "etc/apt/";
Dir::Etc::sourcelist "sources.list";
Dir::Etc::sourceparts "sources.list.d";
Dir::Etc::vendorlist "vendors.list";
Dir::Etc::vendorparts "vendors.list.d";
Dir::Etc::main "apt.conf";
Dir::Etc::netrc "auth.conf";
Dir::Etc::parts "apt.conf.d";
Dir::Etc::preferences "preferences";
Dir::Etc::preferencesparts "preferences.d";
Dir::Etc::trusted "trusted.gpg";
Dir::Etc::trustedparts "trusted.gpg.d";
Dir::Bin "";
Dir::Bin::methods "/usr/lib/apt/methods";
Dir::Bin::solvers "";
Dir::Bin::solvers:: "/usr/lib/apt/solvers";
Dir::Bin::dpkg "/usr/bin/dpkg";
Dir::Bin::bzip2 "/bin/bzip2";
Dir::Bin::xz "/usr/bin/xz";
Dir::Media "";
Dir::Media::MountPath "/media/apt";
Dir::Log "var/log/apt";
Dir::Log::Terminal "term.log";
Dir::Log::History "history.log";
Dir::Ignore-Files-Silently "";
Dir::Ignore-Files-Silently:: "~$";
Dir::Ignore-Files-Silently:: "\.disabled$";
Dir::Ignore-Files-Silently:: "\.bak$";
Dir::Ignore-Files-Silently:: "\.dpkg-[a-z]+$";
Dir::Ignore-Files-Silently:: "\.save$";
Dir::Ignore-Files-Silently:: "\.orig$";
Acquire "";
Acquire::cdrom "";
Acquire::cdrom::mount "/media/cdrom/";
Acquire::http "";
Acquire::http::Proxy "http://localhost:3142";
Acquire::Pdiffs "false";
Acquire::Languages "";
Acquire::Languages:: "en";
Acquire::Languages:: "none";
Unattended-Upgrade "";
Unattended-Upgrade::Origins-Pattern "";
Unattended-Upgrade::Origins-Pattern::
"origin=Debian,archive=stable,label=Debian-Security";
DPkg "";
DPkg::Pre-Install-Pkgs "";
DPkg::Pre-Install-Pkgs:: "/usr/sbin/dpkg-preconfigure --apt || true";
CommandLine "";
CommandLine::AsString "apt-config dump";
-- (no /etc/apt/preferences present) --
-- /etc/apt/sources.list --
deb [trusted=yes] file:///home/smcv/tmp/out/2.apt foo main
-- System Information:
Debian Release: 7.4
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.13-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Versions of packages apt depends on:
ii debian-archive-keyring 2012.4
ii gnupg 1.4.12-7+deb7u3
ii libapt-pkg4.12 0.9.7.9+deb7u1
ii libc6 2.13-38+deb7u1
ii libgcc1 1:4.7.2-5
ii libstdc++6 4.7.2-5
apt recommends no packages.
Versions of packages apt suggests:
pn apt-doc <none>
ii aptitude 0.6.8.2-1
ii dpkg-dev 1.16.12
ii python-apt 0.8.8.2
ii xz-utils 5.1.1alpha+20120614-2
-- no debconf information
Origin: my archive
Label: my label
Suite: inadvisable
Codename: foo
Version: 1.0
Architectures: amd64 i386
Components: main
Source: foo
Section: misc
Priority: optional
Maintainer: me <m...@example.com>
Package: foo-driver
Architecture: @ARCH@
Version: @VERSION@
Depends: libfoo (= @VERSION@)
Recommends: libgl1-foo-glx (= @VERSION@)
Breaks: libgl1-foo-glx (<< @VERSION@),
libgl1-foo-glx (>> @VERSION@)
Description: dummy package analogous to fglrx-driver
Source: foo
Section: misc
Priority: optional
Maintainer: me <m...@example.com>
Package: libfoo
Multi-Arch: same
Architecture: @ARCH@
Version: @VERSION@
Description: dummy package analogous to libfglrx
Source: foo
Section: misc
Priority: optional
Maintainer: me <m...@example.com>
Package: libgl1-foo-glx
Multi-Arch: same
Architecture: @ARCH@
Version: @VERSION@
Depends: libfoo (= @VERSION@)
Description: dummy package analogous to libgl1-fglrx-glx
all:
test_apt_in_chroot:
test -e /etc/debian_chroot
sudo eatmydata apt-get update
sudo eatmydata apt-get dist-upgrade
sudo eatmydata apt-get install unattended-upgrades
sudo dpkg --add-architecture i386
sudo eatmydata dpkg -i \
out/1.apt/pool/main/f/foo/foo-driver_1_amd64.deb \
out/1.apt/pool/main/f/foo/lib*_1_*.deb
echo "deb [trusted=yes] file://$(CURDIR)/out/2.apt foo main" | \
sudo tee /etc/apt/sources.list
sudo eatmydata apt-get update
sudo eatmydata apt-get upgrade
test_uu_in_chroot:
test -e /etc/debian_chroot
sudo eatmydata apt-get update
sudo eatmydata apt-get dist-upgrade
sudo eatmydata apt-get install unattended-upgrades
sudo dpkg --add-architecture i386
sudo eatmydata dpkg -i \
out/1.apt/pool/main/f/foo/foo-driver_1_amd64.deb \
out/1.apt/pool/main/f/foo/lib*_1_*.deb
echo "deb [trusted=yes] file://$(CURDIR)/out/2.apt foo main" | \
sudo tee /etc/apt/sources.list
printf 'Unattended-Upgrade::Origins-Pattern {\n"a=inadvisable";\n};\n'
| \
sudo tee /etc/apt/apt.conf.d/50unattended-upgrades
sudo eatmydata apt-get update
sudo unattended-upgrade --debug --minimal_upgrade_steps
set -e && for x in /var/log/unattended-upgrades/*; do echo "=== $$x
==="; cat "$$x"; done
control_in := $(wildcard *.control.in)
control := \
$(patsubst %.control.in,tmp/%_1_amd64/DEBIAN/control,$(control_in)) \
$(patsubst %.control.in,tmp/%_2_amd64/DEBIAN/control,$(control_in)) \
$(patsubst %.control.in,tmp/%_1_i386/DEBIAN/control,$(control_in)) \
$(patsubst %.control.in,tmp/%_2_i386/DEBIAN/control,$(control_in)) \
$(NULL)
debs := $(patsubst %/DEBIAN/control,%.deb,$(control))
all: out/1.apt out/2.apt
out/%.apt: $(debs) distributions
install -d $@/conf
install -m644 distributions $@/conf/distributions
reprepro -b $@ includedeb foo tmp/*_$(*)_amd64.deb tmp/*_$(*)_i386.deb
clean:
rm -fr out tmp
$(debs): tmp/%.deb: tmp/%/DEBIAN/control
dpkg-deb -b tmp/$*
tmp/%_1_amd64/DEBIAN/control: %.control.in
install -d $(dir $@)
sed -e 's/@VERSION@/1/' -e 's/@ARCH@/amd64/' < $< > $@
tmp/%_1_i386/DEBIAN/control: %.control.in
install -d $(dir $@)
sed -e 's/@VERSION@/1/' -e 's/@ARCH@/i386/' < $< > $@
tmp/%_2_amd64/DEBIAN/control: %.control.in
install -d $(dir $@)
sed -e 's/@VERSION@/2/' -e 's/@ARCH@/amd64/' < $< > $@
tmp/%_2_i386/DEBIAN/control: %.control.in
install -d $(dir $@)
sed -e 's/@VERSION@/2/' -e 's/@ARCH@/i386/' < $< > $@
--- End Message ---
--- Begin Message ---
Source: fglrx-driver
Source-Version: 1:14.4~rc1.0.apr17-1
We believe that the bug you reported is fixed in the latest version of
fglrx-driver, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 745...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andreas Beckmann <a...@debian.org> (supplier of updated fglrx-driver package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 23 Apr 2014 17:16:24 +0200
Source: fglrx-driver
Binary: fglrx-driver libfglrx libfglrx-amdxvba1 libxvbaw-dev libgl1-fglrx-glx
libgl1-fglrx-glx-i386 fglrx-modules-dkms fglrx-source fglrx-control
fglrx-atieventsd amd-opencl-icd amd-libopencl1 amd-opencl-dev amd-clinfo
Architecture: source amd64
Version: 1:14.4~rc1.0.apr17-1
Distribution: unstable
Urgency: medium
Maintainer: Fglrx packaging team <pkg-fglrx-de...@lists.alioth.debian.org>
Changed-By: Andreas Beckmann <a...@debian.org>
Description:
amd-clinfo - AMD OpenCL info utility
amd-libopencl1 - AMD OpenCL ICD Loader library
amd-opencl-dev - AMD OpenCL development files
amd-opencl-icd - AMD OpenCL ICD${fglrx:VariantDescSuffix}
fglrx-atieventsd - events daemon for the non-free ATI/AMD RadeonHD display
driver${f
fglrx-control - control panel for the non-free ATI/AMD RadeonHD display
driver${f
fglrx-driver - non-free ATI/AMD RadeonHD display
driver${fglrx:VariantDescSuffix
fglrx-modules-dkms - dkms module source for the non-free ATI/AMD RadeonHD
display driv
fglrx-source - kernel module source for the non-free ATI/AMD RadeonHD display
dr
libfglrx - non-free ATI/AMD RadeonHD display driver (runtime libraries)${fgl
libfglrx-amdxvba1 - AMD XvBA (X-Video Bitstream Acceleration) runtime
libraries${fglr
libgl1-fglrx-glx - proprietary libGL for the non-free ATI/AMD RadeonHD display
drive
libgl1-fglrx-glx-i386 - ATI/AMD binary OpenGL 32-bit
libraries${nvidia:LegacyDesc}
libxvbaw-dev - AMD XvBA (X-Video Bitstream Acceleration) development
files${fglr
Closes: 742452 745622
Changes:
fglrx-driver (1:14.4~rc1.0.apr17-1) unstable; urgency=medium
.
* New upstream release candidate 14.4-rc-v1.0-apr17 (2014-04-21) (14.10).
* libfglrx.preinst: Unify case before comparing PCI IDs, thanks to
Jo Shields. (Closes: #742452)
* Fix upgrades from multiarch-enabled wheezy to jessie by converting
fglrx-driver Breaks: libgl1-fglrx-glx (>> this) into
libgl1-fglrx-glx Breaks: fglrx-driver (<< this) which apt (from wheezy)
seems to cope much better with, thanks to Simon McVittie
(Closes: #745622).
* 10-iommu.patch: Remove, fixed upstream.
Checksums-Sha1:
5f082fcdbc2c1e2b247c1f8878b81d3b4c4703d9 3308
fglrx-driver_14.4~rc1.0.apr17-1.dsc
f91644ecc108c01021c60089ba04da0302ca7f01 83544216
fglrx-driver_14.4~rc1.0.apr17.orig.tar.xz
9c7b46a57d2aebb935b581d321762cc306bc4034 106964
fglrx-driver_14.4~rc1.0.apr17-1.debian.tar.xz
26ec1c6bdfb54353ca1d452f3edf7402040fad2d 6060400
fglrx-driver_14.4~rc1.0.apr17-1_amd64.deb
de0921c38d6ad83fefcd19bd3b9a262fc67143e5 9749214
libfglrx_14.4~rc1.0.apr17-1_amd64.deb
c2db7e1a612a73294473e7c41309b26f2ccdd88a 3725464
libfglrx-amdxvba1_14.4~rc1.0.apr17-1_amd64.deb
ae28c85a96272c1ff2424b42d0bfd1ee2996cf8e 40936
libxvbaw-dev_14.4~rc1.0.apr17-1_amd64.deb
ccd7dd60010e6972fe82e610013fc81bee0b709e 168108
libgl1-fglrx-glx_14.4~rc1.0.apr17-1_amd64.deb
b92c1b602d9db5b9ee60b469897fd07d3ce3a1b9 1862572
fglrx-modules-dkms_14.4~rc1.0.apr17-1_amd64.deb
a056bee54ffd4ded232719a4746dcdb3d1a9be6c 2697148
fglrx-source_14.4~rc1.0.apr17-1_amd64.deb
55f0e8953afe288e6d6c25027d09566d1d389c2f 4254390
fglrx-control_14.4~rc1.0.apr17-1_amd64.deb
b6eb3806a705602d58937ea06de9d167be8f8b96 146220
fglrx-atieventsd_14.4~rc1.0.apr17-1_amd64.deb
51727c70a8cac47da5439f4f1bdad77c505c373e 9801886
amd-opencl-icd_14.4~rc1.0.apr17-1_amd64.deb
68ff3bce05581bc3157ca9b4bb6c26950c352757 45086
amd-libopencl1_14.4~rc1.0.apr17-1_amd64.deb
c0c7b1e2b69e8a2036b43a3455af0a8c47fccadb 36500
amd-opencl-dev_14.4~rc1.0.apr17-1_amd64.deb
a84c1cab5a0b458b016f287017d19071701f008b 173286
amd-clinfo_14.4~rc1.0.apr17-1_amd64.deb
Checksums-Sha256:
2b5b647cc9d1b96bd2c177afb8ba3e047a7e82dad1e8e894ced8e717a0b2e363 3308
fglrx-driver_14.4~rc1.0.apr17-1.dsc
04c23a2fa84c16d2a02f9ee13321ae28436f7a8b4d895bd57613ac53015de267 83544216
fglrx-driver_14.4~rc1.0.apr17.orig.tar.xz
64ed8e0b88a2447ebadf935e87b7421d762d99ce447ddcac9e35bacbd87180fd 106964
fglrx-driver_14.4~rc1.0.apr17-1.debian.tar.xz
0e6640993e9002797ac3f7f9b080a05aa4c885709ab7f010286091526dbe8311 6060400
fglrx-driver_14.4~rc1.0.apr17-1_amd64.deb
927848d3da2be507b1e50626f6586b5d14fdc545d4d1dd89521914a3571bfc32 9749214
libfglrx_14.4~rc1.0.apr17-1_amd64.deb
bd17131a6c5101de203fd2ac3505d4448cf18a4256c31ce279d0692523a4575b 3725464
libfglrx-amdxvba1_14.4~rc1.0.apr17-1_amd64.deb
58928763514a851159856de57cad79f1cf88d1c1e2e0ffbc75da40e78649af41 40936
libxvbaw-dev_14.4~rc1.0.apr17-1_amd64.deb
1f2b028823aeb61160cf7e7e2628b5b5a5e11a759df7257949a86b961b4dc06a 168108
libgl1-fglrx-glx_14.4~rc1.0.apr17-1_amd64.deb
3e681b2798ae9bf900bef3dbcd4cf323476919bad53aa9e8970f98c388f651bb 1862572
fglrx-modules-dkms_14.4~rc1.0.apr17-1_amd64.deb
dd8ebe247422de56ffed4c59b3c87a9d05b48faa740081e071d40a56e25dcd03 2697148
fglrx-source_14.4~rc1.0.apr17-1_amd64.deb
4a01e5b61abe645f3fbb19a16838a7aa88787e79578532799a32da28c7f3ebb8 4254390
fglrx-control_14.4~rc1.0.apr17-1_amd64.deb
479ceec69662b9469f77c4af2c9def1c12c61ab4fe1d0cc35f9a8a924284ebb9 146220
fglrx-atieventsd_14.4~rc1.0.apr17-1_amd64.deb
92c36bfc6f0ae9b18b4b2fc0b63bfe862a6265e4056ee60975fa649382ff0b52 9801886
amd-opencl-icd_14.4~rc1.0.apr17-1_amd64.deb
dccc1be0077d01283ad7b224a36d314843971322cd7541f40d4006474f83b089 45086
amd-libopencl1_14.4~rc1.0.apr17-1_amd64.deb
c85a4270dc0fd902fca6156427360edd53cb9e9bb5fa06a9de248686a1279eb4 36500
amd-opencl-dev_14.4~rc1.0.apr17-1_amd64.deb
b7e48b4906bd2af990cbb8e2631442da532fe6bf335904e82374ceda43c17c31 173286
amd-clinfo_14.4~rc1.0.apr17-1_amd64.deb
Files:
6e4f8572be5d42ea7ab1586f8c28ee8b 6060400 non-free/x11 extra
fglrx-driver_14.4~rc1.0.apr17-1_amd64.deb
0bd62aefeeb7724bfa79be3da5b9ba39 9749214 non-free/libs extra
libfglrx_14.4~rc1.0.apr17-1_amd64.deb
8c52afb6484a6f96b97234cddf8f79ff 3725464 non-free/libs extra
libfglrx-amdxvba1_14.4~rc1.0.apr17-1_amd64.deb
89eddf94c19174c0988f7729b03cd659 40936 non-free/libdevel extra
libxvbaw-dev_14.4~rc1.0.apr17-1_amd64.deb
c32bca0d7b75ec76d0d137e543db7465 168108 non-free/libs extra
libgl1-fglrx-glx_14.4~rc1.0.apr17-1_amd64.deb
565ce25ee15a426afb2dc27b40ed109e 1862572 non-free/kernel extra
fglrx-modules-dkms_14.4~rc1.0.apr17-1_amd64.deb
a270052a1f29441927fb446efea9cb9b 2697148 non-free/kernel extra
fglrx-source_14.4~rc1.0.apr17-1_amd64.deb
b7b935b7756da7e20db0821ffb7bbb52 4254390 non-free/x11 extra
fglrx-control_14.4~rc1.0.apr17-1_amd64.deb
81c749fd8790054420b898b85666b275 146220 non-free/x11 extra
fglrx-atieventsd_14.4~rc1.0.apr17-1_amd64.deb
7147a972a6cc4e2dc14c9bdcf1e71ffe 9801886 non-free/x11 extra
amd-opencl-icd_14.4~rc1.0.apr17-1_amd64.deb
1a12bfc586b03507b841467d86aa5d74 45086 non-free/x11 extra
amd-libopencl1_14.4~rc1.0.apr17-1_amd64.deb
c067042e1aa381141e98faa74c626e07 36500 non-free/x11 extra
amd-opencl-dev_14.4~rc1.0.apr17-1_amd64.deb
743818b21a452d79bfee3f47941a4ba8 173286 non-free/x11 extra
amd-clinfo_14.4~rc1.0.apr17-1_amd64.deb
d2df42c723839fb553a2124e368e1e70 3308 non-free/x11 extra
fglrx-driver_14.4~rc1.0.apr17-1.dsc
122c0ff1867c6fe65a3ad6c4302bd7ef 83544216 non-free/x11 extra
fglrx-driver_14.4~rc1.0.apr17.orig.tar.xz
8985f5182bc5b046627c42c48092f032 106964 non-free/x11 extra
fglrx-driver_14.4~rc1.0.apr17-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCAAGBQJTV9vIAAoJEF+zP5NZ6e0IzysP+wXxeOUwRj6dx6ZR2YsV6Gp/
Sh1iECujDim3ckGhGYDTgazTUIb6+Je/ZIL2iBO/DbqEHzamrJthXLpRvcPbCu1c
U0ikFNx3CmHZ0uW14IL+gdJB1gAUmne5+TYQV2K42XdqPvPb1eb2wcZGA1parlTF
er0ILDdER1KWu6ByK159Mw1EtG7h9TdDq8lbAnkFeXwxnTO5MOt0xUevzAPZPfEl
X0O7ZsPMo5u8vJ6oulf382RP7z0V3sKl34EBcrFpLmKhKtIeMQKXBg5k9ckiET8Y
DTwvz+XFfe+AByZqp6RBFHvvaUlMkOXvRn/M+bcd/hLG2vp9SstlCMRnJO5QqhsI
B2Zk4v+3BogifeZkCJ8xmWgaFfL1C8jbKGf5CTFRO+orpk00N8FZ8qq9a9ImrMK3
EreMQnGt7sLm1b5QVU3PGjoYdcJ+gi+RD94MklhsrBdBduI9U+8QJVQSbZvDfn6x
pslK2bgsFRpqYkKW5CoLH8PhZPrUJeYnfGYsPHXQ9VWHFCLdSG57ajbp+T6myseb
Pifjx46/NTrixAZphNX/x6wclQd2D+bCljSNY47Tp5UFYxx07rsDb8enz3Kz59oR
hqM57DIsuJYsaEVxeEDOIE+fOq9ZYY3CoLhO2psYDRV7FkEDx5C9F2Gz0j9c/Nj4
UcfFrNIbW3ElvoPnOt1J
=HnW7
-----END PGP SIGNATURE-----
--- End Message ---