[playonlinux] 72/230: fix clean rule to compile twice in a row

Bertrand Marc bmarc at moszumanska.debian.org
Sun Jul 9 17:41:39 UTC 2017


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

bmarc pushed a commit to branch master
in repository playonlinux.

commit e3ce3f82054b96e232e4970110581ab4e882604e
Author: Bertrand Marc <beberking at gmail.com>
Date:   Sat May 22 16:12:31 2010 +0000

    fix clean rule to compile twice in a row
---
 debian/changelog | 6 ++++++
 debian/rules     | 3 ++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 242501d..3f91db9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+playonlinux (3.7.6-2) UNRELEASED; urgency=low
+
+  * Fix clean in debian/rules to compile twice in a row.
+
+ -- Bertrand Marc <beberking at gmail.com>  Sat, 22 May 2010 18:10:55 +0200
+
 playonlinux (3.7.6-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index 098c93a..d79d734 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,8 @@ clean:
 	dh_testroot
 	rm -f build-stamp
 	dh_clean
+	#temporary fix for ukrainian :
+	[ -d lang/locale/ua ] || mv lang/locale/uk lang/locale/ua
 
 install: build
 	dh_testdir
@@ -37,7 +39,6 @@ install: build
 	chmod +x bash/terminals/*
 	#temporary fix for ukrainian :
 	mv lang/locale/ua lang/locale/uk
-	
 
 # Build architecture-independent files here.
 binary-indep: build install

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



More information about the Pkg-games-commits mailing list