[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.4.3-217-gad37e59



The following commit has been merged in the master branch:
commit ad37e595b638aef867da33495aaced81e1e665f4
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Feb 6 23:39:47 2011 +0100

    Auto-generate .py[oc] files in files-python-general
    
    We have to generate the files above since the clean target removes
    these files per default.

diff --git a/t/tests/files-python-general/debian/Makefile b/t/tests/files-python-general/debian/Makefile
new file mode 100644
index 0000000..bee40ad
--- /dev/null
+++ b/t/tests/files-python-general/debian/Makefile
@@ -0,0 +1,6 @@
+all:
+	echo 'Hallo World' > code.pyc
+	echo 'Hallo World' > code.pyo
+
+distclean:
+	rm -f code.pyc code.pyo
diff --git a/t/tests/files-python-general/debian/code.pyc b/t/tests/files-python-general/debian/code.pyc
deleted file mode 100644
index 5a11df8..0000000
--- a/t/tests/files-python-general/debian/code.pyc
+++ /dev/null
@@ -1 +0,0 @@
-Hallo world
diff --git a/t/tests/files-python-general/debian/code.pyo b/t/tests/files-python-general/debian/code.pyo
deleted file mode 100644
index 5a11df8..0000000
--- a/t/tests/files-python-general/debian/code.pyo
+++ /dev/null
@@ -1 +0,0 @@
-Hallo world

-- 
Debian package checker


Reply to: