[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.9-176-g353d772

Sandro Tosi morph at debian.org
Thu Mar 3 22:02:27 UTC 2011


The following commit has been merged in the master branch:
commit 101b8b015ff18f891b6e7a6bd0f47dfb6420302c
Author: Sandro Tosi <morph at debian.org>
Date:   Fri Dec 3 20:46:09 2010 +0100

    add 'codechecks' target to run tools to check source code

diff --git a/Makefile b/Makefile
index 17bff1a..4fd4c6b 100644
--- a/Makefile
+++ b/Makefile
@@ -13,4 +13,15 @@ tests:
 
 coverage: NOSETESTS_OPTS += --with-coverage --cover-package=reportbug
 coverage:
-	$(nosetests_cmd)
\ No newline at end of file
+	$(nosetests_cmd)
+
+codechecks: pep8 pyflakes pylint
+
+pep8:
+	pep8 --verbose --repeat --show-source --filename=*.py,reportbug,querybts . --statistics
+
+pyflakes:
+	pyflakes . bin/*
+
+pylint:
+	pylint --output-format=colorized  bin/* reportbug/ checks/* test/ setup.py
\ No newline at end of file
diff --git a/debian/changelog b/debian/changelog
index e2e7552..a552a09 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+reportbug (5.1) UNRELEASED; urgency=low
+
+  * Makefile
+    - add 'codechecks' target to run tools to check source code
+
+ -- Sandro Tosi <morph at debian.org>  Tue, 01 Mar 2011 22:40:12 +0100
+
 reportbug (5.0) unstable; urgency=low
 
   * Upload to unstable

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list