[Pkg-voip-commits] r7281 - in /lcr/trunk/debian: changelog control rules
dorchain-guest at alioth.debian.org
dorchain-guest at alioth.debian.org
Wed May 27 14:38:13 UTC 2009
Author: dorchain-guest
Date: Wed May 27 14:38:12 2009
New Revision: 7281
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7281
Log:
As openssl does not seem to be used by the code, leave it out
Fix more lintian errors. Now only manpages are left
Modified:
lcr/trunk/debian/changelog
lcr/trunk/debian/control
lcr/trunk/debian/rules
Modified: lcr/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/lcr/trunk/debian/changelog?rev=7281&op=diff
==============================================================================
--- lcr/trunk/debian/changelog (original)
+++ lcr/trunk/debian/changelog Wed May 27 14:38:12 2009
@@ -16,6 +16,7 @@
- chan_lcr_compiles_asterisk_1.6-git.patch
* Fix build with asterisk-1.6
* Bump standards to 3.8.0. Changes done by Victor and me
+ * Fix some lintian errors
[ Victor Seva ]
* Remove all debian/*.ex debian/*.EX files. Just examples.
Modified: lcr/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/lcr/trunk/debian/control?rev=7281&op=diff
==============================================================================
--- lcr/trunk/debian/control (original)
+++ lcr/trunk/debian/control Wed May 27 14:38:12 2009
@@ -3,7 +3,7 @@
Priority: extra
Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
Uploaders: Joerg Dorchain <joerg at dorchain.net>, Victor Seva <linuxmaniac at torreviejawireless.org>
-Build-Depends: debhelper (>= 7), autotools-dev, libmisdnv2user-dev, asterisk-dev, libssl-dev, libncurses-dev, automake1.9, quilt
+Build-Depends: debhelper (>= 7), autotools-dev, libmisdnv2user-dev, asterisk-dev, libncurses-dev, automake1.9, quilt
Standards-Version: 3.8.0
Homepage: http://isdn.eversberg.eu/download/lcr-1.3/
Vcs-Svn: svn://svn.debian.org/pkg-voip/lcr/trunk
@@ -14,11 +14,11 @@
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: asterisk
Description: LinuxCallRouter - an ISDN based PBX for Linux
-Formerly known as "PBX4Linux", Linux-Call-Router is not only a router,
-it is a real ISDN PBX which interconnects ISDN telephones and ISDN lines.
-It is possible to connect telephones to a Linux box. It is a pure software
-solution except for the ISDN cards and telephones. The great benefit is
-the NT-mode that allows to connect telephones to an ISDN card. Special
-cards are needed and a little bit of different cabeling. It supports lots
-of features, that only expensive PBXs have. It include a channel driver
-that can link LCR to Asterisk PBX.
+ Formerly known as "PBX4Linux", Linux-Call-Router is not only a router,
+ it is a real ISDN PBX which interconnects ISDN telephones and ISDN lines.
+ It is possible to connect telephones to a Linux box. It is a pure software
+ solution except for the ISDN cards and telephones. The great benefit is
+ the NT-mode that allows to connect telephones to an ISDN card. Special
+ cards are needed and a little bit of different cabeling. It supports lots
+ of features, that only expensive PBXs have. It include a channel driver
+ that can link LCR to Asterisk PBX.
Modified: lcr/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/lcr/trunk/debian/rules?rev=7281&op=diff
==============================================================================
--- lcr/trunk/debian/rules (original)
+++ lcr/trunk/debian/rules Wed May 27 14:38:12 2009
@@ -38,7 +38,7 @@
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
cp -f /usr/share/misc/config.guess config.guess
endif
- CPPFLAGS="-I/usr/include/mISDNuser" ./configure $(CROSS) --prefix=/usr --localstatedir=/var --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" # LDFLAGS="-Wl,-z,defs"
+ CPPFLAGS="-I/usr/include/mISDNuser" ./configure $(CROSS) --without-ssl --prefix=/usr --localstatedir=/var --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" # LDFLAGS="-Wl,-z,defs"
patch: patch-stamp
patch-stamp:
@@ -74,7 +74,7 @@
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
# Add here commands to install the package into debian/lcr.
More information about the Pkg-voip-commits
mailing list