summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog83
-rw-r--r--debian/compat1
-rw-r--r--debian/control21
-rw-r--r--debian/copyright9
-rw-r--r--debian/dirs3
-rw-r--r--debian/docs2
-rwxr-xr-xdebian/rules79
7 files changed, 198 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..17bd759
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,83 @@
+baresip (0.4.10) unstable; urgency=low
+
+ * version 0.4.10
+
+ -- Alfred E. Heggestad <aeh@db.org> Thu, 23 Jan 2014 16:00:00 +0100
+
+baresip (0.4.9) unstable; urgency=low
+
+ * version 0.4.9
+
+ -- Alfred E. Heggestad <aeh@db.org> Mon, 6 Jan 2014 16:00:00 +0100
+
+baresip (0.4.8) unstable; urgency=low
+
+ * version 0.4.8
+
+ -- Alfred E. Heggestad <aeh@db.org> Fri, 6 Dec 2013 23:00:00 +0100
+
+baresip (0.4.7) unstable; urgency=low
+
+ * version 0.4.7
+
+ -- Alfred E. Heggestad <aeh@db.org> Tue, 12 Nov 2013 22:00:00 +0100
+
+baresip (0.4.6) unstable; urgency=low
+
+ * version 0.4.6
+
+ -- Alfred E. Heggestad <aeh@db.org> Fri, 11 Oct 2013 20:00:00 +0100
+
+baresip (0.4.5) unstable; urgency=low
+
+ * version 0.4.5
+
+ -- Alfred E. Heggestad <aeh@db.org> Sat, 31 Aug 2013 18:00:00 +0100
+
+baresip (0.4.4) unstable; urgency=low
+
+ * version 0.4.4
+
+ -- Alfred E. Heggestad <aeh@db.org> Sat, 18 May 2013 10:00:00 +0100
+
+baresip (0.4.3) unstable; urgency=low
+
+ * version 0.4.3
+
+ -- Alfred E. Heggestad <aeh@db.org> Tue, 1 Jan 2013 01:01:00 +0100
+
+baresip (0.4.2) unstable; urgency=low
+
+ * version 0.4.2
+
+ -- Alfred E. Heggestad <aeh@db.org> Sun, 9 Sept 2012 09:09:00 +0100
+
+baresip (0.4.1) unstable; urgency=low
+
+ * version 0.4.1
+
+ -- Alfred E. Heggestad <aeh@db.org> Sat, 21 Apr 2012 21:04:00 +0100
+
+baresip (0.4.0) unstable; urgency=low
+
+ * version 0.4.0
+
+ -- Alfred E. Heggestad <aeh@db.org> Sun, 25 Dec 2011 12:25:00 +0100
+
+baresip (0.3.0) unstable; urgency=low
+
+ * version 0.3.0
+
+ -- Alfred E. Heggestad <aeh@db.org> Wed, 7 Sept 2011 07:11:00 +0100
+
+baresip (0.2.0) unstable; urgency=low
+
+ * version 0.2.0
+
+ -- Alfred E. Heggestad <aeh@db.org> Fri, 20 May 2011 20:05:00 +0100
+
+baresip (0.1.0) unstable; urgency=low
+
+ * version 0.1.0
+
+ -- Alfred E. Heggestad <aeh@db.org> Fri, 5 Nov 2010 05:11:10 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..fde2419
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: baresip
+Section: comm
+Priority: optional
+Maintainer: Alfred E. Heggestad <aeh@db.org>
+Build-Depends: debhelper (>= 4.0.0), librem-dev (>= 0.4.5), libre-dev (>= 0.4.5), libasound2-dev, libavformat-dev, libavdevice-dev
+Standards-Version: 3.6.2
+Homepage: http://www.creytiv.com/baresip.html
+
+Package: baresip
+Architecture: any
+Depends: ${shlibs:Depends}, librem (>= 0.4.5), libre (>= 0.4.5)
+Description: Modular SIP User-Agent with audio and video support
+ .
+ Design goals:
+ .
+ - Minimalistic and modular VoIP client
+ - SIP, SDP, RTP/RTCP, STUN/TURN/ICE
+ - IPv4 and IPv6 support
+ - RFC compliant
+ - Robust, fast, low footprint
+ - Portable C89 and C99 source code
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..bbb27a9
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,9 @@
+This package was debianized by Alfred E. Heggestad <aeh@db.org>
+
+It was downloaded from www.creytiv.com
+
+Copyright Holder: Creytiv.com
+
+License:
+
+Distributed under BSD license
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..217c62a
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1,3 @@
+usr/bin
+usr/lib/baresip/modules
+usr/share/baresip
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..cafe689
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+docs/README
+docs/TODO
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..b4edc3b
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,79 @@
+#!/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
+
+BARESIP_FLAGS := MOD_AUTODETECT=1
+
+
+configure: configure-stamp
+configure-stamp:
+ dh_testdir
+ touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp: configure-stamp
+ dh_testdir
+ $(MAKE) RELEASE=1 $(BARESIP_FLAGS) DESTDIR=$(CURDIR)/debian/baresip
+ touch build-stamp
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp configure-stamp
+ -$(MAKE) clean
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_prep
+ dh_installdirs
+ $(MAKE) RELEASE=1 $(BARESIP_FLAGS) install DESTDIR=$(CURDIR)/debian/baresip
+
+
+# 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
+ 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