[SCM] Git repository for devscripts branch, master, updated. v2.12.4-191-gc22cd04

Benjamin Drung bdrung at debian.org
Fri Mar 22 13:39:08 UTC 2013


The following commit has been merged in the master branch:
commit c22cd0439720b0a36dc1567aa72c7b8d4394aab6
Author: Benjamin Drung <bdrung at debian.org>
Date:   Fri Mar 22 14:36:56 2013 +0100

    Remove empty directories on clean.

diff --git a/po4a/Makefile b/po4a/Makefile
index 6994bd8..518512b 100644
--- a/po4a/Makefile
+++ b/po4a/Makefile
@@ -14,6 +14,7 @@ translate: ../scripts/devscripts.1
 clean: ../scripts/devscripts.1
 	po4a --previous --rm-translations --no-backups devscripts-po4a.conf
 	rm -f $(GEN_TR_MAN1S) translate
+	rm -rf de fr
 
 ../scripts/devscripts.1:
 	# po4a translate and clean need ../scripts/devscripts.1, rebuild it
diff --git a/scripts/Makefile b/scripts/Makefile
index e05ff5e..0ffad6c 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -82,6 +82,7 @@ libvfork.so.0: libvfork.o
 clean:
 	python3 setup.py clean -a
 	find -name '*.pyc' -delete
+	find -name __pycache__ -delete
 	rm -rf devscripts.egg-info
 	rm -f $(SCRIPTS) $(patsubst %,%.tmp,$(SCRIPTS)) \
 		$(GEN_MAN1S) $(SCRIPT_LIBS) $(CWRAPPERS) \

-- 
Git repository for devscripts



More information about the devscripts-devel mailing list