[Pkg-voip-commits] r6996 - in /openr2/trunk/debian: ./ changelog compat control copyright dirs libopenr2-1-dev.dirs libopenr2-1-dev.install libopenr2-1.dirs libopenr2-1.docs libopenr2-1.install libopenr2-1.postinst libopenr2-1.shlibs rules watch
tzafrir-guest at alioth.debian.org
tzafrir-guest at alioth.debian.org
Mon Apr 13 21:20:38 UTC 2009
Author: tzafrir-guest
Date: Mon Apr 13 21:20:38 2009
New Revision: 6996
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6996
Log:
[svn-inject] Applying Debian modifications to trunk
Added:
openr2/trunk/debian/ (with props)
openr2/trunk/debian/changelog
openr2/trunk/debian/compat
openr2/trunk/debian/control
openr2/trunk/debian/copyright
openr2/trunk/debian/dirs
openr2/trunk/debian/libopenr2-1-dev.dirs
openr2/trunk/debian/libopenr2-1-dev.install
openr2/trunk/debian/libopenr2-1.dirs
openr2/trunk/debian/libopenr2-1.docs
openr2/trunk/debian/libopenr2-1.install
openr2/trunk/debian/libopenr2-1.postinst
openr2/trunk/debian/libopenr2-1.shlibs
openr2/trunk/debian/rules (with props)
openr2/trunk/debian/watch
Propchange: openr2/trunk/debian/
------------------------------------------------------------------------------
mergeWithUpstream = 1
Added: openr2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/openr2/trunk/debian/changelog?rev=6996&op=file
==============================================================================
--- openr2/trunk/debian/changelog (added)
+++ openr2/trunk/debian/changelog Mon Apr 13 21:20:38 2009
@@ -1,0 +1,24 @@
+openr2 (1.2.0-2) unstable; urgency=low
+
+ * Update package to adhere debian guidelines
+
+ -- Alexandre Cavalcante Alencar <alexandre.alencar at gmail.com> Mon, 13 Apr 2009 14:34:00 -0300
+
+openr2 (1.2.0-1) unstable; urgency=low
+
+ * 1.2.0 release
+
+ -- Alexandre Cavalcante Alencar <alexandre.alencar at gmail.com> Mon, 16 Mar 2009 13:15:00 -0300
+
+openr2 (1.0.0-1) unstable; urgency=low
+
+ * 1.0.0 release
+
+ -- Alexandre Cavalcante Alencar <alexandre.alencar at gmail.com> Mon, 12 Jan 2009 14:45:00 -0300
+
+openr2-0 (0.1.1-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Alexandre Cavalcante Alencar <alexandre.alencar at gmail.com> Wed, 01 Oct 2008 11:33:57 -0300
+
Added: openr2/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-voip/openr2/trunk/debian/compat?rev=6996&op=file
==============================================================================
--- openr2/trunk/debian/compat (added)
+++ openr2/trunk/debian/compat Mon Apr 13 21:20:38 2009
@@ -1,0 +1,1 @@
+7
Added: openr2/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/openr2/trunk/debian/control?rev=6996&op=file
==============================================================================
--- openr2/trunk/debian/control (added)
+++ openr2/trunk/debian/control Mon Apr 13 21:20:38 2009
@@ -1,0 +1,37 @@
+Source: openr2
+Priority: extra
+Maintainer: Alexandre Cavalcante Alencar <alexandre.alencar at gmail.com>
+Build-Depends: debhelper (>= 7), autotools-dev, zaptel-source | dahdi-linux
+Standards-Version: 3.8.0
+Section: libs
+Homepage: http://www.libopenr2.org
+
+Package: libopenr2-1-dev
+Section: libdevel
+Architecture: any
+Depends: libopenr2-1 (= ${binary:Version}), ${shlibs:Depends}
+Description: MFC/R2 call setup library - Development
+ OpenR2 is a library that implements the MFC/R2 signalling over E1 lines using
+ the Zapata Telephony interface. The MF R2 tones required for the signaling are
+ generated by code borrowed from the LGPL library SpanDSP written by Steve
+ Underwood, the user has the option to provide a MF interface to use his own
+ MF R2 tone generation and detection so the library will use them when needed,
+ that's why this library does not depend directly on spandsp, libteletone or
+ zaptel for tone generation and detection (depends on zaptel for ABCD bits and
+ general media transmission though)
+ This package contains libraries and header files for developing applications.
+
+Package: libopenr2-1
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: MFC/R2 call setup library
+ OpenR2 is a library that implements the MFC/R2 signalling over E1 lines using
+ the Zapata Telephony interface. The MF R2 tones required for the signaling are
+ generated by code borrowed from the LGPL library SpanDSP written by Steve
+ Underwood, the user has the option to provide a MF interface to use his own
+ MF R2 tone generation and detection so the library will use them when needed,
+ that's why this library does not depend directly on spandsp, libteletone or
+ zaptel for tone generation and detection (depends on zaptel for ABCD bits and
+ general media transmission though)
+
Added: openr2/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-voip/openr2/trunk/debian/copyright?rev=6996&op=file
==============================================================================
--- openr2/trunk/debian/copyright (added)
+++ openr2/trunk/debian/copyright Mon Apr 13 21:20:38 2009
@@ -1,0 +1,35 @@
+This package was debianized by Alexandre Cavalcante Alencar <alexandre.alencar at gmail.com> on
+Wed, 01 Oct 2008 11:33:57 -0300.
+
+It was downloaded from <http://www.libopenr2.org>
+
+Upstream Author:
+
+ Moisés Silva <moy at sangoma.com>
+
+Copyright:
+
+ Copyright (C) 2008 Moisés Silva
+
+License:
+
+ This package is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later version.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+On Debian systems, the complete text of the GNU Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL'.
+
+The Debian packaging is (C) 2008, Alexandre Cavalcante Alencar <alexandre.alencar at gmail.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
Added: openr2/trunk/debian/dirs
URL: http://svn.debian.org/wsvn/pkg-voip/openr2/trunk/debian/dirs?rev=6996&op=file
==============================================================================
--- openr2/trunk/debian/dirs (added)
+++ openr2/trunk/debian/dirs Mon Apr 13 21:20:38 2009
@@ -1,0 +1,5 @@
+etc/openr2
+usr/bin
+usr/include/openr2
+usr/share/man/man5
+usr/share/man/man8
Added: openr2/trunk/debian/libopenr2-1-dev.dirs
URL: http://svn.debian.org/wsvn/pkg-voip/openr2/trunk/debian/libopenr2-1-dev.dirs?rev=6996&op=file
==============================================================================
--- openr2/trunk/debian/libopenr2-1-dev.dirs (added)
+++ openr2/trunk/debian/libopenr2-1-dev.dirs Mon Apr 13 21:20:38 2009
@@ -1,0 +1,2 @@
+usr/lib
+usr/include
Added: openr2/trunk/debian/libopenr2-1-dev.install
URL: http://svn.debian.org/wsvn/pkg-voip/openr2/trunk/debian/libopenr2-1-dev.install?rev=6996&op=file
==============================================================================
--- openr2/trunk/debian/libopenr2-1-dev.install (added)
+++ openr2/trunk/debian/libopenr2-1-dev.install Mon Apr 13 21:20:38 2009
@@ -1,0 +1,4 @@
+usr/include/*.h
+usr/include/openr2/*.h
+usr/lib/libopenr2.a
+usr/lib/libopenr2.so
Added: openr2/trunk/debian/libopenr2-1.dirs
URL: http://svn.debian.org/wsvn/pkg-voip/openr2/trunk/debian/libopenr2-1.dirs?rev=6996&op=file
==============================================================================
--- openr2/trunk/debian/libopenr2-1.dirs (added)
+++ openr2/trunk/debian/libopenr2-1.dirs Mon Apr 13 21:20:38 2009
@@ -1,0 +1,3 @@
+etc/openr2
+usr/bin
+usr/lib
Added: openr2/trunk/debian/libopenr2-1.docs
URL: http://svn.debian.org/wsvn/pkg-voip/openr2/trunk/debian/libopenr2-1.docs?rev=6996&op=file
==============================================================================
--- openr2/trunk/debian/libopenr2-1.docs (added)
+++ openr2/trunk/debian/libopenr2-1.docs Mon Apr 13 21:20:38 2009
@@ -1,0 +1,7 @@
+NEWS
+README
+TODO
+AUTHORS
+doc/README.asterisk
+doc/asterisk
+doc/*.alaw
Added: openr2/trunk/debian/libopenr2-1.install
URL: http://svn.debian.org/wsvn/pkg-voip/openr2/trunk/debian/libopenr2-1.install?rev=6996&op=file
==============================================================================
--- openr2/trunk/debian/libopenr2-1.install (added)
+++ openr2/trunk/debian/libopenr2-1.install Mon Apr 13 21:20:38 2009
@@ -1,0 +1,5 @@
+etc/openr2/*.conf
+usr/bin/r2test
+usr/lib/libopenr2.so.*
+usr/share/man/man5/*.5
+usr/share/man/man8/*.8
Added: openr2/trunk/debian/libopenr2-1.postinst
URL: http://svn.debian.org/wsvn/pkg-voip/openr2/trunk/debian/libopenr2-1.postinst?rev=6996&op=file
==============================================================================
--- openr2/trunk/debian/libopenr2-1.postinst (added)
+++ openr2/trunk/debian/libopenr2-1.postinst Mon Apr 13 21:20:38 2009
@@ -1,0 +1,5 @@
+#!/bin/sh
+
+ldconfig
+
+#DEBHELPER#
Added: openr2/trunk/debian/libopenr2-1.shlibs
URL: http://svn.debian.org/wsvn/pkg-voip/openr2/trunk/debian/libopenr2-1.shlibs?rev=6996&op=file
==============================================================================
--- openr2/trunk/debian/libopenr2-1.shlibs (added)
+++ openr2/trunk/debian/libopenr2-1.shlibs Mon Apr 13 21:20:38 2009
@@ -1,0 +1,1 @@
+libopenr2 1
Added: openr2/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/openr2/trunk/debian/rules?rev=6996&op=file
==============================================================================
--- openr2/trunk/debian/rules (added)
+++ openr2/trunk/debian/rules Mon Apr 13 21:20:38 2009
@@ -1,0 +1,106 @@
+#!/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
+
+
+# These are used for cross-compiling and for saving the configure script
+# from having to guess our platform (since we know it already)
+DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
+CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
+else
+CROSS= --build $(DEB_BUILD_GNU_TYPE)
+endif
+
+
+
+
+# shared library versions, option 1
+#version=2.0.5
+#major=2
+# option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so
+version=`ls src/.libs/lib*.so.* | \
+ awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'`
+major=`ls src/.libs/lib*.so.* | \
+ awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
+
+config.status: configure
+ dh_testdir
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+ cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+ cp -f /usr/share/misc/config.guess config.guess
+endif
+ ./configure $(CROSS) --sysconfdir=/etc/openr2 --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
+
+
+build: build-stamp
+build-stamp: config.status
+ dh_testdir
+
+ $(MAKE)
+
+ touch $@
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp
+
+ [ ! -f Makefile ] || $(MAKE) distclean
+ rm -f config.sub config.guess
+
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
+
+
+binary-indep: build install
+
+binary-arch: build install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs ChangeLog
+ 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
Propchange: openr2/trunk/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: openr2/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-voip/openr2/trunk/debian/watch?rev=6996&op=file
==============================================================================
--- openr2/trunk/debian/watch (added)
+++ openr2/trunk/debian/watch Mon Apr 13 21:20:38 2009
@@ -1,0 +1,10 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+http://openr2.googlecode.com/files/openr2-(.*)\.tar\.gz
+
More information about the Pkg-voip-commits
mailing list