From 1bca0e8d562d030d801aba62750fd7b77afe6f5a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rog=C3=A9rio=20Brito?= Date: Sat, 22 Jun 2013 13:39:56 -0300 Subject: [PATCH] debian/rules: Simplify rules file with use of buildsystem. We take advantage of the buildsystem=python_distutils and no other changes are needed. --- debian/rules | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/debian/rules b/debian/rules index d596fb2..93706fc 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,3 @@ #!/usr/bin/make -f %: - dh $@ - -override_dh_auto_install: - dh_install - -override_dh_auto_test: + dh $@ --buildsystem=python_distutils -- 2.41.1