[SCM] Packaging for liblsmgengeo. Library for creating geometry-files of packed spheres for DEM-programms. branch, master, updated. a3979929ac07d358d7efe10f1c3b1487a604ae61
Anton Gladky
gladky.anton at gmail.com
Wed Nov 16 18:37:43 UTC 2011
The following commit has been merged in the master branch:
commit 71750ee12bf845ef6dd946dcfa8c380732245ce7
Author: Anton Gladky <gladky.anton at gmail.com>
Date: Wed Nov 16 19:17:29 2011 +0100
Delete *.pyc and *.pyo files
diff --git a/debian/rules b/debian/rules
index 40421c7..c9ca604 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,3 +12,5 @@ override_dh_auto_configure:
override_dh_auto_install:
dh_auto_install -- DESTDIR=$(INSTDIR)
+ find . -name '*.pyc' -print0 | xargs -0 rm -f
+ find . -name '*.pyo' -print0 | xargs -0 rm -f
--
Packaging for liblsmgengeo. Library for creating geometry-files of packed spheres for DEM-programms.
More information about the debian-science-commits
mailing list