[Pkg-voip-commits] r4266 - openmcu/trunk/debian

kilian at alioth.debian.org kilian at alioth.debian.org
Fri Aug 24 14:52:33 UTC 2007


Author: kilian
Date: 2007-08-24 14:52:33 +0000 (Fri, 24 Aug 2007)
New Revision: 4266

Modified:
   openmcu/trunk/debian/changelog
   openmcu/trunk/debian/control
   openmcu/trunk/debian/copyright
   openmcu/trunk/debian/docs
   openmcu/trunk/debian/rules
Log:
* New upstream release. Still needs at least Titan release. Bump build-deps
  accordingly. (Closes: #379086)
* Install mpl-1.0.htm into docs.
* Install manpage openmcu.1 correctly.
* Fix get-orig-source target.
* Ditch pre-sarge build-dep on g++.
* Cleanup debian/rules
* copyright, control: Update URLs and current maintainer reference.

Modified: openmcu/trunk/debian/changelog
===================================================================
--- openmcu/trunk/debian/changelog	2007-08-24 11:50:14 UTC (rev 4265)
+++ openmcu/trunk/debian/changelog	2007-08-24 14:52:33 UTC (rev 4266)
@@ -1,9 +1,16 @@
-openmcu (2.2.0-1) UNRELEASED; urgency=low
+openmcu (2.2.1-1) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
-  * New upstream release.
+  * New upstream release. Still needs at least Titan release. Bump build-deps
+    accordingly. (Closes: #379086)
+  * Install mpl-1.0.htm into docs.
+  * Install manpage openmcu.1 correctly.
+  * Fix get-orig-source target.
+  * Ditch pre-sarge build-dep on g++.
+  * Cleanup debian/rules
+  * copyright, control: Update URLs and current maintainer reference.
 
- -- Kilian Krause <kilian at debian.org>  Sat, 10 Jun 2006 14:33:52 +0200
+ -- Kilian Krause <kilian at debian.org>  Fri, 24 Aug 2007 16:36:40 +0200
 
 openmcu (2.1.1-3) unstable; urgency=low
 

Modified: openmcu/trunk/debian/control
===================================================================
--- openmcu/trunk/debian/control	2007-08-24 11:50:14 UTC (rev 4265)
+++ openmcu/trunk/debian/control	2007-08-24 14:52:33 UTC (rev 4266)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Kilian Krause <kilian at debian.org>, Jose Carlos Garcia Sogo <jsogo at debian.org>, Mark Purcell <msp at debian.org>, Santiago Garcia Mantinan <manty at debian.org>
-Build-Depends: debhelper (>=4.0.0), libpt-dev (>=1.8.7-2), libopenh323-dev (>=1.15.6-2), g++ (>=2:3.2), dpatch (>= 2.0.10)
+Build-Depends: debhelper (>=4.0.0), libpt-dev (>=1.11~), libopenh323-dev (>=1.19~), dpatch (>= 2.0.10)
 Standards-Version: 3.6.2
 XS-Vcs-Svn: svn://svn.debian.org/pkg-voip/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/
@@ -19,4 +19,4 @@
  splits the image so that up to 4 of them can be seen.
  .
  For more information on the OpenH323 project visit them at
- http://www.openh323.org/
+ http://www.voxgratia.org/ or http://openh323.sourceforge.net/.

Modified: openmcu/trunk/debian/copyright
===================================================================
--- openmcu/trunk/debian/copyright	2007-08-24 11:50:14 UTC (rev 4265)
+++ openmcu/trunk/debian/copyright	2007-08-24 14:52:33 UTC (rev 4266)
@@ -3,11 +3,12 @@
 The author of this software is Equivalence Pty. Ltd.
 
 Original packaging for Debian by Raphael Bossek <bossekr at debian.org>.
-Now maintained by Santiago Garcia Mantinan <manty at debian.org>.
+Then maintained by Santiago Garcia Mantinan <manty at debian.org>.
+Now maintained by Debian VoIP team <pkg-voip-maintainers at lists.alioth.debian.org>.
 
 The sources where downloaded from:
 
-  http://www.openh323.org/bin/
+  http://www.voxgratia.org/
 
 Copyright:
 

Modified: openmcu/trunk/debian/docs
===================================================================
--- openmcu/trunk/debian/docs	2007-08-24 11:50:14 UTC (rev 4265)
+++ openmcu/trunk/debian/docs	2007-08-24 14:52:33 UTC (rev 4266)
@@ -1 +1,2 @@
 ReadMe.txt
+mpl-1.0.htm

Modified: openmcu/trunk/debian/rules
===================================================================
--- openmcu/trunk/debian/rules	2007-08-24 11:50:14 UTC (rev 4265)
+++ openmcu/trunk/debian/rules	2007-08-24 14:52:33 UTC (rev 4266)
@@ -20,7 +20,7 @@
 URLVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/.dfsg$$//' -e 's/\./_/g')
 
 UPFILENAME := openmcu_$(UPVERSION).orig.tar.gz
-URL := http://www.voxgratia.org/releases/openmcu-v$(URLVERSION)-src-tar.gz
+URL := http://www.voxgratia.org/releases/openmcu-v$(URLVERSION)-src.tar.gz
 
 build: patch build-stamp
 build-stamp:
@@ -58,13 +58,8 @@
 	dh_testdir
 	dh_testroot
 	dh_installdocs
-	dh_installexamples
-	dh_installmenu
-	dh_installcron
-	dh_installman
-	dh_installinfo
+	dh_installman openmcu.1
 	dh_installchangelogs
-	dh_link
 	dh_strip
 	dh_compress
 	dh_fixperms




More information about the Pkg-voip-commits mailing list