[hunspell] 03/04: update package names for new SONAME

Rene Engelhard rene at moszumanska.debian.org
Tue Nov 29 20:04:15 UTC 2016


This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch experimental
in repository hunspell.

commit 289642f4fa7d88230191ec346ad42f395de2126c
Author: Rene Engelhard <rene at rene-engelhard.de>
Date:   Tue Nov 29 20:49:08 2016 +0100

    update package names for new SONAME
---
 debian/control                                                  | 4 ++--
 debian/libhunspell-1.4-0.shlibs                                 | 1 -
 debian/{libhunspell-1.4-0.install => libhunspell-1.5-0.install} | 0
 debian/libhunspell-1.5-0.shlibs                                 | 1 +
 debian/rules                                                    | 4 ++--
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 0b0a0af..19f3fa8 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Package: libhunspell-dev
 Section: libdevel
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends},
- libhunspell-1.4-0 (= ${binary:Version})
+ libhunspell-1.5-0 (= ${binary:Version})
 Replaces: hunspell (<< 1.2.7-2)
 Multi-Arch: same
 Description: spell checker and morphological analyzer (development)
@@ -36,7 +36,7 @@ Description: spell checker and morphological analyzer (development)
  .
  This package contains the headers and the static library.
 
-Package: libhunspell-1.4-0
+Package: libhunspell-1.5-0
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
diff --git a/debian/libhunspell-1.4-0.shlibs b/debian/libhunspell-1.4-0.shlibs
deleted file mode 100644
index d5377e3..0000000
--- a/debian/libhunspell-1.4-0.shlibs
+++ /dev/null
@@ -1 +0,0 @@
-libhunspell-1.4	0	libhunspell-1.4-0
diff --git a/debian/libhunspell-1.4-0.install b/debian/libhunspell-1.5-0.install
similarity index 100%
rename from debian/libhunspell-1.4-0.install
rename to debian/libhunspell-1.5-0.install
diff --git a/debian/libhunspell-1.5-0.shlibs b/debian/libhunspell-1.5-0.shlibs
new file mode 100644
index 0000000..28e279b
--- /dev/null
+++ b/debian/libhunspell-1.5-0.shlibs
@@ -0,0 +1 @@
+libhunspell-1.5	0	libhunspell-1.5-0
diff --git a/debian/rules b/debian/rules
index 47d9a1f..f8d2b38 100755
--- a/debian/rules
+++ b/debian/rules
@@ -86,8 +86,8 @@ binary-arch: build install
 	dh_installexamples src/tools/example.cxx
 	dh_install
 	dh_installman
-	ln -s libhunspell-1.4.a debian/libhunspell-dev/$(libdir)/libhunspell.a
-	ln -s libhunspell-1.4.so debian/libhunspell-dev/$(libdir)/libhunspell.so
+	ln -s libhunspell-1.5.a debian/libhunspell-dev/$(libdir)/libhunspell.a
+	ln -s libhunspell-1.5.so debian/libhunspell-dev/$(libdir)/libhunspell.so
 	dh_strip
 	dh_compress
 	dh_fixperms

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/hunspell.git



More information about the Pkg-openoffice-commits mailing list