[Pkg-voip-commits] r3916 - iax/trunk/debian
jblache at alioth.debian.org
jblache at alioth.debian.org
Sun Aug 5 18:09:55 UTC 2007
Author: jblache
Date: 2007-08-05 18:09:55 +0000 (Sun, 05 Aug 2007)
New Revision: 3916
Modified:
iax/trunk/debian/changelog
iax/trunk/debian/compat
iax/trunk/debian/control
iax/trunk/debian/rules
Log:
Use ${binary:Version}, switch to DH_COMPAT 5, do not ignore make distclean errors.
Modified: iax/trunk/debian/changelog
===================================================================
--- iax/trunk/debian/changelog 2007-08-05 18:08:10 UTC (rev 3915)
+++ iax/trunk/debian/changelog 2007-08-05 18:09:55 UTC (rev 3916)
@@ -1,11 +1,17 @@
-iax (0.2.2-6) UNRELEASED; urgency=low
+iax (0.2.2-6) unstable; urgency=low
- * NOT RELEASED YET
+ [ Julien BLACHE ]
+ * debian/control:
+ + Use ${binary:Version} instead of ${Source-Version}.
+ * debian/rules:
+ + Do not ignore make distclean errors.
+ * debian/compat, debian/control:
+ + Switch to DH_COMPAT 5.
[ Kilian Krause ]
* Fix get-orig-source target.
- -- Kilian Krause <kilian at debian.org> Wed, 25 Apr 2007 09:19:57 +0200
+ -- Julien BLACHE <jblache at debian.org> Sun, 05 Aug 2007 20:06:22 +0200
iax (0.2.2-5) unstable; urgency=low
Modified: iax/trunk/debian/compat
===================================================================
--- iax/trunk/debian/compat 2007-08-05 18:08:10 UTC (rev 3915)
+++ iax/trunk/debian/compat 2007-08-05 18:09:55 UTC (rev 3916)
@@ -1 +1 @@
-4
+5
Modified: iax/trunk/debian/control
===================================================================
--- iax/trunk/debian/control 2007-08-05 18:08:10 UTC (rev 3915)
+++ iax/trunk/debian/control 2007-08-05 18:09:55 UTC (rev 3916)
@@ -2,7 +2,7 @@
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
Uploaders: Julien BLACHE <jblache at debian.org>, Kilian Krause <kilian at debian.org>
-Build-Depends: debhelper (>> 4.0.0), dpatch, autotools-dev
+Build-Depends: debhelper (>= 5), dpatch, autotools-dev
Standards-Version: 3.7.2
XS-Vcs-Svn: svn://svn.debian.org/pkg-voip/
XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/
@@ -10,7 +10,7 @@
Package: libiax-dev
Section: libdevel
Architecture: any
-Depends: libiax0 (= ${Source-Version})
+Depends: libiax0 (= ${binary:Version})
Description: implementation of the Inter-Asterisk eXchange protocol (devel)
Inter Asterisk eXchange, lovingly called IAX (pronounced: eeks), is
the protocol used by the Asterisk PBX system for
Modified: iax/trunk/debian/rules
===================================================================
--- iax/trunk/debian/rules 2007-08-05 18:08:10 UTC (rev 3915)
+++ iax/trunk/debian/rules 2007-08-05 18:09:55 UTC (rev 3916)
@@ -62,7 +62,7 @@
rm -f build-stamp autotools-stamp
# Add here commands to clean up after the build process.
- -$(MAKE) distclean
+ [ ! -f Makefile ] || $(MAKE) distclean
rm -f config.sub config.guess
More information about the Pkg-voip-commits
mailing list