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