r52731 - in /packages/unstable/gnome-builder/debian: changelog rules

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Wed Aug 2 08:35:10 UTC 2017


Author: jbicha-guest
Date: Wed Aug  2 08:35:10 2017
New Revision: 52731

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52731
Log:
Don't install local copy of https://builder.readthedocs.io/ because the local docs will need more work for proper packaging

Modified:
    packages/unstable/gnome-builder/debian/changelog
    packages/unstable/gnome-builder/debian/rules

Modified: packages/unstable/gnome-builder/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-builder/debian/changelog?rev=52731&op=diff
==============================================================================
--- packages/unstable/gnome-builder/debian/changelog	[utf-8] (original)
+++ packages/unstable/gnome-builder/debian/changelog	[utf-8] Wed Aug  2 08:35:10 2017
@@ -14,6 +14,8 @@
     - Drop build-tools and devhelp (always enabled)
   * Enable valgrind plugin on architectures that have valgrind
     and recommend valgrind on those architectures
+  * Don't install local copy of https://builder.readthedocs.io/
+    because the local docs will need more work for proper packaging
 
  -- Jeremy Bicha <jbicha at ubuntu.com>  Wed, 02 Aug 2017 04:11:14 -0400
 

Modified: packages/unstable/gnome-builder/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-builder/debian/rules?rev=52731&op=diff
==============================================================================
--- packages/unstable/gnome-builder/debian/rules	[utf-8] (original)
+++ packages/unstable/gnome-builder/debian/rules	[utf-8] Wed Aug  2 08:35:10 2017
@@ -102,7 +102,7 @@
 	find debian/tmp -name '*.la' -delete
 	find debian/tmp/usr/lib/ \( -name '*.pyc' -o -name '*.pyo' \) -delete
 	rm -rf debian/tmp/usr/include/gnome-builder-*
-	dh_install --fail-missing -Xgtk-doc -Xpkgconfig -Xgir-1.0
+	dh_install --fail-missing -Xgtk-doc -Xpkgconfig -Xgir-1.0 -Xusr/share/doc/gnome-builder/html
 
 override_dh_makeshlibs:
 	dh_makeshlibs -X/usr/lib/$(DEB_HOST_MULTIARCH)/gnome-builder




More information about the pkg-gnome-commits mailing list