[SCM] eq10q/master: Fix get-orig-source.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Dec 8 01:32:24 UTC 2015


The following commit has been merged in the master branch:
commit 13079e632eff708af554d25a2c18ff6897c9825b
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Dec 8 02:32:14 2015 +0100

    Fix get-orig-source.

diff --git a/debian/rules b/debian/rules
index c8893e9..14c6de5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,4 +24,4 @@ get-orig-source:
 	--exclude=.kdev4 eq10q-$(UPSTREAM_VERSION)~$(DFSG) \
 	--exclude-vcs
 	gzip -9fn ../eq10q_$(UPSTREAM_VERSION)~$(DFSG).orig.tar
-	rm -r eq10q-$(UPSTREAM_VERSION)~$(DFSG)
+	rm -rf eq10q-$(UPSTREAM_VERSION)~$(DFSG)

-- 
eq10q packaging



More information about the pkg-multimedia-commits mailing list