[Pkg-voip-commits] r8632 - in /opensips/trunk/debian: README.source changelog control patches/00list patches/01_mempool.dpatch patches/01_mempool.patch patches/series rules
pabs at alioth.debian.org
pabs at alioth.debian.org
Tue Sep 21 04:30:24 UTC 2010
Author: pabs
Date: Tue Sep 21 04:30:20 2010
New Revision: 8632
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8632
Log:
Switch to dpkg-source v3 instead of dpatch
Added:
opensips/trunk/debian/patches/01_mempool.patch
- copied, changed from r8631, opensips/trunk/debian/patches/01_mempool.dpatch
opensips/trunk/debian/patches/series
- copied, changed from r8631, opensips/trunk/debian/patches/00list
Removed:
opensips/trunk/debian/README.source
opensips/trunk/debian/patches/00list
opensips/trunk/debian/patches/01_mempool.dpatch
Modified:
opensips/trunk/debian/changelog
opensips/trunk/debian/control
opensips/trunk/debian/rules
Modified: opensips/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/opensips/trunk/debian/changelog?rev=8632&op=diff
==============================================================================
--- opensips/trunk/debian/changelog (original)
+++ opensips/trunk/debian/changelog Tue Sep 21 04:30:20 2010
@@ -8,6 +8,9 @@
* New upstream version.
* Increased mempool to 8M
+ [ Paul Wise ]
+ * Switch to dpkg-source v3 instead of dpatch
+
-- Bjoern Boschman <bjoern at boschman.de> Thu, 18 Mar 2010 14:12:49 +0100
opensips (1.6.0-1) unstable; urgency=low
Modified: opensips/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/opensips/trunk/debian/control?rev=8632&op=diff
==============================================================================
--- opensips/trunk/debian/control (original)
+++ opensips/trunk/debian/control Tue Sep 21 04:30:20 2010
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
Uploaders: Bjoern Boschman <bjoern at boschman.de>, Alejandro Rios P. <alerios at debian.org>
-Build-Depends: debhelper (>= 5), dpatch, libmysqlclient15-dev, libexpat1-dev, libxml2-dev, libpq-dev, libradiusclient-ng-dev, flex, bison, zlib1g-dev, unixodbc-dev, libxmlrpc-c3-dev, libperl-dev, libsnmp-dev, dpkg-dev (>= 1.13.19), libdb-dev (>= 4.6.19), xsltproc, libconfuse-dev, libldap2-dev, libcurl4-gnutls-dev, libgeoip-dev (>= 1.4.4), libpcre3-dev
+Build-Depends: debhelper (>= 5), libmysqlclient15-dev, libexpat1-dev, libxml2-dev, libpq-dev, libradiusclient-ng-dev, flex, bison, zlib1g-dev, unixodbc-dev, libxmlrpc-c3-dev, libperl-dev, libsnmp-dev, dpkg-dev (>= 1.13.19), libdb-dev (>= 4.6.19), xsltproc, libconfuse-dev, libldap2-dev, libcurl4-gnutls-dev, libgeoip-dev (>= 1.4.4), libpcre3-dev
Standards-Version: 3.8.3
Homepage: http://www.opensips.org/
Vcs-Svn: svn://svn.debian.org/pkg-voip/opensips/trunk/
Copied: opensips/trunk/debian/patches/01_mempool.patch (from r8631, opensips/trunk/debian/patches/01_mempool.dpatch)
URL: http://svn.debian.org/wsvn/pkg-voip/opensips/trunk/debian/patches/01_mempool.patch?rev=8632&op=diff
==============================================================================
--- opensips/trunk/debian/patches/01_mempool.dpatch (original)
+++ opensips/trunk/debian/patches/01_mempool.patch Tue Sep 21 04:30:20 2010
@@ -1,13 +1,7 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 01_mempool.dpatch by <jesusch at jes-o-x2>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
- at DPATCH@
-diff -urNad opensips-1.6.2~/config.h opensips-1.6.2/config.h
---- opensips-1.6.2~/config.h 2010-03-18 14:19:48.000000000 +0100
-+++ opensips-1.6.2/config.h 2010-03-18 14:23:42.000000000 +0100
+Description: Increase the size of the private memory pools
+Author: jesusch at jes-o-x2
+--- a/config.h
++++ b/config.h
@@ -114,7 +114,7 @@
#define SRV_MAX_PREFIX_LEN SRV_TLS_PREFIX_LEN
Copied: opensips/trunk/debian/patches/series (from r8631, opensips/trunk/debian/patches/00list)
URL: http://svn.debian.org/wsvn/pkg-voip/opensips/trunk/debian/patches/series?rev=8632&op=diff
==============================================================================
--- opensips/trunk/debian/patches/00list (original)
+++ opensips/trunk/debian/patches/series Tue Sep 21 04:30:20 2010
@@ -1,4 +1,4 @@
# No patches right now
# Beside this one :)
-01_mempool.dpatch
+01_mempool.patch
Modified: opensips/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/opensips/trunk/debian/rules?rev=8632&op=diff
==============================================================================
--- opensips/trunk/debian/rules (original)
+++ opensips/trunk/debian/rules Tue Sep 21 04:30:20 2010
@@ -23,8 +23,6 @@
# Uncomment this to turn on verbose mode.
# export DH_VERBOSE=1
-# Include dpatch rules
-include /usr/share/dpatch/dpatch.make
# Do we want the TLS version ?
@@ -151,7 +149,7 @@
build: build-stamp
-build-stamp: patch-stamp configure-stamp
+build-stamp: configure-stamp
dh_testdir
# Add here commands to compile the package.
@@ -186,8 +184,7 @@
touch build-stamp
-clean: real-clean unpatch
-real-clean:
+clean:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
@@ -444,4 +441,4 @@
@@echo Downloading $(FILENAME) from $(URL) ...
@@wget -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
-.PHONY: build clean binary-indep binary-arch binary install configure patch unpatch real-clean
+.PHONY: build clean binary-indep binary-arch binary install configure
More information about the Pkg-voip-commits
mailing list