[SCM] smplayer/master: Make local rebuilds possible. (Closes: #770382)

mati75-guest at users.alioth.debian.org mati75-guest at users.alioth.debian.org
Sun Nov 23 09:45:50 UTC 2014


The following commit has been merged in the master branch:
commit fc40e2635e415096e8cfb389f1ca100ff66723b5
Author: Mateusz Łukasik <mati75 at linuxmint.pl>
Date:   Sun Nov 23 10:45:24 2014 +0100

    Make local rebuilds possible. (Closes: #770382)

diff --git a/debian/changelog b/debian/changelog
index 0d0d412..841b4c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-smplayer (14.9.0~ds0-2) UNRELEASED; urgency=medium
+smplayer (14.9.0~ds0-2.1) UNRELEASED; urgency=medium
 
   * Bump standards version to 3.9.6. (no changes needed)
   * Patch working: (thanks Alf Gaida <agaida at siduction.org>) 
@@ -6,8 +6,12 @@ smplayer (14.9.0~ds0-2) UNRELEASED; urgency=medium
     checking updates. (Closes: #770357)
     - add 04-not_define_reminder_actions.patch to do not define reminder
     actions (Closes: #770359)
+  
+  [ Alf Gaida ]
+  * debian/rules:
+    - Make local rebuilds possible. (Closes: #770382)
 
- -- Mateusz Łukasik <mati75 at linuxmint.pl>  Thu, 20 Nov 2014 19:59:08 +0100
+ -- Mateusz Łukasik <mati75 at debian.org>  Sun, 23 Nov 2014 10:42:51 +0100
 
 smplayer (14.9.0~ds0-1) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 91164db..cbc3590 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,9 @@ get-orig-source:
 	uscan --force-download
 
 override_dh_auto_clean:
+	[ ! -d src/.moc ] || $(RM) -r src/.moc
+	[ ! -d src/.obj ] || $(RM) -r src/.obj
+	[ ! -d src/.ui ] || $(RM) -r src/.ui
 	[ ! -f src/Makefile ] || dh_auto_clean
 
 override_dh_auto_build:

-- 
smplayer packaging



More information about the pkg-multimedia-commits mailing list