From cb8e23255affd53dce0c196374a85ea059c812b8 Mon Sep 17 00:00:00 2001 From: vazmin Date: Tue, 20 Jul 2021 00:19:40 +0800 Subject: [PATCH] update deb depends --- debian/control | 8 ++++---- debian/rules | 5 +---- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/debian/control b/debian/control index b6a2d25..20204e3 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/rules b/debian/rules index 9385642..8c3e57d 100644 --- a/debian/rules +++ b/debian/rules @@ -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 %: