[mrrescue] 04/04: New upstream release, now imported with "gbp --import-orig"

Alexandre Detiste detiste-guest at moszumanska.debian.org
Sat Jan 21 11:08:01 UTC 2017


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

detiste-guest pushed a commit to branch master
in repository mrrescue.

commit 3a43880c153916f17004142150a59c3ad66117fe
Author: Alexandre Detiste <alexandre.detiste at gmail.com>
Date:   Sat Jan 21 12:07:33 2017 +0100

    New upstream release, now imported with "gbp --import-orig"
---
 debian/changelog | 6 +++++-
 debian/rules     | 4 ++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 810487f..e1b4475 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,10 @@
-mrrescue (1.02c-3) UNRELEASED; urgency=medium
+mrrescue (1.02e-1) UNRELEASED; urgency=medium
 
+  * New upstream release, compatible with LOVE 0.10
   * New attempt at building a reproducible Zip
+  * Most assets had likely been move manually in '/mrrescue'
+    for the initial release, ensure that package can be updated
+    from now with a simple 'gbp import-orig --uscan'.
 
  -- Alexandre Detiste <alexandre.detiste at gmail.com>  Tue, 01 Mar 2016 07:43:16 +0100
 
diff --git a/debian/rules b/debian/rules
index 8a3491d..557202a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,10 @@ BUILD_DATE=$(shell dpkg-parsechangelog --show-field=Date)
 	dh $@
 
 override_dh_auto_build:
+	mkdir mrrescue -p
+	cp *.lua mrrescue/
+	cp -a data mrrescue/
+	cp -a maps mrrescue/
 	find mrrescue -type f -exec chmod 0644 {} \;
 	find mrrescue -type f -exec touch --date='$(BUILD_DATE)' {} \;
 	cd mrrescue && find -type f | LC_ALL=C sort | \

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



More information about the Pkg-games-commits mailing list