diff -Nru oaklisp-1.3.7/debian/changelog oaklisp-1.3.7/debian/changelog --- oaklisp-1.3.7/debian/changelog 2021-01-07 13:00:53.000000000 +0000 +++ oaklisp-1.3.7/debian/changelog 2020-08-07 15:21:24.000000000 +0000 @@ -1,9 +1,12 @@ -oaklisp (1.3.7-2.1) unstable; urgency=medium +oaklisp (1.3.7-3) unstable; urgency=low - * Non maintainer upload by the Reproducible Builds team. - * No source change upload to rebuild on buildd with .buildinfo files. + * debian/copyright: use spaces rather than tabs to start continuation lines. + * Bump debhelper from old 11 to 13. + * Set debhelper-compat version in Build-Depends. + * Set upstream metadata fields: Bug-Database, Bug-Submit. + * Update standards version to 4.6.0, no changes needed. - -- Holger Levsen Thu, 07 Jan 2021 14:00:53 +0100 + -- Barak A. Pearlmutter Fri, 07 Aug 2020 15:21:24 -0000 oaklisp (1.3.7-2) unstable; urgency=medium diff -Nru oaklisp-1.3.7/debian/compat oaklisp-1.3.7/debian/compat --- oaklisp-1.3.7/debian/compat 2018-07-30 15:05:27.000000000 +0000 +++ oaklisp-1.3.7/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -11 diff -Nru oaklisp-1.3.7/debian/control oaklisp-1.3.7/debian/control --- oaklisp-1.3.7/debian/control 2018-08-20 07:45:06.000000000 +0000 +++ oaklisp-1.3.7/debian/control 2020-08-07 15:21:24.000000000 +0000 @@ -2,9 +2,9 @@ Section: lisp Priority: optional Maintainer: Barak A. Pearlmutter -Standards-Version: 4.2.0 +Standards-Version: 4.6.0 Build-Depends: - debhelper (>= 11), + debhelper-compat (= 13), autoconf-archive, gcc-multilib [any-alpha any-amd64 any-arm64 any-ia64 any-mips64 any-mips64el any-ppc64 any-ppc64el any-riscv64 any-s390x any-sparc64] Build-Depends-Indep: diff -Nru oaklisp-1.3.7/debian/copyright oaklisp-1.3.7/debian/copyright --- oaklisp-1.3.7/debian/copyright 2018-07-30 15:05:27.000000000 +0000 +++ oaklisp-1.3.7/debian/copyright 2020-08-07 15:21:24.000000000 +0000 @@ -8,7 +8,7 @@ Files: src/emulator/* Copyright: 1987-2015 Barak A. Pearlmutter and Kevin J. Lang - 1998-1999 Alex Stuebinger + 1998-1999 Alex Stuebinger License: GPL-2.0+ License: GPL-2.0+ @@ -17,7 +17,7 @@ Files: debian/* Copyright: 2000 Tony Mancill - 2001-2015 Barak A. Pearlmutter + 2001-2015 Barak A. Pearlmutter License: GPL-2.0+ License: GPL-2.0+ diff -Nru oaklisp-1.3.7/debian/docs oaklisp-1.3.7/debian/docs --- oaklisp-1.3.7/debian/docs 2018-07-30 15:05:27.000000000 +0000 +++ oaklisp-1.3.7/debian/docs 2020-08-07 15:21:24.000000000 +0000 @@ -1 +1,4 @@ -README.md +/usr/share/doc/oaklisp/README.md +/usr/share/doc/oaklisp/AUTHORS +/usr/share/doc/oaklisp/BUILD.md +/usr/share/doc/oaklisp/NEWS diff -Nru oaklisp-1.3.7/debian/patches/debian-changes oaklisp-1.3.7/debian/patches/debian-changes --- oaklisp-1.3.7/debian/patches/debian-changes 2018-08-20 07:45:06.000000000 +0000 +++ oaklisp-1.3.7/debian/patches/debian-changes 2020-08-07 15:21:24.000000000 +0000 @@ -1,32 +1,7 @@ -Description: - TODO: Put a short summary on the line above and replace this paragraph - with a longer explanation of this change. Complete the meta-information - with other relevant fields (see below for details). To make it easier, the - information below has been extracted from the changelog. Adjust it or drop - it. - . - oaklisp (1.3.7-2) unstable; urgency=medium - . - * debian/control: swizzle homepage off alioth - * debian/control: build depend gcc-multilib [any-riscv64] (closes: #906672) - * debian/control: bump policy version - * upstream, put cp from prebuilt outside cd (closes: #906676) -Author: Barak A. Pearlmutter -Bug-Debian: https://bugs.debian.org/906672 -Bug-Debian: https://bugs.debian.org/906676 - ---- -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: , -Bug: -Bug-Debian: https://bugs.debian.org/ -Bug-Ubuntu: https://launchpad.net/bugs/ -Forwarded: -Reviewed-By: -Last-Update: 2018-08-20 +This is an autogenerated patch header for a single-debian-patch file. The +delta against upstream is either kept as a single patch, or maintained +in some VCS, and exported as a single patch instead of more manageable +atomic patches. --- oaklisp-1.3.7.orig/README.md +++ oaklisp-1.3.7/README.md @@ -42,6 +17,14 @@ The compiler compiles Oaklisp source code into byte-code for the included Oaklisp emulator / virtual machine. The implementation +@@ -38,5 +37,7 @@ is described in the included documentati + * Barak A. Pearlmutter and Kevin J. Lang. The implementation of + Oaklisp. In Peter Lee, editor, Topics in Advanced Language + Implementation, pages 189–215. MIT Press, 1991. ++ URL http://barak.pearlmutter.net/papers/Oaklisp-TALI-Chapter-1991.djvu ++ http://barak.pearlmutter.net/papers/Oaklisp-TALI-Chapter-1991.pdf + + See BUILD.md for instructions on how to build the system. --- oaklisp-1.3.7.orig/doc/Makefile.am +++ oaklisp-1.3.7/doc/Makefile.am @@ -22,7 +22,7 @@ pdf_DATA = $(LATEX_PDFS) diff -Nru oaklisp-1.3.7/debian/source/include-binaries oaklisp-1.3.7/debian/source/include-binaries --- oaklisp-1.3.7/debian/source/include-binaries 1970-01-01 00:00:00.000000000 +0000 +++ oaklisp-1.3.7/debian/source/include-binaries 2020-08-07 15:21:24.000000000 +0000 @@ -0,0 +1,5 @@ +prebuilt/doc/lang/lang.pdf +prebuilt/doc/lim/lim.pdf +prebuilt/doc/summary/OaklispSummary.pdf +prebuilt/src/world/eb32/oakworld.bin +prebuilt/src/world/el32/oakworld.bin diff -Nru oaklisp-1.3.7/debian/upstream/metadata oaklisp-1.3.7/debian/upstream/metadata --- oaklisp-1.3.7/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ oaklisp-1.3.7/debian/upstream/metadata 2020-08-07 15:21:24.000000000 +0000 @@ -0,0 +1,3 @@ +--- +Bug-Database: https://github.com/barak/oaklisp/issues +Bug-Submit: https://github.com/barak/oaklisp/issues/new Binary files /tmp/tmp06kdgr8k/VQjaH81Hbc/oaklisp-1.3.7/prebuilt/doc/lang/lang.pdf and /tmp/tmp06kdgr8k/FK8VX8Jie2/oaklisp-1.3.7/prebuilt/doc/lang/lang.pdf differ Binary files /tmp/tmp06kdgr8k/VQjaH81Hbc/oaklisp-1.3.7/prebuilt/doc/lim/lim.pdf and /tmp/tmp06kdgr8k/FK8VX8Jie2/oaklisp-1.3.7/prebuilt/doc/lim/lim.pdf differ Binary files /tmp/tmp06kdgr8k/VQjaH81Hbc/oaklisp-1.3.7/prebuilt/doc/summary/OaklispSummary.pdf and /tmp/tmp06kdgr8k/FK8VX8Jie2/oaklisp-1.3.7/prebuilt/doc/summary/OaklispSummary.pdf differ Binary files /tmp/tmp06kdgr8k/VQjaH81Hbc/oaklisp-1.3.7/prebuilt/src/world/el32/oakworld.bin and /tmp/tmp06kdgr8k/FK8VX8Jie2/oaklisp-1.3.7/prebuilt/src/world/el32/oakworld.bin differ