[Piuparts-commits] [piuparts] 07/07: add unowned-lib-links exception for libglide2/3
Holger Levsen
holger at moszumanska.debian.org
Fri Jul 3 09:37:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch develop
in repository piuparts.
commit 6d8a0a925e5ce966ad8fc18f31f8b6b0ed3ad655
Author: Andreas Beckmann <anbe at debian.org>
Date: Tue Jun 30 19:12:40 2015 +0200
add unowned-lib-links exception for libglide2/3
Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
custom-scripts/scripts/pre_remove_40_find_unowned_lib_links | 5 +++++
debian/changelog | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/custom-scripts/scripts/pre_remove_40_find_unowned_lib_links b/custom-scripts/scripts/pre_remove_40_find_unowned_lib_links
index 8567cce..f3aeaee 100755
--- a/custom-scripts/scripts/pre_remove_40_find_unowned_lib_links
+++ b/custom-scripts/scripts/pre_remove_40_find_unowned_lib_links
@@ -17,6 +17,11 @@ do
# created by lsb-core
continue
;;
+ /usr/lib/libglide.so.2|\
+ /usr/lib/libglide3.so.3)
+ # created by maintainer script
+ continue
+ ;;
/usr/lib/libfmpich.so.12|\
/usr/lib/libmpich.so.12|\
/usr/lib/libmpichcxx.so.12|\
diff --git a/debian/changelog b/debian/changelog
index 227f253..f8276ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,7 +9,7 @@ piuparts (0.65) UNRELEASED; urgency=medium
- Fix the /etc/nsswitch.conf wheezy -> jessie upgrade handling.
* Add bug template for wheezy -> jessie -> stretch upgrades.
* scripts/pre_remove_40_find_unowned_lib_links: Ignore some symlinks caused
- by mpi-default-dev.
+ by mpi-default-dev and libglide2/libglide3.
-- Holger Levsen <holger at debian.org> Fri, 12 Jun 2015 13:43:42 +0200
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git
More information about the Piuparts-commits
mailing list