[SCM] 2D CAD system branch, master, updated. debian/1.0.0_beta5-1-8-g0826131

Scott Howard showard314 at gmail.com
Thu Feb 3 02:22:48 UTC 2011


The following commit has been merged in the master branch:
commit 2e9f5cca8415a255c094c87d928e7941a029ce1a
Author: Scott Howard <showard314 at gmail.com>
Date:   Wed Feb 2 11:08:21 2011 -0500

    clean left-over translations and bumped dephelper dependency

diff --git a/debian/control b/debian/control
index 381c834..55b845d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: graphics
 Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Scott Howard <showard314 at gmail.com>, Ruben Molina <rmolina at udea.edu.co>
-Build-Depends: debhelper (>= 7.0.50~), libqt4-dev
+Build-Depends: debhelper (>= 8), libqt4-dev
 Standards-Version: 3.9.1
 Homepage: http://www.librecad.org/
 DM-Upload-Allowed: yes
diff --git a/debian/rules b/debian/rules
index a4342cb..09ab98f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,8 @@
 
 override_dh_clean:
 	dh_clean
-	rm -rf unix/ ts/
+	rm -rf unix/
+	find . -name *.qm -print0 | xargs -0 rm -rf
 
 REVISION=106
 VERSION=1.0.0~beta5

-- 
2D CAD system



More information about the debian-science-commits mailing list