[med-svn] r12148 - trunk/packages/ginkgocadx/trunk/debian
Dmitry Smirnov
onlyjob-guest at alioth.debian.org
Wed Aug 29 04:26:09 UTC 2012
Author: onlyjob-guest
Date: 2012-08-29 04:26:08 +0000 (Wed, 29 Aug 2012)
New Revision: 12148
Modified:
trunk/packages/ginkgocadx/trunk/debian/changelog
trunk/packages/ginkgocadx/trunk/debian/rules
Log:
xz compression for binary packages.
Modified: trunk/packages/ginkgocadx/trunk/debian/changelog
===================================================================
--- trunk/packages/ginkgocadx/trunk/debian/changelog 2012-08-28 14:45:43 UTC (rev 12147)
+++ trunk/packages/ginkgocadx/trunk/debian/changelog 2012-08-29 04:26:08 UTC (rev 12148)
@@ -13,6 +13,7 @@
+ pass --as-needed to reduce needless linking.
+ install missing desktop icon.
+ override dh_makeshlibs to avoid 'useless-call-to-ldconfig'.
+ + .xz compression for .deb files.
- removed needless calls to 'dpkg-buildflags' (cleanup).
* new patches:
+ fix-desktop.patch to correct .desktop file validation.
Modified: trunk/packages/ginkgocadx/trunk/debian/rules
===================================================================
--- trunk/packages/ginkgocadx/trunk/debian/rules 2012-08-28 14:45:43 UTC (rev 12147)
+++ trunk/packages/ginkgocadx/trunk/debian/rules 2012-08-29 04:26:08 UTC (rev 12148)
@@ -27,5 +27,8 @@
override_dh_makeshlibs:
dh_makeshlibs --noscripts
+override_dh_builddeb:
+ dh_builddeb -- -Zxz
+
get-orig-source:
uscan --verbose --force-download --repack
More information about the debian-med-commit
mailing list