[box2d] 22/31: Debian release 2.3.1+ds-1

Markus Koschany apo-guest at moszumanska.debian.org
Fri Mar 13 17:28:32 UTC 2015


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

apo-guest pushed a commit to branch master
in repository box2d.

commit cf1dcac97470950a3deec97583142384902b5114
Author: Markus Koschany <apo at gambaru.de>
Date:   Fri May 30 17:26:21 2014 +0000

    Debian release 2.3.1+ds-1
    
    New upstream bug fix release
    Add new licenses, Apache-2.0 and Public Domain
    Update get-orig-source target
    Fix watch file
---
 debian/changelog            | 13 +++++++++++++
 debian/copyright            | 16 +++++++++++++++-
 debian/libbox2d-dev.install |  1 +
 debian/rules                |  8 ++++----
 debian/watch                |  4 ++--
 5 files changed, 35 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 41f1f4f..a41d42f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+box2d (2.3.1+ds-1) unstable; urgency=medium
+
+  * Imported Upstream version 2.3.1+ds.
+  * Fix debian/watch to determine new releases by parsing
+    the SVN tags of upstream's version control system.
+  * Update get-orig-source target for new release.
+  * dh_strip override: Replace $VER variable with 2.3.0 string.
+  * debian/copyright: Add new Public Domain and Apache 2.0 license.
+  * libbox2d-dev.install:
+    - Install *.cmake files in /usr/lib/$(DEB_HOST_MULTIARCH)/cmake/Box2D.
+
+ -- Markus Koschany <apo at gambaru.de>  Fri, 30 May 2014 18:42:02 +0200
+
 box2d (2.3.0+ds-2) unstable; urgency=medium
 
   * Upload to unstable.
diff --git a/debian/copyright b/debian/copyright
index bb0e014..77bacd4 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,9 +4,23 @@ Upstream-Contact: Erin Catto <erincatto at gmail.com>
 Source: http://code.google.com/p/box2d/
 
 Files: *
-Copyright: 2006-2013, Erin Catto and contributors
+Copyright: 2006-2014, Erin Catto and contributors
+           2009-2010, Mikko Mononen
 License: Zlib
 
+Files: Box2D/Testbed/Framework/stb_truetype.h
+Copyright: 2009-2013, Sean Barrett
+License: public-domain
+ This software is in the public domain. Where that dedication is not
+ recognized, you are granted a perpetual, irrevokable license to copy
+ and modify this file as you see fit.
+
+Files: Box2D/Build/Data/DroidSans.ttf
+Copyright: 2006, 2007, 2008, 2009, 2010 Google Corp.
+License: Apache-2.0
+ On Debian systems, the complete text of the Apache License Version 2.0
+ can be found in `/usr/share/common-licenses/Apache-2.0'.
+
 Files: debian/*
 Copyright: 2009,      Miriam Ruiz <little_miry at yahoo.es>,
            2013,      Barry deFreese <bdefreese at debian.org>
diff --git a/debian/libbox2d-dev.install b/debian/libbox2d-dev.install
index 163f662..eaeac4d 100644
--- a/debian/libbox2d-dev.install
+++ b/debian/libbox2d-dev.install
@@ -1,5 +1,6 @@
 usr/include/*
 usr/lib/*/Box2D/*.cmake
+usr/lib/*/cmake/Box2D/*.cmake
 usr/lib/*/libBox2D.a
 usr/lib/*/libBox2D.so
 usr/lib/*/pkgconfig
diff --git a/debian/rules b/debian/rules
index 9b3d2ad..30b6c11 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
-VER   = 2.3.0
+VER   = 2.3.1
 UURL  = http://box2d.googlecode.com/svn/tags/v
 PKG   = box2d
 DTYPE = +ds
@@ -39,7 +39,7 @@ override_dh_clean:
 	$(RM) -r Box2D/Documentation/API
 
 override_dh_strip:
-	dh_strip --dbg-package=libbox2d$(VER)-dbg
+	dh_strip --dbg-package=libbox2d2.3.0-dbg
 
 ## https://wiki.debian.org/onlyjob/get-orig-source
 get-orig-source: $(PKG)_$(VER).orig.tar.xz
@@ -54,8 +54,8 @@ $(PKG)_$(VER).orig.tar.xz:
 	&& find . -depth -name ".svn" -exec $(RM) -r '{}' \; \
 	&& $(RM) -r -v \
 		Contributions \
-		Box2D/freeglut \
-		Box2D/glui
+		Box2D/glew \
+		Box2D/glfw
 	@echo "Packing..."
 	find -L "$(PKG)-$(VER)" -xdev -type f -print \
 		| sort | XZ_OPT="-7v" tar -caf "$(PKG)_$(VER)$(DTYPE).orig.tar.xz" -T- --owner=root --group=root --mode=a+rX \
diff --git a/debian/watch b/debian/watch
index 47323a9..336002e 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=3
-opts=downloadurlmangle=s%.*/([^/]*)/downloads/detail\?name=([^=&]*).*%http://$1.googlecode.com/files/$2%,filenamemangle=s/.*name=([^&]+).*/$1/,\
+opts=uversionmangle=s/(\d)[\/]$/$1$2/,\
 dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$// \
-http://code.google.com/p/box2d/downloads/list?can=1 .*=Box2D_v?(\d.*)\.(?:7z|tgz|tbz2|txz|tar\.(?:gz|bz2|xz)|zip).*
+http://box2d.googlecode.com/svn/tags/v(\d.*)

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



More information about the Pkg-games-commits mailing list