mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-30 14:06:04 +00:00
debian: fix issues raised by lintian on source package
This commit is contained in:
parent
fd6c0435fb
commit
621ec4ae1a
8
debian/bootstrap.sh
vendored
8
debian/bootstrap.sh
vendored
@ -143,7 +143,7 @@ Build-Depends:
|
|||||||
# bootstrapping
|
# bootstrapping
|
||||||
automake (>= 1.9), autoconf, libtool,
|
automake (>= 1.9), autoconf, libtool,
|
||||||
# core build
|
# core build
|
||||||
build-essential, wget, pkg-config,
|
dpkg-dev, gcc, g++, libc6-dev, make, wget, pkg-config,
|
||||||
# configure options
|
# configure options
|
||||||
libssl-dev, unixodbc-dev,
|
libssl-dev, unixodbc-dev,
|
||||||
libncurses5-dev, libjpeg8-dev,
|
libncurses5-dev, libjpeg8-dev,
|
||||||
@ -156,7 +156,7 @@ Build-Depends:
|
|||||||
bison, zlib1g-dev,
|
bison, zlib1g-dev,
|
||||||
# module build-depends
|
# module build-depends
|
||||||
$(debian_wrap "${mod_build_depends}")
|
$(debian_wrap "${mod_build_depends}")
|
||||||
Standards-Version: 3.9.2
|
Standards-Version: 3.9.3
|
||||||
Homepage: http://freeswitch.org/
|
Homepage: http://freeswitch.org/
|
||||||
Vcs-Git: git://git.freeswitch.org/freeswitch
|
Vcs-Git: git://git.freeswitch.org/freeswitch
|
||||||
Vcs-Browser: http://git.freeswitch.org/git/freeswitch/
|
Vcs-Browser: http://git.freeswitch.org/git/freeswitch/
|
||||||
@ -325,6 +325,7 @@ Description: development libraries and header files for FreeSWITCH
|
|||||||
|
|
||||||
Package: freeswitch-doc
|
Package: freeswitch-doc
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
Depends: \${misc:Depends}
|
||||||
Description: documentation for FreeSWITCH
|
Description: documentation for FreeSWITCH
|
||||||
$(debian_wrap "${fs_description}")
|
$(debian_wrap "${fs_description}")
|
||||||
.
|
.
|
||||||
@ -465,7 +466,8 @@ EOF
|
|||||||
|
|
||||||
print_mod_install () {
|
print_mod_install () {
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
/usr/lib/freeswitch/mod/${1}.{la,so}
|
/usr/lib/freeswitch/mod/${1}.la
|
||||||
|
/usr/lib/freeswitch/mod/${1}.so
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
21
debian/copyright
vendored
21
debian/copyright
vendored
@ -1,8 +1,25 @@
|
|||||||
Format: http://dep.debian.net/deps/dep5
|
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
Upstream-Name: freeswitch
|
Upstream-Name: freeswitch
|
||||||
Source: http://freeswitch.org/
|
Source: http://freeswitch.org/
|
||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: 2012 Travis Cross <tc@traviscross.com>
|
Copyright: 2012, Travis Cross <tc@traviscross.com>
|
||||||
License: MPL or GPL2+ (at your option)
|
License: MPL or GPL2+ (at your option)
|
||||||
|
This packaging may be distributed under either (at your option) the
|
||||||
|
terms of the MPLv1.1 as described in docs/COPYING in the FreeSWITCH
|
||||||
|
source tree, or under the terms of the GNU GPL, version 2 or later,
|
||||||
|
as found on Debian systems in /usr/share/common-licenses/GPL-2.
|
||||||
|
|
||||||
|
Files: *
|
||||||
|
Copyright: 2012, Anthony Minessale II <anthm@freeswitch.org> and many other contributors
|
||||||
|
License: MPL
|
||||||
|
The contents of these files are subject to the Mozilla Public License
|
||||||
|
Version 1.1 (the "License"); you may not use these files except in
|
||||||
|
compliance with the License. You may obtain a copy of the License at
|
||||||
|
http://www.mozilla.org/MPL/
|
||||||
|
.
|
||||||
|
Software distributed under the License is distributed on an "AS IS" basis,
|
||||||
|
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||||
|
for the specific language governing rights and limitations under the
|
||||||
|
License.
|
||||||
|
|
||||||
|
3
debian/freeswitch-dev.install
vendored
3
debian/freeswitch-dev.install
vendored
@ -1,4 +1,5 @@
|
|||||||
/usr/include
|
/usr/include
|
||||||
/usr/lib/freeswitch/mod/*.la
|
/usr/lib/freeswitch/mod/*.la
|
||||||
/usr/lib/*.{a,la}
|
/usr/lib/*.a
|
||||||
|
/usr/lib/*.la
|
||||||
/usr/lib/pkgconfig
|
/usr/lib/pkgconfig
|
||||||
|
6
debian/rules
vendored
6
debian/rules
vendored
@ -30,6 +30,12 @@ binary-arch:
|
|||||||
binary-indep:
|
binary-indep:
|
||||||
@$(call show_vars)
|
@$(call show_vars)
|
||||||
dh $@
|
dh $@
|
||||||
|
build-arch:
|
||||||
|
@$(call show_vars)
|
||||||
|
dh $@
|
||||||
|
build-indep:
|
||||||
|
@$(call show_vars)
|
||||||
|
dh $@
|
||||||
build: debian/.stamp-bootstrap
|
build: debian/.stamp-bootstrap
|
||||||
@$(call show_vars)
|
@$(call show_vars)
|
||||||
dh $@
|
dh $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user