[Pkg-voip-commits] r4085 - yate/trunk/debian
kilian at alioth.debian.org
kilian at alioth.debian.org
Sat Aug 18 21:09:55 UTC 2007
Author: kilian
Date: 2007-08-18 21:09:54 +0000 (Sat, 18 Aug 2007)
New Revision: 4085
Modified:
yate/trunk/debian/changelog
yate/trunk/debian/control
yate/trunk/debian/rules
yate/trunk/debian/yate.init
Log:
* Fix debian-rules-ignores-make-clean-error warning.
* Fix php-script-but-no-php-cli-dep warning: Add Recommends to package yate
* Add LSB section to init script.
Modified: yate/trunk/debian/changelog
===================================================================
--- yate/trunk/debian/changelog 2007-08-18 21:00:22 UTC (rev 4084)
+++ yate/trunk/debian/changelog 2007-08-18 21:09:54 UTC (rev 4085)
@@ -7,8 +7,11 @@
[ Kilian Krause ]
* Use ${binary:Version} for binNMU-safe uploads.
Add dpkg-dev (>= 1.13.19) to Build-Depends
+ * Fix debian-rules-ignores-make-clean-error warning.
+ * Fix php-script-but-no-php-cli-dep warning: Add Recommends to package yate
+ * Add LSB section to init script.
- -- Kilian Krause <kilian at debian.org> Sat, 18 Aug 2007 22:54:42 +0200
+ -- Kilian Krause <kilian at debian.org> Sat, 18 Aug 2007 23:04:47 +0200
yate (1.2.0-1.dfsg-2) unstable; urgency=low
Modified: yate/trunk/debian/control
===================================================================
--- yate/trunk/debian/control 2007-08-18 21:00:22 UTC (rev 4084)
+++ yate/trunk/debian/control 2007-08-18 21:09:54 UTC (rev 4085)
@@ -11,6 +11,7 @@
Package: yate
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
+Recommends: php4-cli | php5-cli
Conflicts: yate-gtk, yate-openh323 (<< 1.2.0), yate-pgsql (<< 1.2.0), yate-qt
Description: Yet Another Telephony Engine (YATE)
YATE is a telephony engine aimed at creating a telephony server that
Modified: yate/trunk/debian/rules
===================================================================
--- yate/trunk/debian/rules 2007-08-18 21:00:22 UTC (rev 4084)
+++ yate/trunk/debian/rules 2007-08-18 21:09:54 UTC (rev 4085)
@@ -58,11 +58,9 @@
build-stamp: config.status
dh_testdir
-
# Add here commands to compile the package.
$(MAKE)
#docbook-to-man debian/yate.sgml > yate.1
-
touch build-stamp
clean: clean-patched unpatch
@@ -70,9 +68,8 @@
dh_testdir
dh_testroot
rm -f build-stamp
-
# Add here commands to clean up after the build process.
- -$(MAKE) clean distclean
+ [ ! -f Makefile ]||$(MAKE) clean distclean
rm -f config.status
rm -f config.sub config.guess
cp /usr/share/misc/config.sub config.sub
@@ -84,7 +81,6 @@
dh_testroot
dh_clean -k
dh_installdirs
-
# Add here commands to install the package into debian/yate.
$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
# remove extra files
@@ -119,22 +115,12 @@
dh_installdocs -a
dh_installexamples -a
dh_install -a
-# dh_installmenu -a
-# dh_installdebconf -a
-# dh_installlogrotate -a
-# dh_installemacsen -a
-# dh_installpam -a
-# dh_installmime -a
dh_installinit -a
-# dh_installcron -a
-# dh_installinfo -a
dh_installman -a yate.8 yate-config.8
dh_link -a
dh_strip -a
dh_compress -a
dh_fixperms -a
-# dh_perl -a
-# dh_python -a
dh_makeshlibs -a
dh_installdeb -a
dh_shlibdeps -a -Llibyate1.2.0 -l debian/libyate1.2.0/usr/lib
Modified: yate/trunk/debian/yate.init
===================================================================
--- yate/trunk/debian/yate.init 2007-08-18 21:00:22 UTC (rev 4084)
+++ yate/trunk/debian/yate.init 2007-08-18 21:09:54 UTC (rev 4085)
@@ -5,6 +5,18 @@
# Modified for yate by Radu Spineanu <radu at timisoara.roedu.net>.
# and Kilian Krause <kk at verfaction.de>
+### BEGIN INIT INFO
+# Provides: yate
+# Required-Start: $all
+# Required-Stop: $all
+# Should-Start: $local_fs
+# Should-Stop: $local_fs
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+# Short-Description: Yet another telephony engine
+# Description: Start YATE in daemon mode
+### END INIT INFO
+
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
DAEMON=/usr/bin/yate
NAME=yate
More information about the Pkg-voip-commits
mailing list