]> Raphaël G. Git Repositories - youtubedl/commitdiff
debian/rules: Simplify rules file with use of buildsystem.
authorRogério Brito <rbrito@ime.usp.br>
Sat, 22 Jun 2013 16:39:56 +0000 (13:39 -0300)
committerRogério Brito <rbrito@ime.usp.br>
Sat, 22 Jun 2013 16:39:56 +0000 (13:39 -0300)
We take advantage of the buildsystem=python_distutils and no other changes
are needed.

debian/rules

index d596fb2ee748f685d5312a109f7f3651fe52a4d5..93706fcf9d8cf227debd50cfe8086abc69adf40a 100755 (executable)
@@ -1,8 +1,3 @@
 #!/usr/bin/make -f
 %:
-       dh $@
-
-override_dh_auto_install:
-       dh_install
-
-override_dh_auto_test:
+       dh $@ --buildsystem=python_distutils