[SCM] 2D CAD system branch, master, updated. debian/2.0.0_alpha3+nolibs-1-1-g1fabcbc

Scott Howard showard at debian.org
Sat Jun 16 15:00:43 UTC 2012


The following commit has been merged in the master branch:
commit 1fabcbc7dabf49f153c40be968cfd83719cc076c
Author: Scott Howard <showard at debian.org>
Date:   Sat Jun 16 11:00:36 2012 -0400

    Enabled build hardening through dh_auto_configure

diff --git a/debian/changelog b/debian/changelog
index 28931a9..de901d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+librecad (2.0.0~alpha3+nolibs-2) UNRELEASED; urgency=low
+
+  * Enabled build hardening through dh_auto_configure
+
+ -- Scott Howard <showard at debian.org>  Sat, 16 Jun 2012 10:53:46 -0400
+
 librecad (2.0.0~alpha3+nolibs-1) experimental; urgency=low
 
   * New upstream release
diff --git a/debian/rules b/debian/rules
index dcfbab2..c4a706b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ override_dh_clean:
 	rm -rf debian/librecad.1 debian/librecad.desktop debian/librecad.sharedmimeinfo debian/librecad.mime debian/librecad.png debian/librecad.xpm debian/librecad.svg support/doc/LibreCADdoc.qch support/doc/LibreCADdoc.qhc plugins/intermediate
 
 override_dh_auto_configure:
-	qmake librecad.pro
+	dh_auto_configure -- librecad.pro
 	cp desktop/librecad* debian
 	cp desktop/graphics_icons_and_splash/Icon\ LibreCAD/Icon_Librecad.svg debian/librecad.svg
 	convert -resize 48x48 desktop/graphics_icons_and_splash/Icon\ LibreCAD/Icon_Librecad.svg debian/librecad.png

-- 
2D CAD system



More information about the debian-science-commits mailing list