Browse Source

Bump soname to 2.9

Christoph Biedl 4 years ago
parent
commit
59fb6e6fab

+ 2 - 2
debian/control

@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 10~),
 Priority: optional
 Priority: optional
 Section: libs
 Section: libs
 
 
-Package: libhttp-parser2.8
+Package: libhttp-parser2.9
 Architecture: any
 Architecture: any
 Pre-Depends:
 Pre-Depends:
     ${misc:Pre-Depends},
     ${misc:Pre-Depends},
@@ -24,7 +24,7 @@ Description: parser for HTTP messages written in C
 Package: libhttp-parser-dev
 Package: libhttp-parser-dev
 Architecture: any
 Architecture: any
 Depends: ${misc:Depends},
 Depends: ${misc:Depends},
-    libhttp-parser2.8 (= ${binary:Version}),
+    libhttp-parser2.9 (= ${binary:Version}),
 Section: libdevel
 Section: libdevel
 Description: parser for HTTP messages: development libraries and header files
 Description: parser for HTTP messages: development libraries and header files
  It parses both requests and responses. The parser is designed to be used in
  It parses both requests and responses. The parser is designed to be used in

+ 0 - 2
debian/libhttp-parser2.8.lintian-overrides

@@ -1,2 +0,0 @@
-# Upstread does not provide a changelog
-libhttp-parser2.8: no-upstream-changelog

debian/libhttp-parser2.8.docs → debian/libhttp-parser2.9.docs


debian/libhttp-parser2.8.install → debian/libhttp-parser2.9.install


+ 2 - 0
debian/libhttp-parser2.9.lintian-overrides

@@ -0,0 +1,2 @@
+# Upstread does not provide a changelog
+libhttp-parser2.9: no-upstream-changelog

+ 4 - 1
debian/libhttp-parser2.8.symbols

@@ -1,4 +1,5 @@
-libhttp_parser.so.2.8 libhttp-parser2.8 #MINVER#
+libhttp_parser.so.2.9 libhttp-parser2.9 #MINVER#
+* Build-Depends-Package: libhttp-parser-dev
  http_body_is_final@Base 2.1
  http_body_is_final@Base 2.1
  http_errno_description@Base 2.1
  http_errno_description@Base 2.1
  http_errno_name@Base 2.1
  http_errno_name@Base 2.1
@@ -8,7 +9,9 @@ libhttp_parser.so.2.8 libhttp-parser2.8 #MINVER#
  http_parser_init@Base 2.1
  http_parser_init@Base 2.1
  http_parser_parse_url@Base 2.1
  http_parser_parse_url@Base 2.1
  http_parser_pause@Base 2.1
  http_parser_pause@Base 2.1
+ http_parser_set_max_header_size@Base 2.9.2
  http_parser_settings_init@Base 2.7.1
  http_parser_settings_init@Base 2.7.1
  http_parser_url_init@Base 2.7.1
  http_parser_url_init@Base 2.7.1
  http_parser_version@Base 2.7.1
  http_parser_version@Base 2.7.1
  http_should_keep_alive@Base 2.1
  http_should_keep_alive@Base 2.1
+ http_status_str@Base 2.9.2