File: gprinstall-no-artifacts.diff

package info (click to toggle)
libtemplates-parser 25.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,404 kB
  • sloc: ada: 12,020; python: 658; makefile: 351; sh: 37
file content (18 lines) | stat: -rw-r--r-- 566 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Remove artifacts from templates_parser.gpr
 Gprinstall is not configurable enough to deal with separate -arch and
 -indep builds.
Forwarded: not-needed
Author: Nicolas Boulenguez <nicolas@debian.org>

--- a/templates_parser.gpr
+++ b/templates_parser.gpr
@@ -85,9 +85,6 @@
    package Ide renames TP_Shared.Ide;
 
    package Install is
-      for Artifacts ("share/doc/templates_parser") use ("docs/build/html");
-      for Artifacts ("share/doc/templates_parser/pdf")
-        use ("docs/build/latex/*.pdf");
    end Install;
 
 end Templates_Parser;