aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRogério Brito <rbrito@ime.usp.br>2012-11-17 14:24:58 -0200
committerRogério Brito <rbrito@ime.usp.br>2012-11-17 14:27:06 -0200
commit544411583394ef326fe0a8910f20903cb28f35a2 (patch)
tree2b41cc4f9d41117da75bfa526c5de7bc64e4662d
parentb8940222d2797e6180ccabc1fd1eae06603de1dd (diff)
downloadyoutube-dl-544411583394ef326fe0a8910f20903cb28f35a2.zip
youtube-dl-544411583394ef326fe0a8910f20903cb28f35a2.tar.gz
youtube-dl-544411583394ef326fe0a8910f20903cb28f35a2.tar.bz2
debian/clean: Remove `*.pyc` files due to new upstream changes.
The compiled files get created because when calling `Makefile` on the sources, the script `youtube-dl.dev` gets called, which ends up creating the `*.pyc` files.
-rw-r--r--debian/clean1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/clean b/debian/clean
index cefa31f..82c5780 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1 +1,2 @@
debian/youtube-dl.1
+youtube_dl/*.pyc