# HG changeset patch # User Matthias Förste # Date 1424264776 -3600 # Node ID d298433f2ef542631172507be9e03b5f565582da # Parent bd4aaf436891ea18b71fe3c9a42b2d9ac7b84726 added script to build dependency package for debian diff -r bd4aaf436891 -r d298433f2ef5 .hgignore --- a/.hgignore Wed Jul 30 10:42:46 2014 +0200 +++ b/.hgignore Wed Feb 18 14:06:16 2015 +0100 @@ -3,3 +3,4 @@ init.d tele-watch tele-watch.8.gz +*.deb diff -r bd4aaf436891 -r d298433f2ef5 tools/deb-deps --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/deb-deps Wed Feb 18 14:06:16 2015 +0100 @@ -0,0 +1,10 @@ +#!/usr/bin/equivs-build +Section: misc +Priority: optional +Standards-Version: 3.9.2 + +Package: tele-watch-deps +# Version: +# Maintainer: Your Name +Depends: liblinux-inotify2-perl, libunix-syslog-perl +Description: tele watch dependencies