[Pkg-voip-commits] r1199 - in openmcu/trunk/debian: . patches

Kilian Krause kilian at costa.debian.org
Fri Jan 27 19:38:32 UTC 2006


Author: kilian
Date: 2006-01-27 19:38:31 +0000 (Fri, 27 Jan 2006)
New Revision: 1199

Modified:
   openmcu/trunk/debian/changelog
   openmcu/trunk/debian/control
   openmcu/trunk/debian/patches/00list
   openmcu/trunk/debian/rules
Log:
new upstream version. preparing new upload


Modified: openmcu/trunk/debian/changelog
===================================================================
--- openmcu/trunk/debian/changelog	2006-01-25 00:04:04 UTC (rev 1198)
+++ openmcu/trunk/debian/changelog	2006-01-27 19:38:31 UTC (rev 1199)
@@ -1,8 +1,8 @@
-openmcu (2.1.0-4) UNRELEASED; urgency=low
+openmcu (2.1.1-1) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * New upstream release.
 
- -- Kilian Krause <kilian at debian.org>  Mon,  5 Dec 2005 18:58:50 +0000
+ -- Kilian Krause <kilian at debian.org>  Fri, 27 Jan 2006 20:30:00 +0100
 
 openmcu (2.1.0-3) unstable; urgency=low
 

Modified: openmcu/trunk/debian/control
===================================================================
--- openmcu/trunk/debian/control	2006-01-25 00:04:04 UTC (rev 1198)
+++ openmcu/trunk/debian/control	2006-01-27 19:38:31 UTC (rev 1199)
@@ -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 (>=3.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.8.7-2), libopenh323-dev (>=1.15.6-2), g++ (>=2:3.2), dpatch (>= 2.0.10)
 Standards-Version: 3.6.2
 
 Package: openmcu

Modified: openmcu/trunk/debian/patches/00list
===================================================================
--- openmcu/trunk/debian/patches/00list	2006-01-25 00:04:04 UTC (rev 1198)
+++ openmcu/trunk/debian/patches/00list	2006-01-27 19:38:31 UTC (rev 1199)
@@ -1,2 +1,2 @@
-01_conference.h.dpatch
+#01_conference.h.dpatch
 05_openmcu.1.dpatch

Modified: openmcu/trunk/debian/rules
===================================================================
--- openmcu/trunk/debian/rules	2006-01-25 00:04:04 UTC (rev 1198)
+++ openmcu/trunk/debian/rules	2006-01-27 19:38:31 UTC (rev 1199)
@@ -6,7 +6,7 @@
 #export DH_VERBOSE=1
 
 # This is the debhelper compatibility version to use.
-export DH_COMPAT=3
+export DH_COMPAT=4
 
 MAKE_BUILD_PARAM=OPENH323DIR=/usr/share/openh323 PWLIBDIR=/usr/share/pwlib PTLIB_FILE=.
 MAKE_INSTALL_PARAM=$(MAKE_BUILD_PARAM) INSTALL_DIR=$(PWD)/debian/openmcu/usr
@@ -18,7 +18,6 @@
 build-stamp:
 	dh_testdir
 
-#	Add here commands to compile the package.
 	$(MAKE)	$(MAKE_BUILD_PARAM) opt optshared
 
 	touch build-stamp
@@ -29,9 +28,7 @@
 	dh_testroot
 	rm -f build-stamp
 
-#	Add here commands to clean up after the build process.
 	-$(MAKE) $(MAKE_BUILD_PARAM) optclean clean
-#	-$(MAKE) distclean
 
 	dh_clean
 
@@ -41,7 +38,6 @@
 	dh_clean -k
 	dh_installdirs
 
-#	Add here commands to install the package into debian/<packagename>
 	$(MAKE) $(MAKE_INSTALL_PARAM) install
 
 # Build architecture-independent files here.
@@ -52,27 +48,18 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-#	dh_installdebconf	
 	dh_installdocs
 	dh_installexamples
 	dh_installmenu
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
-#	dh_installinit
 	dh_installcron
-	dh_installmanpages
+	dh_installman
 	dh_installinfo
-#	dh_undocumented openmcu.7
 	dh_installchangelogs
 	dh_link
 	dh_strip
 	dh_compress
 	dh_fixperms
-#	dh_makeshlibs
 	dh_installdeb
-#	dh_perl
 	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums




More information about the Pkg-voip-commits mailing list