[SCM] 2D CAD system branch, master, updated. debian/1.0.0_rc1+nolibs-2-20-gae99c5c

Lisandro Damián Nicanor Pérez Meyer perezmeyer at gmail.com
Tue Jun 21 20:14:54 UTC 2011


The following commit has been merged in the master branch:
commit 4e96e3923268e13fd0e788f084921ee16248023e
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Tue Jun 21 15:25:22 2011 -0300

    Override dh_compress in order to avoid compressing online help.

diff --git a/debian/changelog b/debian/changelog
index a871b5f..f03f56b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ librecad (1.0.0~rc1+nolibs-4) unstable; urgency=low
   [ Lisandro Damián Nicanor Pérez Meyer ]
   * Add qt4-dev-tools as B-D. The tools are used to create the online
     documentation (*.qch and *.qhc).
+  * Override dh_compress in order to avoid compressing online help.
 
   [ Scott Howard ]
   * debian/librcad-doc.install
diff --git a/debian/rules b/debian/rules
index 63cc829..930a267 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,9 @@ override_dh_auto_configure:
 	convert -resize 48x48 desktop/graphics_icons_and_splash/Icon\ LibreCAD/Icon_Librecad.svg debian/librecad.png
 	convert -resize 32x32 desktop/graphics_icons_and_splash/Icon\ LibreCAD/Icon_Librecad.svg debian/librecad.xpm
 
+override_dh_compress:
+	dh_compress -X.qch -X.qhc
+
 VERSION=1.0.0~rc1
 
 get-orig-source:

-- 
2D CAD system



More information about the debian-science-commits mailing list