[SCM] Gtk+ library to display large amounts of numerical data branch, master, updated. upstream/0.9.1.3-20-g9780a59
Andreas Tille
tille at debian.org
Fri May 10 08:06:38 UTC 2013
The following commit has been merged in the master branch:
commit 9780a59845ff71a3be8d82c680761f3aa87507e2
Author: Andreas Tille <tille at debian.org>
Date: Fri May 10 10:03:55 2013 +0200
Prevent moving the api doc but rather copying it to enable building twice in a row
diff --git a/debian/rules b/debian/rules
index 39c0f94..0e1a0b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,8 +49,8 @@ override_dh_install:
d-shlibmove --commit \
--movedev "debian/tmp/usr/include" usr \
--movedev "debian/tmp/usr/lib/*/pkgconfig" usr/share \
- --movedev "api/html" usr/share/doc/$(devpkg) \
debian/tmp/usr/lib/*/$(pkg).so
+ cp -a api/html debian/$(devpkg)/usr/share/doc/$(devpkg)
rm `find debian -name '*.la'`
override_dh_installdocs:
--
Gtk+ library to display large amounts of numerical data
More information about the debian-science-commits
mailing list