[SCM] libva/master: Sort driver ABI versions in reverse order

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Thu Jun 4 10:23:35 UTC 2015


The following commit has been merged in the master branch:
commit 007a1567b2bc2cee0dd44a6f243d916644772e81
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Thu Jun 4 12:17:48 2015 +0200

    Sort driver ABI versions in reverse order

diff --git a/debian/dh/dh_libva b/debian/dh/dh_libva
index 8546f06..2408905 100755
--- a/debian/dh/dh_libva
+++ b/debian/dh/dh_libva
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 #
-# Copyright 2014 Sebastian Ramacher <sramacher at debian.org>
+# Copyright 2014-2015 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
@@ -99,7 +99,8 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
   }
 
   # Add substvar
-  addsubstvar($package, $dh{SUBSTVAR}, join('|', $abiver->elements));
+  addsubstvar($package, $dh{SUBSTVAR},
+    join('|', reverse sort $abiver->elements));
 }
 
 exit 0;

-- 
libva packaging



More information about the pkg-multimedia-commits mailing list