[Pkg-voip-commits] r6625 - in /sip-tester/trunk: Makefile call.cpp debian/changelog debian/control debian/patches/ debian/patches/Makefile.patch debian/patches/sipp.hpp.patch debian/rules sipp.hpp

msp at alioth.debian.org msp at alioth.debian.org
Sun Jan 4 04:06:31 UTC 2009


Author: msp
Date: Sun Jan  4 04:06:30 2009
New Revision: 6625

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6625
Log:
* Maintainer: Debian VoIP Team pkg-voip-maintainers
* Switch to cdbs

Added:
    sip-tester/trunk/debian/patches/
    sip-tester/trunk/debian/patches/Makefile.patch
    sip-tester/trunk/debian/patches/sipp.hpp.patch
Removed:
    sip-tester/trunk/Makefile
    sip-tester/trunk/call.cpp
    sip-tester/trunk/sipp.hpp
Modified:
    sip-tester/trunk/debian/changelog
    sip-tester/trunk/debian/control
    sip-tester/trunk/debian/rules

Modified: sip-tester/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/sip-tester/trunk/debian/changelog?rev=6625&op=diff
==============================================================================
--- sip-tester/trunk/debian/changelog (original)
+++ sip-tester/trunk/debian/changelog Sun Jan  4 04:06:30 2009
@@ -2,8 +2,10 @@
 
   * (NOT RELEASED YET) New upstream release
   * Update debian/watch
+  * Maintainer: Debian VoIP Team pkg-voip-maintainers
+  * Switch to cdbs
 
- -- Mark Purcell <msp at debian.org>  Sun, 04 Jan 2009 13:50:05 +1100
+ -- Mark Purcell <msp at debian.org>  Sun, 04 Jan 2009 14:59:09 +1100
 
 sip-tester (2.0.1-1.2) unstable; urgency=high
 

Modified: sip-tester/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/sip-tester/trunk/debian/control?rev=6625&op=diff
==============================================================================
--- sip-tester/trunk/debian/control (original)
+++ sip-tester/trunk/debian/control Sun Jan  4 04:06:30 2009
@@ -1,7 +1,8 @@
 Source: sip-tester
 Section: comm
 Priority: optional
-Maintainer: ARAKI Yasuhiro <ar at debian.org>
+Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
+Uploaders: Mark Purcell <msp at debian.org>, ARAKI Yasuhiro <ar at debian.org>
 Build-Depends: debhelper (>= 4.0.0), libncurses5-dev, libssl-dev (>= 0.9.8), libnet1-dev, libpcap-dev
 Standards-Version: 3.6.1
 

Added: sip-tester/trunk/debian/patches/Makefile.patch
URL: http://svn.debian.org/wsvn/pkg-voip/sip-tester/trunk/debian/patches/Makefile.patch?rev=6625&op=file
==============================================================================
--- sip-tester/trunk/debian/patches/Makefile.patch (added)
+++ sip-tester/trunk/debian/patches/Makefile.patch Sun Jan  4 04:06:30 2009
@@ -1,0 +1,13 @@
+
+--- sip-tester-2.0.1.orig/Makefile
++++ sip-tester-2.0.1/Makefile
+@@ -82,7 +82,7 @@
+ CPP=$(CPP_$(SYSTEM))
+ 
+ #Model specific flags
+-MFLAGS_ia64=+DD64
++MFLAGS_ia64=
+ MFLAGS_9000/800=+DAportable
+ MFLAGS_9000/785=+DAportable
+ MFLAGS_i686=
+

Added: sip-tester/trunk/debian/patches/sipp.hpp.patch
URL: http://svn.debian.org/wsvn/pkg-voip/sip-tester/trunk/debian/patches/sipp.hpp.patch?rev=6625&op=file
==============================================================================
--- sip-tester/trunk/debian/patches/sipp.hpp.patch (added)
+++ sip-tester/trunk/debian/patches/sipp.hpp.patch Sun Jan  4 04:06:30 2009
@@ -1,0 +1,13 @@
+
+--- sip-tester-2.0.1.orig/sipp.hpp
++++ sip-tester-2.0.1/sipp.hpp
+@@ -443,7 +443,7 @@
+ void remove_from_pollfiles(int sock);
+ int pollset_add(call * p_call, int socket);
+ 
+-#if defined (__hpux) || defined (__alpha) && !defined (__FreeBSD__)
++#if defined (__hpux) || defined (__digital__) && defined(__unix__)
+ #define sipp_socklen_t  int
+ #else
+ #define sipp_socklen_t  socklen_t
+

Modified: sip-tester/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/sip-tester/trunk/debian/rules?rev=6625&op=diff
==============================================================================
--- sip-tester/trunk/debian/rules (original)
+++ sip-tester/trunk/debian/rules Sun Jan  4 04:06:30 2009
@@ -1,98 +1,5 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-
-
-
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
-
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-	# Add here commands to configure the package.
-
-	touch configure-stamp
-
-
-build: build-stamp
-
-build-stamp: configure-stamp 
-	dh_testdir
-
-	# Add here commands to compile the package.
-	$(MAKE) pcapplay_ossl
-	#docbook-to-man debian/sip-tester.sgml > sip-tester.1
-
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp configure-stamp
-
-	# Add here commands to clean up after the build process.
-	-$(MAKE) clean
-
-	dh_clean 
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	dh_installdirs
-
-	# Add here commands to install the package into debian/sip-tester.
-#	$(MAKE) install DESTDIR=$(CURDIR)/debian/sip-tester
-
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs 
-	dh_installdocs
-	dh_installexamples
-	dh_install
-#	dh_installmenu
-#	dh_installdebconf	
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
-#	dh_installinit
-#	dh_installcron
-#	dh_installinfo
-#	dh_installman
-	dh_link usr/share/man/man7/undocumented.7.gz usr/share/man/man1/sipp.1.gz
-	dh_strip
-	dh_compress
-	dh_fixperms
-#	dh_perl
-#	dh_python
-#	dh_makeshlibs
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/makefile.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk




More information about the Pkg-voip-commits mailing list