[Debconf-video-commits] r456 - package/trunk/debian

Ben Hutchings benh at alioth.debian.org
Mon Jul 13 01:34:42 UTC 2009


Author: benh
Date: 2009-07-13 01:34:42 +0000 (Mon, 13 Jul 2009)
New Revision: 456

Modified:
   package/trunk/debian/control
   package/trunk/debian/rules
Log:
Add debconf-video-capture package and install dc-tally-light into it


Modified: package/trunk/debian/control
===================================================================
--- package/trunk/debian/control	2009-07-13 01:34:18 UTC (rev 455)
+++ package/trunk/debian/control	2009-07-13 01:34:42 UTC (rev 456)
@@ -25,3 +25,8 @@
 Architecture: all
 Depends: dvsink, python, python-pygresql, debconf-video-common
 Description: DebConf video storage scripts
+
+Package: debconf-video-capture
+Architecture: all
+Depends: dvsource, debconf-video-common
+Description: DebConf video capture scripts

Modified: package/trunk/debian/rules
===================================================================
--- package/trunk/debian/rules	2009-07-13 01:34:18 UTC (rev 455)
+++ package/trunk/debian/rules	2009-07-13 01:34:42 UTC (rev 456)
@@ -28,6 +28,9 @@
 	install src/dc-import-recordings src/dc-do-transcoding src/dc-publish debian/debconf-video-store/usr/bin/
 	install -m 644 src/shellconfig.py debian/debconf-video-store/usr/share/debconf-video-store/
 	install -m 644 src/debconfvideo/*.py debian/debconf-video-store/usr/share/debconf-video-store/debconfvideo/
+	# debconf-video-capture: scripts for the capture machines
+	mkdir -p -m 755 debian/debconf-video-capture/usr/bin
+	install src/dc-tally-light debian/debconf-video-capture/usr/bin/
 
 binary-indep: install
 	dh_testdir -i




More information about the Debconf-video-commits mailing list