[Pkg-voip-commits] r6876 - in /yxa/trunk/debian: changelog control rules
mikma-guest at alioth.debian.org
mikma-guest at alioth.debian.org
Sat Mar 14 21:50:18 UTC 2009
Author: mikma-guest
Date: Sat Mar 14 21:50:17 2009
New Revision: 6876
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6876
Log:
* Updated to policy version 3.7.3. No changes required.
* Fixed lintian warning: debian-rules-ignores-make-clean-error.
Modified:
yxa/trunk/debian/changelog
yxa/trunk/debian/control
yxa/trunk/debian/rules
Modified: yxa/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/yxa/trunk/debian/changelog?rev=6876&op=diff
==============================================================================
--- yxa/trunk/debian/changelog (original)
+++ yxa/trunk/debian/changelog Sat Mar 14 21:50:17 2009
@@ -10,5 +10,7 @@
* Add LSB keyword section to init file, and return proper exit status
codes.
* Fix bug in presence update.
+ * Updated to policy version 3.7.3. No changes required.
+ * Fixed lintian warning: debian-rules-ignores-make-clean-error.
-- Mikael Magnusson <mikma at users.sourceforge.net> Sat, 29 Mar 2008 21:03:52 +0100
Modified: yxa/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/yxa/trunk/debian/control?rev=6876&op=diff
==============================================================================
--- yxa/trunk/debian/control (original)
+++ yxa/trunk/debian/control Sat Mar 14 21:50:17 2009
@@ -5,7 +5,7 @@
Uploaders: Kilian Krause <kilian at debian.org>, Jose Carlos Garcia Sogo <jsogo at debian.org>, Mark Purcell <msp at debian.org>, Mikael Magnusson <mikma at users.sourceforge.net>
Build-Depends: debhelper (>= 5), dpatch, autotools-dev, erlang-base
| erlang-base-hipe, erlang-dev, erlang-nox, yaws
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
Homepage: http://www.stacken.kth.se/project/yxa/
Vcs-Svn: svn://svn.debian.org/pkg-voip/yxa/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/yxa/?op=log
Modified: yxa/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/yxa/trunk/debian/rules?rev=6876&op=diff
==============================================================================
--- yxa/trunk/debian/rules (original)
+++ yxa/trunk/debian/rules Sat Mar 14 21:50:17 2009
@@ -92,7 +92,7 @@
dh_testroot
rm -f build-stamp config-stamp
- -$(MAKE) distclean
+ [ ! -f Makefile ] || $(MAKE) distclean
dh_clean
More information about the Pkg-voip-commits
mailing list