[Pkg-voip-commits] [siproxd] 02/04: Imported Debian patch 1:0.8.1-4
Victor Seva Lopez
maniac-guest at moszumanska.debian.org
Sat Aug 15 14:41:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
maniac-guest pushed a commit to branch master
in repository siproxd.
commit 21fa0d1fe97cecbef565db680549bd7707a9e76f
Author: Mark Purcell <msp at debian.org>
Date: Sun May 26 15:26:54 2013 +1000
Imported Debian patch 1:0.8.1-4
---
debian/changelog | 8 ++++++++
debian/compat | 2 +-
debian/control | 2 +-
debian/patches/include-sys-time.patch | 14 ++++++++++++++
debian/patches/series | 1 +
debian/rules | 2 +-
6 files changed, 26 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 35f7a37..e88698f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+siproxd (1:0.8.1-4) unstable; urgency=low
+
+ * Add include-sys-time.patch
+ * Call dh --with-autoreconf Fixes "Update configure" (Closes: #702772)
+ * debian/compat -> 9
+
+ -- Mark Purcell <msp at debian.org> Sun, 26 May 2013 15:26:54 +1000
+
siproxd (1:0.8.1-3) unstable; urgency=low
* Fix "issues with debian packaging (conf and init)" (Closes: #658504)
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 35d7ed9..b413cb1 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: net
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
Uploaders: Mark Purcell <msp at debian.org>, Kilian Krause <kilian at debian.org>, Mikael Magnusson <mikma at users.sourceforge.net>, Faidon Liambotis <paravoid at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), libosip2-dev (>= 3.1.0), automake, autotools-dev, autoconf, docbook-utils, libltdl3-dev
+Build-Depends: debhelper (>= 9), libosip2-dev (>= 3.1.0), automake, autotools-dev, autoconf, docbook-utils, libltdl3-dev
Standards-Version: 3.8.4
Homepage: http://siproxd.sourceforge.net/
Vcs-Svn: svn://svn.debian.org/pkg-voip/siproxd/trunk/
diff --git a/debian/patches/include-sys-time.patch b/debian/patches/include-sys-time.patch
new file mode 100644
index 0000000..b909c20
--- /dev/null
+++ b/debian/patches/include-sys-time.patch
@@ -0,0 +1,14 @@
+Description: Fix error: storage size of ‘tz’ isn’t known
+
+Index: siproxd-0.8.1/src/dejitter.c
+===================================================================
+--- siproxd-0.8.1.orig/src/dejitter.c 2011-05-29 01:47:15.000000000 +1000
++++ siproxd-0.8.1/src/dejitter.c 2013-05-26 15:01:32.000000000 +1000
+@@ -24,6 +24,7 @@
+
+ #include <sys/types.h>
+ #include <sys/socket.h>
++#include <sys/time.h>
+ #include <netinet/in.h>
+
+ #include <osipparser2/osip_parser.h>
diff --git a/debian/patches/series b/debian/patches/series
index a8466c2..2497536 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+include-sys-time.patch
non-empty-dependency_libs-in-la-file.diff
siproxd-libtool-2.4.patch
debian-user-1.diff
diff --git a/debian/rules b/debian/rules
index ec04133..9959dc8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh $@ --with-autoreconf
override_dh_auto_configure:
dh_auto_configure -- --disable-ltdl-convenience
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/siproxd.git
More information about the Pkg-voip-commits
mailing list