[SCM] streamtuner2/master: debian/patches: Resolve-make-clean-errors

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Wed Nov 25 07:06:50 UTC 2015


The following commit has been merged in the master branch:
commit e8f36dd56df9af650f10c1dd33e5d4696c951317
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date:   Wed Nov 25 14:49:23 2015 +0900

    debian/patches: Resolve-make-clean-errors

diff --git a/debian/patches/0001-Resolve-make-clean-errors.patch b/debian/patches/0001-Resolve-make-clean-errors.patch
new file mode 100644
index 0000000..4a50c7a
--- /dev/null
+++ b/debian/patches/0001-Resolve-make-clean-errors.patch
@@ -0,0 +1,23 @@
+From: TANIGUCHI Takaki <takaki at asis.media-as.org>
+Date: Wed, 25 Nov 2015 14:48:02 +0900
+Subject: Resolve make clean errors.
+
+---
+ Makefile | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index 24a7e82..6d0c55f 100644
+--- a/Makefile
++++ b/Makefile
+@@ -35,8 +35,8 @@ docs:
+ ver:	# copy `version:` info
+ 	version get:plugin st2.py write:control PKG-INFO
+ clean:
+-	rm *.pyc */*.pyc
+-	rm -r __pycache__ */__pycache__
++	rm -f *.pyc */*.pyc
++	rm -f -r __pycache__ */__pycache__
+ 
+ #-- bundles
+ xpm: deb pyz tar rpm exe
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..cb46238
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Resolve-make-clean-errors.patch

-- 
streamtuner2 packaging



More information about the pkg-multimedia-commits mailing list