Browse Source

Follow soname bump to 2.8

Christoph Biedl 6 years ago
parent
commit
089fa4a40f

+ 2 - 2
debian/control

@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 10~),
 Priority: optional
 Priority: optional
 Section: libs
 Section: libs
 
 
-Package: libhttp-parser2.7.1
+Package: libhttp-parser2.8
 Architecture: any
 Architecture: any
 Pre-Depends:
 Pre-Depends:
     ${misc:Pre-Depends},
     ${misc:Pre-Depends},
@@ -25,7 +25,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.7.1 (= ${binary:Version}),
+    libhttp-parser2.8 (= ${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

+ 1 - 1
debian/libhttp-parser-dev.links

@@ -1,4 +1,4 @@
 #!/usr/bin/dh-exec
 #!/usr/bin/dh-exec
 
 
 usr/lib/${DEB_HOST_MULTIARCH}/libhttp_parser.so.2       usr/lib/${DEB_HOST_MULTIARCH}/libhttp_parser.so
 usr/lib/${DEB_HOST_MULTIARCH}/libhttp_parser.so.2       usr/lib/${DEB_HOST_MULTIARCH}/libhttp_parser.so
-usr/lib/${DEB_HOST_MULTIARCH}/libhttp_parser.so.2.7.1   usr/lib/${DEB_HOST_MULTIARCH}/libhttp_parser.so.2
+usr/lib/${DEB_HOST_MULTIARCH}/libhttp_parser.so.2.8   usr/lib/${DEB_HOST_MULTIARCH}/libhttp_parser.so.2

+ 0 - 3
debian/libhttp-parser2.7.1.install

@@ -1,3 +0,0 @@
-#!/usr/bin/dh-exec
-
-libhttp_parser.so.2.7.1 usr/lib/${DEB_HOST_MULTIARCH}/

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

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

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


+ 3 - 0
debian/libhttp-parser2.8.install

@@ -0,0 +1,3 @@
+#!/usr/bin/dh-exec
+
+libhttp_parser.so.2.8 usr/lib/${DEB_HOST_MULTIARCH}/

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

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

+ 1 - 1
debian/libhttp-parser2.7.1.symbols

@@ -1,4 +1,4 @@
-libhttp_parser.so.2.7.1 libhttp-parser2.7.1 #MINVER#
+libhttp_parser.so.2.8 libhttp-parser2.8 #MINVER#
  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

+ 1 - 1
debian/rules

@@ -12,4 +12,4 @@ override_dh_auto_build:
 	dh_auto_build -- library
 	dh_auto_build -- library
 
 
 override_dh_makeshlibs:
 override_dh_makeshlibs:
-	dh_makeshlibs -V 'libhttp-parser2.7.1 (>= 2.7.1)'
+	dh_makeshlibs -V 'libhttp-parser2.8 (>= 2.8)'