[SCM] x264/master: Add a copyright header

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sat Nov 15 20:00:50 UTC 2014


The following commit has been merged in the master branch:
commit bd97ce9a348f7ecad56736e7b7f562aba63fe937
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sat Nov 15 14:57:14 2014 -0500

    Add a copyright header

diff --git a/debian/x264-10bit b/debian/x264-10bit
index e792fbf..e6923e3 100755
--- a/debian/x264-10bit
+++ b/debian/x264-10bit
@@ -1,12 +1,26 @@
 #!/bin/bash
+#
+# Copyright (C) 2014 Reinhard Tartler
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+# .
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+# .
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 eval `dpkg-architecture -s`
 export LD_LIBRARY_PATH=/usr/lib/${DEB_HOST_GNU_TYPE}/x264-10bit${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH:-}
 
-
 if [ $# -gt 0 ]; then
-    echo "Starting '$@' with 10bit x264"
     exec "$@"
+    echo "Execution of '$@' failed with exit code $?" >&2
     exit 1
 fi
 

-- 
x264 packaging



More information about the pkg-multimedia-commits mailing list