[SCM] Packaging for mathgl branch, master, updated. 8b33be3ea7a1e9d3ac0b7001a784afd2ccece775

Dimitrios Eftaxiopoulos eftaxi12 at otenet.gr
Thu Sep 23 16:13:56 UTC 2010


The following commit has been merged in the master branch:
commit b6a8e665a15cdff6f40dc24a7ee94a9d717c8011
Author: Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>
Date:   Thu Sep 23 17:36:31 2010 +0300

    Minor changes

diff --git a/debian/folder/mathgl-doc b/debian/folder/mathgl-doc
index f2ce62a..832ae01 100644
--- a/debian/folder/mathgl-doc
+++ b/debian/folder/mathgl-doc
@@ -1,6 +1,6 @@
 Document: mathgl-doc
 Title: Debian mathgl Manual
-Author: Alexei Balakin
+Author: Alexey Balakin
 Abstract: This manual describes the usage
  of mathgl for the production of high 
  quality plots.
diff --git a/debian/rules b/debian/rules
index cd195c3..2937064 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,8 +51,7 @@ install: build
 	cp texinfo/*.pdf $(CURDIR)/debian/tmp/usr/share/doc/mathgl/
 	rm -f debian/tmp/usr/bin/*_example
 	rm -f debian/tmp/usr/share/info/dir
-	find debian -name *.pyc* -type f -delete
-	find debian -name *.pyo* -type f -delete
+	find debian \( -name mathgl.pyc -o -name mathgl.pyo \) -print0 | xargs -0 -r rm -f \;
 
 binary-indep: build install
 

-- 
Packaging for mathgl



More information about the debian-science-commits mailing list