[SCM] gsequencer/master: rm links in debian/rules of developer reference

jkraehemann-guest at users.alioth.debian.org jkraehemann-guest at users.alioth.debian.org
Tue Aug 30 15:40:01 UTC 2016


The following commit has been merged in the master branch:
commit 20a6b2790eacb304a8e4c39febc75561e783cedc
Author: Joël Krähemann <jkraehemann-guest at users.alioth.debian.org>
Date:   Tue Aug 30 16:29:23 2016 +0200

    rm links in debian/rules of developer reference

diff --git a/debian/rules b/debian/rules
index 4ba01c6..61f9f7b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,10 @@ override_dh_auto_install:
 	dh_auto_install
 	$(MAKE) DESTDIR=$$(pwd)/debian/tmp prefix=/usr install-html
 	$(MAKE) DESTDIR=$$(pwd)/debian/tmp prefix=/usr install-ags-docs
+	rm -f $$(pwd)/debian/tmp/usr/share/gtk-doc/html/libags
+	rm -f $$(pwd)/debian/tmp/usr/share/gtk-doc/html/libags_audio
+	rm -f $$(pwd)/debian/tmp/usr/share/gtk-doc/html/libags_gui
+	rm -f $$(pwd)/debian/tmp/usr/share/gtk-doc/html/libgsequencer
 	find $$(pwd)/debian/tmp/usr/lib -name "*.la" -exec rm -f '{}' ';'
 
 # main packaging script based on dh7 syntax

-- 
gsequencer packaging



More information about the pkg-multimedia-commits mailing list