update deb depend

pull/1/head
vazmin 2021-07-21 01:20:16 +08:00
parent cb8e23255a
commit 9d644cef87
2 changed files with 6 additions and 5 deletions

7
debian/control vendored
View File

@ -3,6 +3,7 @@ Section: net
Priority: optional
Maintainer: YuQing <384681@qq.com>
Build-Depends: debhelper (>=11~)
, libfastcommon-dev (>= 1.0.52)
Standards-Version: 4.1.4
Homepage: https://github.com/happyfish100/libserverframe
@ -10,8 +11,8 @@ Package: libserverframe-dev
Section: net
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}, libserverframe (= ${binary:Version})
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}, libserverframe (= ${binary:Version})
Description: libserverframe (development files)
This package contains header files.
@ -20,5 +21,5 @@ Section: net
Architecture: any
Multi-Arch: same
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

4
debian/rules vendored
View File

@ -6,8 +6,8 @@ export DESTDIR = ../debian/tmp
dh $@
override_dh_auto_build:
./make.sh clean && DESTDIR=$(DESTDIR) ./make.sh
./make.sh clean && ./make.sh
override_dh_auto_install:
DESTDIR=$(DESTDIR) ./make.sh install
./make.sh install
dh_auto_install