update debian package version
parent
62846f21ff
commit
1a06ea13e7
|
|
@ -1,3 +1,9 @@
|
||||||
|
libserverframe (1.1.11-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
* upgrade version to 1.1.11
|
||||||
|
|
||||||
|
-- YuQing <384681@qq.com> Sun, 26 Dec 2021 21:02:05 +0800
|
||||||
|
|
||||||
libserverframe (1.1.10-1) unstable; urgency=medium
|
libserverframe (1.1.10-1) unstable; urgency=medium
|
||||||
|
|
||||||
* fixed somebugs
|
* fixed somebugs
|
||||||
|
|
|
||||||
|
|
@ -3,7 +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)
|
, libfastcommon-dev (>= 1.0.54)
|
||||||
Standards-Version: 4.1.4
|
Standards-Version: 4.1.4
|
||||||
Homepage: https://github.com/happyfish100/libserverframe
|
Homepage: https://github.com/happyfish100/libserverframe
|
||||||
|
|
||||||
|
|
@ -21,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 (>= 1.0.52)
|
Depends: ${misc:Depends}, ${shlibs:Depends}, libfastcommon (>= 1.0.54)
|
||||||
Description: this network service framework library extract from FastDFS
|
Description: this network service framework library extract from FastDFS
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue