[Pkg-voip-commits] r1516 - yate/trunk/debian

Kilian Krause kilian at costa.debian.org
Thu Mar 30 11:11:14 UTC 2006


Author: kilian
Date: 2006-03-30 11:11:14 +0000 (Thu, 30 Mar 2006)
New Revision: 1516

Modified:
   yate/trunk/debian/changelog
   yate/trunk/debian/rules
Log:
let's try YATE0.9 as YATE 0.8 is no longer actively maintained


Modified: yate/trunk/debian/changelog
===================================================================
--- yate/trunk/debian/changelog	2006-03-30 11:05:38 UTC (rev 1515)
+++ yate/trunk/debian/changelog	2006-03-30 11:11:14 UTC (rev 1516)
@@ -1,8 +1,9 @@
-yate (0.8.7+cvs20050604-5) UNRELEASED; urgency=low
+yate (0.9.0-0.pre4-1) UNRELEASED; urgency=low
 
+  * New upstream version (0.9.0pre4)
   * Update build-depends to libpri1.2.
 
- -- Kilian Krause <kilian at debian.org>  Wed, 11 Jan 2006 11:58:29 +0000
+ -- Kilian Krause <kilian at debian.org>  Thu, 30 Mar 2006 14:09:10 +0300
 
 yate (0.8.7+cvs20050604-4) unstable; urgency=low
 

Modified: yate/trunk/debian/rules
===================================================================
--- yate/trunk/debian/rules	2006-03-30 11:05:38 UTC (rev 1515)
+++ yate/trunk/debian/rules	2006-03-30 11:11:14 UTC (rev 1516)
@@ -31,6 +31,14 @@
    confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
 endif
 
+DEBVERSION:=$(shell head -n 1 debian/changelog \
+		    | sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
+UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/.dfsg$$//')
+
+FILENAME := yate_$(UPVERSION).orig.tar.gz
+#URL := http://yate.null.ro/tarballs/yate-$(UPVERSION).tar.gz
+URL := http://yate.null.ro/tarballs/yate-0.9.0pre4.tar.gz
+
 config.status: patch-stamp configure
 	dh_testdir
 	#if [ ! -f config.sub.orig ];then \
@@ -124,5 +132,15 @@
 	dh_md5sums
 	dh_builddeb
 
+print-version:
+	@@echo "Debian version:          $(DEBVERSION)"
+	@@echo "Upstream version:        $(UPVERSION)"
+
+get-orig-source:
+	@@dh_testdir
+	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
+	@@echo Downloading $(FILENAME) from $(URL) ...
+	@@wget -N -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
+
 binary: binary-indep binary-arch
 .PHONY: build clean clean-patched patch unpatch binary-indep binary-arch binary install 




More information about the Pkg-voip-commits mailing list