From 3a0c3fe0b5d9b2e7f5a6c3ea9d3f369772072801 Mon Sep 17 00:00:00 2001 From: sergiobenrocha2 Date: Thu, 17 Jul 2014 23:02:44 -0300 Subject: [PATCH] Fixed debian/changelog --- debian/changelog | 4 ++-- debian/rules | 2 +- debian/source/options | 10 +++++++--- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6041623ddf..1511f786c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -ppsspp (0.9.8.git) UNRELEASED; urgency=medium +ppsspp (0.9.8.git.20140717-0ubuntu4) trusty; urgency=medium * Initial release. (Closes: #697821) - -- Sergio Benjamim Tue, 15 Jul 2014 20:01:35 -0300 + -- Sérgio Benjamim Tue, 15 Jul 2014 20:01:35 -0300 diff --git a/debian/rules b/debian/rules index 515431a881..33db94e56f 100755 --- a/debian/rules +++ b/debian/rules @@ -35,7 +35,7 @@ build-indep: build-stamp build-stamp: configure-stamp dh_testdir # Add here commands to compile the package. - $(MAKE) -C build-qt/ -j4 + $(MAKE) -C build-qt/ clean: dh_testdir diff --git a/debian/source/options b/debian/source/options index e5ac4e97dd..3318d085e5 100644 --- a/debian/source/options +++ b/debian/source/options @@ -1,5 +1,9 @@ tar-ignore = ".git/*" -tar-ignore = "build-qt/*" -tar-ignore = "Qt/languages/*" -tar-ignore = "Tools/SaveTool/kernelcall.prx" + +tar-ignore = "build-qt/" + +tar-ignore = "build-qt/.obj/" + +tar-ignore = "Qt/languages/*.qm" + tar-ignore = "pspautotests/demos/*"