[ember] 02/08: Update packaging

Olek Wojnar olek-guest at moszumanska.debian.org
Mon Aug 15 02:00:22 UTC 2016


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

olek-guest pushed a commit to branch master
in repository ember.

commit a7bc77f73b1de0d9e09e6a0657548f7139fc7933
Author: Olek Wojnar <olek-dev at wojnar.org>
Date:   Sun Jul 10 19:39:00 2016 -0400

    Update packaging
---
 debian/changelog                                 | 16 +++++++++++++---
 debian/control                                   |  9 ++++-----
 debian/copyright                                 |  1 +
 debian/patches/0007-revert-libwfut-version.patch | 15 ---------------
 debian/patches/series                            |  1 -
 5 files changed, 18 insertions(+), 24 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9e3caff..7ab7363 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,6 @@
 ember (0.7.0-1) unstable; urgency=low
 
-  * debian/watch: changed uupdate to git-import-orig
-  * new upstream version
+  [ Stephen M. Webb ]
   * debian/control: updated build-depends to newer minimum versions
     (closes: #704786)
   * debian/control: updated Standards-Version to 3.9.4 (updated VCS-* fields)
@@ -27,7 +26,18 @@ ember (0.7.0-1) unstable; urgency=low
   * debian/patches/0016-boost-1.53.patch: new
   * debian/control: bump boost build dependeny to 1.53
 
- -- Stephen M. Webb <stephen.webb at bregmasoft.ca>  Sun, 11 Aug 2013 09:21:21 -0400
+  [ Olek Wojnar ]
+  * New upstream release (Closes: #799748)
+  * Add myself as new uploader
+    - Remove Stephen Webb per his request
+    - Thanks for all the contributions, Stephen!
+  * d/patches/0007-revert-libwfut-version.patch: removed (unnecessary)
+  * d/control
+    - Remove pre-dependency on dpkg
+    - Update standards to 3.9.8 (no changes)
+    - Update Vcs lines for secure URIs
+
+ -- Olek Wojnar <olek-dev at wojnar.org>  Sun, 10 Jul 2016 21:20:01 -0400
 
 ember (0.6.2+dfsg-2.1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index e04653f..ab8175d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: ember
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Stephen M. Webb <stephen.webb at bregmasoft.ca>
+Uploaders: Olek Wojnar <olek-dev at wojnar.org>
 Build-Depends: debhelper (>= 9),
                dh-autoreconf,
                libalut-dev,
@@ -25,14 +25,13 @@ Build-Depends: debhelper (>= 9),
                libwfmath-1.0-dev (>= 1.0.0),
                libwfut-0.2-dev (>= 0.2.2),
                pkg-config
-Standards-Version: 3.9.4
+Standards-Version: 3.9.8
 Homepage: http://www.worldforge.org/
-Vcs-Git: git://anonscm.debian.org/pkg-games/ember.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/ember.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-games/ember.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/ember.git
 
 Package: ember
 Architecture: any
-Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ember-media (>= 0.6.2),
          ${misc:Depends},
          ${shlibs:Depends}
diff --git a/debian/copyright b/debian/copyright
index 3127194..d90e9d5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -21,6 +21,7 @@ License: GPL-2+
 Files: debian/*
 Copyright: 2009 Michael Koch <konqueror at gmx.de>
            2012 Stephen M. Webb <stephen.webb at bregmasoft.ca>
+           2016 Olek Wojnar <olek-dev at wojnar.org>
 License: GPL-3+
 
 Files: src/framework/tinyxml/*
diff --git a/debian/patches/0007-revert-libwfut-version.patch b/debian/patches/0007-revert-libwfut-version.patch
deleted file mode 100644
index 390a77d..0000000
--- a/debian/patches/0007-revert-libwfut-version.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: reduce minimum required version of libwfut to earliest
- ABI-comnpatible version.
-Author: Stephen M. Webb
-
---- a/configure.ac
-+++ b/configure.ac
-@@ -274,7 +274,7 @@
- 
- # Check for the WorldForge libs
- PKG_CHECK_MODULES(WF, [eris-1.3 >= 1.3.21 \
-- varconf-1.0 >= 0.6.7 mercator-0.3 >= 0.3.1 atlascpp-0.6 >= 0.6.2 wfmath-1.0 >= 1.0.0 libwfut-0.2 >= 0.2.2],
-+ varconf-1.0 >= 0.6.7 mercator-0.3 >= 0.3.1 atlascpp-0.6 >= 0.6.2 wfmath-1.0 >= 1.0.0 libwfut-0.2 >= 0.2.1],
- 	[
- 		CXXFLAGS="$CXXFLAGS $WF_CFLAGS"
- 		LIBS="$LIBS $WF_LIBS"
diff --git a/debian/patches/series b/debian/patches/series
index 40c4d80..441d02d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,4 @@
 0004-domain-bindings-lua-makefile.patch
-0007-revert-libwfut-version.patch
 0014-add-missing-ogrelodstrategy.patch
 0015-verbose-configure-errors.patch
 0016-boost-1.53.patch

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



More information about the Pkg-games-commits mailing list