[SCM] mess system emulator branch, master, updated. e9d97072b667d27a6a5dc8710f14ce05fe9fe90d

Jordi Mallach jordi at debian.org
Mon May 21 23:09:06 UTC 2012


The following commit has been merged in the master branch:
commit eb701f887b3b29bda3ccf58a2cd381322cc7f3b3
Author: Jordi Mallach <jordi at debian.org>
Date:   Tue May 22 01:05:35 2012 +0200

    Make get-orig-source target drop tarballs in the current directory, as policy mandates.

diff --git a/debian/changelog b/debian/changelog
index 6d8771b..5bc2819 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ mess (0.145-1) UNRELEASED; urgency=low
   [ Jordi Mallach ]
   * Fix Vcs-* URLs.
   * gnu_fixes.patch: Add a check for __GNU__ to fix builds on the Hurd.
+  * Make get-orig-source target drop tarballs in the current directory,
+    as policy mandates.
 
  -- Emmanuel Kasper <emmanuel at libera.cc>  Thu, 26 Apr 2012 14:34:53 +0200
 
diff --git a/debian/rules b/debian/rules
index c3e60cc..05ab119 100755
--- a/debian/rules
+++ b/debian/rules
@@ -199,7 +199,7 @@ get-orig-source: $(MESS_FILEBASE)s.zip
 	    | sed 's/\ /\\\ /g' \
 	    | xargs sed -i "s/\r$$//"
 	tar -C $(TMPDIR) -cvf - $(MESS_PACKAGE)-$(VERSION) | \
-	    xz > ../$(MESS_PACKAGE)_$(VERSION).orig.tar.xz
+	    xz > $(MESS_PACKAGE)_$(VERSION).orig.tar.xz
 	rm -f $(MESS_FILEBASE)s.zip
 
 	rm -rf $(TMPDIR)

-- 
mess system emulator



More information about the Pkg-games-commits mailing list