Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
621ec4ae
提交
621ec4ae
authored
5月 06, 2012
作者:
Travis Cross
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
debian: fix issues raised by lintian on source package
上级
fd6c0435
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
32 行增加
和
6 行删除
+32
-6
bootstrap.sh
debian/bootstrap.sh
+5
-3
copyright
debian/copyright
+19
-2
freeswitch-dev.install
debian/freeswitch-dev.install
+2
-1
rules
debian/rules
+6
-0
没有找到文件。
debian/bootstrap.sh
浏览文件 @
621ec4ae
...
...
@@ -143,7 +143,7 @@ Build-Depends:
# bootstrapping
automake (>= 1.9), autoconf, libtool,
# core build
build-essential
, wget, pkg-config,
dpkg-dev, gcc, g++, libc6-dev, make
, wget, pkg-config,
# configure options
libssl-dev, unixodbc-dev,
libncurses5-dev, libjpeg8-dev,
...
...
@@ -156,7 +156,7 @@ Build-Depends:
bison, zlib1g-dev,
# module build-depends
$(
debian_wrap
"
${
mod_build_depends
}
"
)
Standards-Version: 3.9.
2
Standards-Version: 3.9.
3
Homepage: http://freeswitch.org/
Vcs-Git: git://git.freeswitch.org/freeswitch
Vcs-Browser: http://git.freeswitch.org/git/freeswitch/
...
...
@@ -325,6 +325,7 @@ Description: development libraries and header files for FreeSWITCH
Package: freeswitch-doc
Architecture: all
Depends: \
${
misc
:Depends
}
Description: documentation for FreeSWITCH
$(
debian_wrap
"
${
fs_description
}
"
)
.
...
...
@@ -465,7 +466,8 @@ EOF
print_mod_install
()
{
cat
<<
EOF
/usr/lib/freeswitch/mod/
${
1
}
.{la,so}
/usr/lib/freeswitch/mod/
${
1
}
.la
/usr/lib/freeswitch/mod/
${
1
}
.so
EOF
}
...
...
debian/copyright
浏览文件 @
621ec4ae
Format: http://
dep.debian.net/deps/dep5
Format: http://
www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: freeswitch
Source: http://freeswitch.org/
Files: debian/*
Copyright: 2012 Travis Cross <tc@traviscross.com>
Copyright: 2012
,
Travis Cross <tc@traviscross.com>
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.
debian/freeswitch-dev.install
浏览文件 @
621ec4ae
/
usr
/
include
/
usr
/
lib
/
freeswitch
/
mod
/*.
la
/
usr
/
lib
/*.
{
a
,
la
}
/
usr
/
lib
/*.
a
/
usr
/
lib
/*.
la
/
usr
/
lib
/
pkgconfig
debian/rules
浏览文件 @
621ec4ae
...
...
@@ -30,6 +30,12 @@ binary-arch:
binary-indep
:
@
$
(
call show_vars
)
dh
$@
build-arch
:
@
$
(
call show_vars
)
dh
$@
build-indep
:
@
$
(
call show_vars
)
dh
$@
build
:
debian/.stamp-bootstrap
@
$
(
call show_vars
)
dh
$@
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论