From 544411583394ef326fe0a8910f20903cb28f35a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rog=C3=A9rio=20Brito?= Date: Sat, 17 Nov 2012 14:24:58 -0200 Subject: [PATCH] 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. --- debian/clean | 1 + 1 file changed, 1 insertion(+) 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 -- 2.41.1