[graywolf] 01/02: Integrate new version with ABI bump

Ruben Undheim rubund-guest at moszumanska.debian.org
Tue Mar 7 08:23:43 UTC 2017


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

rubund-guest pushed a commit to branch master
in repository graywolf.

commit af059905dc2dbcf50982bc562c5fa8f87a4a234a
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Tue Mar 7 09:17:59 2017 +0100

    Integrate new version with ABI bump
---
 debian/changelog                                             |  7 +++++++
 debian/control                                               | 12 ++++++------
 .../{libycadgraywolf0.install => libycadgraywolf1.install}   |  0
 .../{libycadgraywolf0.symbols => libycadgraywolf1.symbols}   |  2 +-
 debian/rules                                                 |  2 +-
 5 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e71bfe6..4adc964 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+graywolf (0.1.4+20170307gite1bf319-1) UNRELEASED; urgency=medium
+
+  * New upstream GIT HEAD with bumped SOVERSION and major version
+  * New binary package libycadgraywolf1
+
+ -- Ruben Undheim <ruben.undheim at gmail.com>  Tue, 07 Mar 2017 09:13:26 +0100
+
 graywolf (0.1.4+20170306gitecee764-1) unstable; urgency=medium
 
   * New upstream GIT HEAD with fixed license violation issue (Closes: #856705)
diff --git a/debian/control b/debian/control
index d4384ae..94a2cb7 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/graywolf.gi
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/graywolf.git
 Homepage: https://github.com/rubund/graywolf
 
-Package: libycadgraywolf0
+Package: libycadgraywolf1
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
@@ -29,7 +29,7 @@ Description: Library for common functions used by graywolf
 Package: libycadgraywolf-dev
 Architecture: any
 Section: libdevel
-Depends: libycadgraywolf0 (= ${binary:Version}),
+Depends: libycadgraywolf1 (= ${binary:Version}),
          ${misc:Depends}
 Multi-Arch: same
 Description: Library for graywolf - development files
@@ -38,14 +38,14 @@ Description: Library for graywolf - development files
  .
  This is the development files for the library.
 
-Package: libycadgraywolf0-dbg
+Package: libycadgraywolf1-dbg
 Architecture: any
 Section: debug
 Priority: extra
-Depends: libycadgraywolf0 (= ${binary:Version}),
+Depends: libycadgraywolf1 (= ${binary:Version}),
          ${misc:Depends}
 Multi-Arch: same
-Description: debug symbols for libycadgraywolf0
+Description: debug symbols for libycadgraywolf1
  This library contains functions shared by the graywolf binaries
  found in the /usr/lib/graywolf/bin/ directory.
  .
@@ -53,7 +53,7 @@ Description: debug symbols for libycadgraywolf0
 
 Package: graywolf
 Architecture: any
-Depends: libycadgraywolf0 (= ${binary:Version}),
+Depends: libycadgraywolf1 (= ${binary:Version}),
          ${shlibs:Depends},
          ${misc:Depends}
 Recommends: qflow
diff --git a/debian/libycadgraywolf0.install b/debian/libycadgraywolf1.install
similarity index 100%
rename from debian/libycadgraywolf0.install
rename to debian/libycadgraywolf1.install
diff --git a/debian/libycadgraywolf0.symbols b/debian/libycadgraywolf1.symbols
similarity index 99%
rename from debian/libycadgraywolf0.symbols
rename to debian/libycadgraywolf1.symbols
index 39f8725..cf0d86f 100644
--- a/debian/libycadgraywolf0.symbols
+++ b/debian/libycadgraywolf1.symbols
@@ -1,4 +1,4 @@
-libycadgraywolf.so.0 libycadgraywolf0 #MINVER#
+libycadgraywolf.so.1 libycadgraywolf1 #MINVER#
  TW3DdrawCube at Base 0.1.1
  TW3Dnormal_view at Base 0.1.1
  TW3Dperspective at Base 0.1.1
diff --git a/debian/rules b/debian/rules
index 253337b..efa65be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,5 +11,5 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 	dh $@ 
 
 override_dh_strip:
-	dh_strip -plibycadgraywolf0 --keep-debug --dbg-package=libycadgraywolf0-dbg
+	dh_strip -plibycadgraywolf1 --keep-debug --dbg-package=libycadgraywolf1-dbg
 	dh_strip -pgraywolf

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/graywolf.git



More information about the debian-science-commits mailing list