File: no-win32

package info (click to toggle)
gprolog 1.4.5.0-3
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 7,924 kB
  • sloc: ansic: 55,584; perl: 18,501; sh: 3,401; makefile: 1,114; asm: 20
file content (43 lines) | stat: -rw-r--r-- 1,697 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Description: don't generate Win32 files
 Avoid generating useless (in Debian) Win32 files which just confuse
 things.
 .
 gprolog (1.4.5-4) unstable; urgency=medium
 .
   * lintian-motivated fixes:
     - new manpage (bad whatis entry)
     - correct source URL in copyright file
     - don't install COPYING file
   * fix several uninitialized variable warnings (in src/ subdirs)
   * don't generate Win32 files
Author: Salvador Abreu <spa@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2016-12-11

Index: gprolog-1.4.5.0/src/configure.in
===================================================================
--- gprolog-1.4.5.0.orig/src/configure.in
+++ gprolog-1.4.5.0/src/configure.in
@@ -1019,8 +1019,10 @@ dnl * Files generation *
 dnl ********************
 
 OTHER_DOT_IN_FILES=
+OTHER_FILES="TestsPl/Makefile DevUtils/Makefile Ma2Asm/FromC/Makefile Win32/Makefile Win32/gp-vars-iss.txt"
+OTHER_FILES="TestsPl/Makefile DevUtils/Makefile Ma2Asm/FromC/Makefile"
 
-for i in TestsPl/Makefile DevUtils/Makefile Ma2Asm/FromC/Makefile Win32/Makefile Win32/gp-vars-iss.txt
+for i in $OTHER_FILES
 do
     if test -f $i.in; then
         OTHER_DOT_IN_FILES="$OTHER_DOT_IN_FILES $i"