Bug#776168: (pre-approve) unblock: atlas/3.10.2-7

2015-01-29 Thread Sébastien Villemot
Le jeudi 29 janvier 2015 à 19:10 +0100, Niels Thykier a écrit :
> Control: tags -1 confirmed moreinfo
> 
> On 2015-01-24 22:17, Andreas Beckmann wrote:
> > Package: release.debian.org
> > Severity: normal
> > User: release.debian@packages.debian.org
> > Usertags: unblock
> > 
> > Please unblock package atlas
> > 
> > Cleanup of obsolete alternatives dating back to lenny and leaving
> > dangling symlinks in /usr/lib
> > 
> > unblock atlas/3.10.2-7
> > 
> > Andreas
> > 
> 
> Ack, please go ahead.

Uploaded.

-- 
 .''`.Sébastien Villemot
: :' :Debian Developer
`. `' http://sebastien.villemot.name
  `-  GPG Key: 4096R/381A7594




signature.asc
Description: This is a digitally signed message part


Bug#776168: (pre-approve) unblock: atlas/3.10.2-7

2015-01-29 Thread Niels Thykier
Control: tags -1 confirmed moreinfo

On 2015-01-24 22:17, Andreas Beckmann wrote:
> Package: release.debian.org
> Severity: normal
> User: release.debian@packages.debian.org
> Usertags: unblock
> 
> Please unblock package atlas
> 
> Cleanup of obsolete alternatives dating back to lenny and leaving
> dangling symlinks in /usr/lib
> 
> unblock atlas/3.10.2-7
> 
> Andreas
> 

Ack, please go ahead.

Thanks,
~Niels


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/54ca777f.3090...@thykier.net



Processed: Re: Bug#776168: (pre-approve) unblock: atlas/3.10.2-7

2015-01-29 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 confirmed moreinfo
Bug #776168 [release.debian.org] (pre-approve) unblock: atlas/3.10.2-7
Added tag(s) confirmed and moreinfo.

-- 
776168: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776168
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.b776168.142255501616078.transcr...@bugs.debian.org



Bug#776168: (pre-approve) unblock: atlas/3.10.2-7

2015-01-24 Thread Andreas Beckmann
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package atlas

Cleanup of obsolete alternatives dating back to lenny and leaving
dangling symlinks in /usr/lib

unblock atlas/3.10.2-7

Andreas
diff -Nru atlas-3.10.2/debian/changelog atlas-3.10.2/debian/changelog
--- atlas-3.10.2/debian/changelog	2014-11-22 13:37:44.0 +0100
+++ atlas-3.10.2/debian/changelog	2015-01-24 23:14:29.0 +0100
@@ -1,3 +1,11 @@
+atlas (3.10.2-7) unstable; urgency=medium
+
+  [ Andreas Beckmann ]
+  * libatlas-base-dev.preinst: Cleanup obsolete alternatives dating back to
+lenny.  (Closes: #776089)
+
+ -- Sébastien Villemot   Sat, 24 Jan 2015 23:06:27 +0100
+
 atlas (3.10.2-6) unstable; urgency=medium
 
   * Add missing files in archdef for mips.
diff -Nru atlas-3.10.2/debian/libatlas-base-dev.preinst atlas-3.10.2/debian/libatlas-base-dev.preinst
--- atlas-3.10.2/debian/libatlas-base-dev.preinst	2014-07-12 12:23:26.0 +0200
+++ atlas-3.10.2/debian/libatlas-base-dev.preinst	2015-01-24 23:11:24.0 +0100
@@ -9,6 +9,13 @@
 update-alternatives --remove libblas.so	/usr/lib/atlas-base/atlas/libblas.so
 fi
 
+# Cleanup obsolete alternatives dating back to lenny
+if [ "$1" = "install" ] || [ "$1" = "upgrade" ]
+then
+update-alternatives --remove libblas-3.so /usr/lib/atlas/libblas.so
+update-alternatives --remove liblapack-3.so /usr/lib/atlas/liblapack.so
+fi
+
 # dh_installdeb will replace this with shell code automatically
 # generated by other debhelper scripts.