update deb depends
parent
ed0aed9051
commit
cb8e23255a
|
|
@ -1,7 +1,7 @@
|
|||
Source: libserverframe
|
||||
Section: net
|
||||
Priority: optional
|
||||
Maintainer: happyfish100
|
||||
Maintainer: YuQing <384681@qq.com>
|
||||
Build-Depends: debhelper (>=11~)
|
||||
Standards-Version: 4.1.4
|
||||
Homepage: https://github.com/happyfish100/libserverframe
|
||||
|
|
@ -12,13 +12,13 @@ Architecture: any
|
|||
Multi-Arch: same
|
||||
Pre-Depends: ${misc:Pre-Depends}, libserverframe (= ${binary:Version})
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Description: ${source:Synopsis} (development files)
|
||||
Description: libserverframe (development files)
|
||||
This package contains header files.
|
||||
|
||||
Package: libserverframe
|
||||
Section: net
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Pre-Depends: ${misc:Pre-Depends}, libfastcommon-devel (>= 1.0.52)
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}, libfastcommon-dev (>= 1.0.52)
|
||||
Description: this network service framework library extract from FastDFS
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
#!/usr/bin/make -f
|
||||
#export DH_VERBOSE = 1
|
||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
|
||||
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||
|
||||
export DESTDIR = ../debian/tmp
|
||||
|
||||
%:
|
||||
|
|
|
|||
Loading…
Reference in New Issue