update deb depend
parent
cb8e23255a
commit
9d644cef87
|
|
@ -3,6 +3,7 @@ Section: net
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: YuQing <384681@qq.com>
|
Maintainer: YuQing <384681@qq.com>
|
||||||
Build-Depends: debhelper (>=11~)
|
Build-Depends: debhelper (>=11~)
|
||||||
|
, libfastcommon-dev (>= 1.0.52)
|
||||||
Standards-Version: 4.1.4
|
Standards-Version: 4.1.4
|
||||||
Homepage: https://github.com/happyfish100/libserverframe
|
Homepage: https://github.com/happyfish100/libserverframe
|
||||||
|
|
||||||
|
|
@ -10,8 +11,8 @@ Package: libserverframe-dev
|
||||||
Section: net
|
Section: net
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Pre-Depends: ${misc:Pre-Depends}, libserverframe (= ${binary:Version})
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
Depends: ${misc:Depends}, ${shlibs:Depends}, libserverframe (= ${binary:Version})
|
||||||
Description: libserverframe (development files)
|
Description: libserverframe (development files)
|
||||||
This package contains header files.
|
This package contains header files.
|
||||||
|
|
||||||
|
|
@ -20,5 +21,5 @@ Section: net
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}, libfastcommon-dev (>= 1.0.52)
|
Depends: ${misc:Depends}, ${shlibs:Depends}, libfastcommon (>= 1.0.52)
|
||||||
Description: this network service framework library extract from FastDFS
|
Description: this network service framework library extract from FastDFS
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,8 @@ export DESTDIR = ../debian/tmp
|
||||||
dh $@
|
dh $@
|
||||||
|
|
||||||
override_dh_auto_build:
|
override_dh_auto_build:
|
||||||
./make.sh clean && DESTDIR=$(DESTDIR) ./make.sh
|
./make.sh clean && ./make.sh
|
||||||
|
|
||||||
override_dh_auto_install:
|
override_dh_auto_install:
|
||||||
DESTDIR=$(DESTDIR) ./make.sh install
|
./make.sh install
|
||||||
dh_auto_install
|
dh_auto_install
|
||||||
Loading…
Reference in New Issue