[ogre-1.9] branch master updated (3855706 -> 4a29156)

2017-08-11 Thread Manuel A. Fernandez Montecelo
This is an automated email from the git hooks/post-receive script.

mafm pushed a change to branch master
in repository ogre-1.9.

  from  3855706   Release to unstable
  adds  6d12146   Start new release
  adds  53bc715   Bump shlibs version due to GCC v7 ABI change (Closes: 
#871296)
  adds  4a29156   Release to unstable

No new revisions were added by this update.

Summary of changes:
 debian/changelog | 6 ++
 debian/rules | 4 
 2 files changed, 10 insertions(+)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/ogre-1.9.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[ogre-1.9] annotated tag debian/1.9_1.9.0+dfsg1-9 created (now 1f26886)

2017-08-11 Thread Manuel A. Fernandez Montecelo
This is an automated email from the git hooks/post-receive script.

mafm pushed a change to annotated tag debian/1.9_1.9.0+dfsg1-9
in repository ogre-1.9.

at  1f26886   (tag)
   tagging  4a29156c88c36f5c08f01fb31bfb4b30b6b6d2eb (commit)
  replaces  debian/1.9.0+dfsg1-8
 tagged by  Manuel A. Fernandez Montecelo
on  Fri Aug 11 18:16:44 2017 +0200

- Log -
Debian release 1.9_1.9.0+dfsg1-9

Manuel A. Fernandez Montecelo (3):
  Start new release
  Bump shlibs version due to GCC v7 ABI change (Closes: #871296)
  Release to unstable

---

This annotated tag includes the following new commits:

   new  6d12146   Start new release
   new  53bc715   Bump shlibs version due to GCC v7 ABI change (Closes: 
#871296)
   new  4a29156   Release to unstable

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/ogre-1.9.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[ogre-1.9] 02/03: Bump shlibs version due to GCC v7 ABI change (Closes: #871296)

2017-08-11 Thread Manuel A. Fernandez Montecelo
This is an automated email from the git hooks/post-receive script.

mafm pushed a commit to annotated tag debian/1.9_1.9.0+dfsg1-9
in repository ogre-1.9.

commit 53bc71578682908c504acf08dcb9aefcbd6bc0da
Author: Manuel A. Fernandez Montecelo 
Date:   Fri Aug 11 17:59:42 2017 +0200

Bump shlibs version due to GCC v7 ABI change (Closes: #871296)
---
 debian/changelog | 2 +-
 debian/rules | 4 
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9e5ad2c..08f935c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 ogre-1.9 (1.9.0+dfsg1-9) UNRELEASED; urgency=medium
 
-  * 
+  * Bump shlibs version due to GCC v7 ABI change (Closes: #871296)
 
  -- Manuel A. Fernandez Montecelo   Fri, 11 Aug 2017 14:09:31 
+0200
 
diff --git a/debian/rules b/debian/rules
index 3b5d59d..7323e48 100755
--- a/debian/rules
+++ b/debian/rules
@@ -126,3 +126,7 @@ override_dh_clean:
 
 # Remove files from template
rm -rf debian/libogre-$(OGRE_VERSION).*
+
+# For new symbols when compiled with GCC 7
+override_dh_makeshlibs:
+   dh_makeshlibs -V"libogre-$(OGRE_VERSION_ABI_CHANGE) (>= 1.9.0+dfsg1-9~)"

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/ogre-1.9.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[ogre-1.9] 01/03: Start new release

2017-08-11 Thread Manuel A. Fernandez Montecelo
This is an automated email from the git hooks/post-receive script.

mafm pushed a commit to annotated tag debian/1.9_1.9.0+dfsg1-9
in repository ogre-1.9.

commit 6d1214642fbb49d9f21b4b00b1ffd54a78a17706
Author: Manuel A. Fernandez Montecelo 
Date:   Fri Aug 11 17:58:10 2017 +0200

Start new release
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0a6245b..9e5ad2c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ogre-1.9 (1.9.0+dfsg1-9) UNRELEASED; urgency=medium
+
+  * 
+
+ -- Manuel A. Fernandez Montecelo   Fri, 11 Aug 2017 14:09:31 
+0200
+
 ogre-1.9 (1.9.0+dfsg1-8) unstable; urgency=medium
 
   * Bump Standards-Version to 4.0.0 (no changes needed)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/ogre-1.9.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits


[ogre-1.9] 03/03: Release to unstable

2017-08-11 Thread Manuel A. Fernandez Montecelo
This is an automated email from the git hooks/post-receive script.

mafm pushed a commit to annotated tag debian/1.9_1.9.0+dfsg1-9
in repository ogre-1.9.

commit 4a29156c88c36f5c08f01fb31bfb4b30b6b6d2eb
Author: Manuel A. Fernandez Montecelo 
Date:   Fri Aug 11 18:00:04 2017 +0200

Release to unstable
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 08f935c..bb9018d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-ogre-1.9 (1.9.0+dfsg1-9) UNRELEASED; urgency=medium
+ogre-1.9 (1.9.0+dfsg1-9) unstable; urgency=medium
 
   * Bump shlibs version due to GCC v7 ABI change (Closes: #871296)
 
- -- Manuel A. Fernandez Montecelo   Fri, 11 Aug 2017 14:09:31 
+0200
+ -- Manuel A. Fernandez Montecelo   Fri, 11 Aug 2017 17:59:53 
+0200
 
 ogre-1.9 (1.9.0+dfsg1-8) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/ogre-1.9.git

___
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits