Package: gprolog Version: 1.3.0-6.1 Severity: normal Tags: patch pending Dear maintainer,
I've prepared an NMU for gprolog (versioned as 1.3.0-6.2) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. -- WBR, wRAR
diff -Nru gprolog-1.3.0/debian/changelog gprolog-1.3.0/debian/changelog
--- gprolog-1.3.0/debian/changelog 2010-03-17 03:56:34.000000000 +0500
+++ gprolog-1.3.0/debian/changelog 2016-12-02 00:22:48.000000000 +0500
@@ -1,3 +1,15 @@
+gprolog (1.3.0-6.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTBFS with PIE enabled (Closes: #837487).
+ * Drop the menu file.
+ * Add powerpcspe to the arch list (Closes: #731674).
+ * Fix texlive B-D and move them to B-D-Indep (Closes: #462668).
+ * Enable compiling with -g.
+ * Use ${misc:Depends}.
+
+ -- Andrey Rahmatullin <[email protected]> Fri, 02 Dec 2016 00:22:48 +0500
+
gprolog (1.3.0-6.1) unstable; urgency=low
[Jari Aalto]
diff -Nru gprolog-1.3.0/debian/control gprolog-1.3.0/debian/control
--- gprolog-1.3.0/debian/control 2010-03-17 03:47:48.000000000 +0500
+++ gprolog-1.3.0/debian/control 2016-12-02 00:22:48.000000000 +0500
@@ -3,12 +3,13 @@
Priority: optional
Maintainer: Salvador Abreu <[email protected]>
Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 5), autoconf (>= 2.52), gcc (>> 4.2), autotools-dev, texlive-full, hevea (>= 1.09)
-Build-Depends-Indep: imagemagick, gsfonts
+Build-Depends: debhelper (>= 5), autoconf (>= 2.52), gcc (>> 4.2), autotools-dev
+Build-Depends-Indep: imagemagick, gsfonts, texlive-latex-recommended,
+ texlive-latex-extra, texlive-font-utils, hevea (>= 1.09)
Package: gprolog
-Architecture: i386 amd64 sparc mips mipsel alpha powerpc
-Depends: ${shlibs:Depends}
+Architecture: i386 amd64 sparc mips mipsel alpha powerpc powerpcspe
+Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: gprolog-doc
Conflicts:
Description: GNU Prolog compiler
@@ -24,6 +25,7 @@
Package: gprolog-doc
Architecture: all
Section: doc
+Depends: ${misc:Depends}
Conflicts: gprolog (<< 1.2.7)
Recommends: xpdf | pdf-viewer, w3m | www-browser
Description: documentation for the GNU Prolog compiler
diff -Nru gprolog-1.3.0/debian/menu gprolog-1.3.0/debian/menu
--- gprolog-1.3.0/debian/menu 2010-03-17 03:47:48.000000000 +0500
+++ gprolog-1.3.0/debian/menu 1970-01-01 05:00:00.000000000 +0500
@@ -1,15 +0,0 @@
-?package(gprolog):needs="text" section="Apps/Programming" \
- title="GNU Prolog interactive shell" \
- longtitle="Start a GNU Prolog top-level interpreter in a terminal" \
- command="/usr/bin/gprolog-iso" \
- description="\
- GNU Prolog is a free Prolog compiler with constraint solving \
- over finite domains. GNU Prolog accepts a Prolog+constraint \
- program and produces a native binary (like gcc does from a \
- C source). The obtained executable is then stand-alone. The \
- size of this executable can be quite small, since GNU Prolog \
- can avoid linking the code of most unused built-in predicates. \
- The performance of GNU Prolog is very encouraging (comparable \
- to commercial systems.) \
- " \
- icon="/usr/share/icons/gprolog.xpm"
diff -Nru gprolog-1.3.0/debian/rules gprolog-1.3.0/debian/rules
--- gprolog-1.3.0/debian/rules 2010-03-17 03:47:48.000000000 +0500
+++ gprolog-1.3.0/debian/rules 2016-12-02 00:22:48.000000000 +0500
@@ -30,9 +30,9 @@
version=$(shell pwd | sed -e 's;.*/;;' -e 's;gprolog-;;')
SRCDIR=src
-DBGFLAGS=-g
-DBGFLAGS=-O3 -fomit-frame-pointer
+DBGFLAGS=-g -O3 -fomit-frame-pointer -no-pie
BCFLAGS=-funsigned-char
+export LDFLAGS=-no-pie
# =============================================================================
signature.asc
Description: PGP signature

