[问题]怎样从源码编译打包成deb,不是用checkinstall,因为要写上依赖关系的

编译打包和其他
回复
头像
fanhe
帖子: 2357
注册时间: 2007-03-24 23:45

[问题]怎样从源码编译打包成deb,不是用checkinstall,因为要写上依赖关系的

#1

帖子 fanhe » 2007-06-15 1:18

如题,因为checkinstall出来的deb不包括依赖关系,而且我还想修改别人打包的deb,要什么工具呢?
也就是说我想知道开发ubuntu的那帮人是怎样把源代码搞成deb的,我也想搞?
请知道的人告诉我怎样做
chasye
帖子: 333
注册时间: 2007-05-13 15:20

#2

帖子 chasye » 2007-06-20 16:36

打包用 dpkg-buildpackage
修改用 dpkg -e 加 dpkg -x
ttplayer2006
帖子: 41
注册时间: 2007-06-09 0:07

#3

帖子 ttplayer2006 » 2007-06-21 22:53

能否举个实例啊?
only-fun
帖子: 168
注册时间: 2007-05-25 22:33

#4

帖子 only-fun » 2007-06-23 17:58

ttplayer2006 写了:能否举个实例啊?
同意!!
绝对新手!

请多关照!
laimama
帖子: 104
注册时间: 2006-12-10 12:35
来自: ChongQing China

#5

帖子 laimama » 2007-06-30 20:38

用dh_make吧,简单的就是这样:
#dh_make -n
#sudo debian/rules binary
回复