[SCM] taopm/master: Adding new files.

tiago at users.alioth.debian.org tiago at users.alioth.debian.org
Fri Apr 19 14:03:07 UTC 2013


The following commit has been merged in the master branch:
commit bdedabfc19bf4338eeefb589cdc9ff4eebd76982
Author: Tiago Bortoletto Vaz <tiago at debian.org>
Date:   Fri Apr 19 10:02:55 2013 -0400

    Adding new files.

diff --git a/debian/install b/debian/install
new file mode 100755
index 0000000..24d3af2
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,4 @@
+#! /usr/bin/dh-exec
+
+user-scripts/error.parse /usr/lib/${DEB_HOST_MULTIARCH}/taopm/user-scripts/
+include/*.h /usr/lib/${DEB_HOST_MULTIARCH}/taopm/include/
diff --git a/debian/patches/03-fix-shell-standard-out.diff b/debian/patches/03-fix-shell-standard-out.diff
new file mode 100644
index 0000000..d1ff67d
--- /dev/null
+++ b/debian/patches/03-fix-shell-standard-out.diff
@@ -0,0 +1,14 @@
+Description: Fix shell specific stuff
+Author: Tiago Bortoletto Vaz <tiago at debian.org>
+Last-Update: 2013-04-19
+--- a/configure
++++ b/configure
+@@ -23166,7 +23166,7 @@
+   *)
+ 	echo checking if host is cygwin/mingw... no
+ 	# Because cygwin doesn't have /dev/null, we can only put it in on other systems
+-	HAVENULL=">& /dev/null"
++	HAVENULL=">/dev/null 2>&1"
+   ;;
+ esac
+ 
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..2be66f8
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/taopm/tao-(.+)\.(?:zip|tgz|tbz2|txz|tar\.gz|tar\.bz2|tar\.xz)

-- 
taopm packaging



More information about the pkg-multimedia-commits mailing list