[mercator] 03/04: Packaging updates

Olek Wojnar olek-guest at moszumanska.debian.org
Sun Sep 27 21:51:16 UTC 2015


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

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

commit 282b5e4e8aed98bc23d19cbf187d76afcd23967c
Author: Olek Wojnar <olek-dev at wojnar.org>
Date:   Sat Sep 26 22:52:08 2015 -0500

    Packaging updates
---
 debian/changelog | 13 +++++++++++++
 debian/control   |  6 +++---
 debian/copyright |  3 ++-
 debian/rules     |  6 +-----
 debian/watch     |  2 +-
 5 files changed, 20 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a0404f3..4ea4c88 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+mercator (0.3.3-1) UNRELEASED; urgency=medium
+
+  * New upstream release (prior packaging by Stephen Webb)
+  * Add myself as new uploader
+    - Remove Stephen Webb per his request
+    - Thanks for all the contributions, Stephen!
+  * d/rules: enable parallel build
+  * d/rules: remove builddeb override since xz is now default
+  * d/watch: update file extensions
+  * d/control: tweaks and update standards to 3.9.6 (no changes)
+
+ -- Olek Wojnar <olek-dev at wojnar.org>  Sat, 26 Sep 2015 22:43:39 -0500
+
 mercator (0.3.2-2) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/control b/debian/control
index 887afa1..1e47dd1 100644
--- a/debian/control
+++ b/debian/control
@@ -2,15 +2,15 @@ Source: mercator
 Section: libs
 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: dh-autoreconf,
                debhelper (>= 9),
                libwfmath-1.0-dev (>= 1.0.2+dfsg1-0.4),
                pkg-config
-Standards-Version: 3.9.4
+Standards-Version: 3.9.6
 Homepage: http://www.worldforge.org/
 Vcs-Git: git://anonscm.debian.org/pkg-games/mercator.git
-Vcs-Browser: http://anonscm.debian.org/git/pkg-games/mercator.git
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-games/mercator.git
 
 Package: libmercator-0.3-3v5
 Architecture: any
diff --git a/debian/copyright b/debian/copyright
index 2aaf939..8428ca1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -17,7 +17,8 @@ License: GPL-2
 
 Files: debian/*
 Copyright: 2002 Michael Koch <konqueror at gmx.de>
-           2012 Stephen M. Webb <stephen.webb at bregmasoft.ca>
+           2012-2014 Stephen M. Webb <stephen.webb at bregmasoft.ca>
+           2014-2015 Olek Wojnar <olek-dev at wojnar.org>
 License: GPL-2
 
 License: GPL-2
diff --git a/debian/rules b/debian/rules
index 2c34a59..f9532b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with autoreconf
+	dh $@ --parallel --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --disable-silent-rules
@@ -15,7 +15,3 @@ override_dh_strip:
 		dh_strip -p$${pkg} --dbg-package=$${pkg}-dbg; \
 	done
 	dh_strip -s --remaining-packages
-
-override_dh_builddeb:
-	dh_builddeb -- -Zxz
-
diff --git a/debian/watch b/debian/watch
index 1b0c47c..ee51b8a 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://sf.net/worldforge/mercator-(.*)\.tar\.bz2 debian uupdate
+http://sf.net/worldforge/mercator-(.*)\.(?:tar\.(?:gz|bz2|xz)) debian uupdate

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



More information about the Pkg-games-commits mailing list