[Git][haskell-team/DHG_packages][experimental] ghc: Remove files generated by gen_contents_index

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Thu Nov 16 18:04:22 GMT 2023



Ilias Tsitsimpis pushed to branch experimental at Debian Haskell Group / DHG_packages


Commits:
7b1b3347 by Ilias Tsitsimpis at 2023-11-16T20:04:13+02:00
ghc: Remove files generated by gen_contents_index

- - - - -


2 changed files:

- p/ghc/debian/ghc-doc.prerm
- p/ghc/debian/rules


Changes:

=====================================
p/ghc/debian/ghc-doc.prerm
=====================================
@@ -28,6 +28,7 @@ case "$1" in
 	    /usr/share/doc/ghc-doc/html/libraries/ocean.css \
 	    /usr/share/doc/ghc-doc/html/libraries/haddock-bundle.min.js \
 	    /usr/share/doc/ghc-doc/html/libraries/quick-jump.css \
+	    /usr/share/doc/ghc-doc/html/libraries/linuwial.css \
 	    /usr/share/doc/ghc-doc/html/libraries/synopsis.png
     ;;
     *)


=====================================
p/ghc/debian/rules
=====================================
@@ -263,8 +263,19 @@ endif
 
 	# Delete 'doc-index.html' and 'index.html' files. These are generated at
 	# installation time using 'gen_contents_index'.
-	rm -f debian/tmp/usr/share/doc/ghc-doc/html/libraries/doc-index*.html
-	rm -f debian/tmp/usr/share/doc/ghc-doc/html/libraries/index.html
+	rm -f debian/tmp/usr/share/doc/ghc-doc/html/libraries/doc-index*.html \
+		debian/tmp/usr/share/doc/ghc-doc/html/libraries/index.html \
+		debian/tmp/usr/share/doc/ghc-doc/html/libraries/frames.html \
+		debian/tmp/usr/share/doc/ghc-doc/html/libraries/index-frames.html \
+	    debian/tmp/usr/share/doc/ghc-doc/html/libraries/haddock-util.js \
+	    debian/tmp/usr/share/doc/ghc-doc/html/libraries/hslogo-16.png \
+	    debian/tmp/usr/share/doc/ghc-doc/html/libraries/minus.gif \
+	    debian/tmp/usr/share/doc/ghc-doc/html/libraries/plus.gif \
+	    debian/tmp/usr/share/doc/ghc-doc/html/libraries/ocean.css \
+	    debian/tmp/usr/share/doc/ghc-doc/html/libraries/haddock-bundle.min.js \
+	    debian/tmp/usr/share/doc/ghc-doc/html/libraries/quick-jump.css \
+	    debian/tmp/usr/share/doc/ghc-doc/html/libraries/linuwial.css \
+	    debian/tmp/usr/share/doc/ghc-doc/html/libraries/synopsis.png
 
 	# Move haddock files to the correct folder
 	# (Create folders if they don't exist, i.e., if we are building '-arch')



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/7b1b334700306a2fa8113f414fb81a4a49bdc47f

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/7b1b334700306a2fa8113f414fb81a4a49bdc47f
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20231116/3a19afda/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list