[irrlicht] 01/02: new upstream release

Vincent Cheng vcheng at moszumanska.debian.org
Wed Sep 21 06:03:50 UTC 2016


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

vcheng pushed a commit to branch master
in repository irrlicht.

commit 61619d8bfb7fa5e86a30d5b583d76996458f1d49
Author: Vincent Cheng <vcheng at debian.org>
Date:   Tue Sep 20 23:02:59 2016 -0700

    new upstream release
---
 debian/changelog | 6 ++++++
 debian/rules     | 9 ++++-----
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ec60814..52265af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+irrlicht (1.8.4+dfsg1-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Vincent Cheng <vcheng at debian.org>  Tue, 20 Sep 2016 22:54:13 -0700
+
 irrlicht (1.8.3+dfsg1-2) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/rules b/debian/rules
index 2b16d73..838a294 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,17 +1,16 @@
 #!/usr/bin/make -f
 
--include /usr/share/topgit/tg2quilt.mk
-
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 SOURCE_DATE := $(shell dpkg-parsechangelog --show-field=Date)
 
 # shared library versions, option 1
-upstream_version=1.8.3
-version=1.8.3
+upstream_version=1.8.4
+version=1.8.4
 major=1.8
 repackv=1
+scripts_svn_rev=5339
 
 %:
 	dh $@
@@ -87,7 +86,7 @@ get-orig-source:
 		rm -rf media ;\
 		rm -rf lib ;\
 		rm -rf doc/html ;\
-		svn co https://svn.code.sf.net/p/irrlicht/code/branches/releases/1.8/scripts/ scripts ;\
+		svn co -r $(scripts_svn_rev) https://svn.code.sf.net/p/irrlicht/code/branches/releases/1.8/scripts/ scripts ;\
 		find . -name .svn -exec rm -rf {} \; ;\
 		find . \( -name \*.exe -o -name \*.dll \) -exec rm -f {} \; ;\
 		cd .. ;\

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



More information about the Pkg-games-commits mailing list