[SCM] libva/master: Do not skip symlinks
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Mon Feb 22 18:27:08 UTC 2016
The following commit has been merged in the master branch:
commit 61ec34edab2919541287f6b22ae59be5118aef87
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Mon Feb 22 18:44:02 2016 +0100
Do not skip symlinks
diff --git a/debian/dh/dh_libva b/debian/dh/dh_libva
index 2408905..ca564ab 100755
--- a/debian/dh/dh_libva
+++ b/debian/dh/dh_libva
@@ -1,6 +1,6 @@
#!/usr/bin/perl
#
-# Copyright 2014-2015 Sebastian Ramacher <sramacher at debian.org>
+# Copyright 2014-2016 Sebastian Ramacher <sramacher at debian.org>
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
@@ -78,9 +78,6 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
# Files to check
my @filelist = glob($pkgpath . "/*_drv_video.so");
foreach my $driver (@filelist) {
- # Skip symlinks
- next if -l $driver;
-
open(my $nm, "-|", "nm", ("-D", $driver)) or
error("cannot read symbols: $!\n");
while (<$nm>) {
--
libva packaging
More information about the pkg-multimedia-commits
mailing list