diff -Nru fweb-1.62/debian/changelog fweb-1.62/debian/changelog --- fweb-1.62/debian/changelog 2016-02-07 09:41:18.000000000 +0000 +++ fweb-1.62/debian/changelog 2016-06-04 15:06:52.000000000 +0000 @@ -1,8 +1,13 @@ -fweb (1.62-12build1) xenial; urgency=medium +fweb (1.62-13) unstable; urgency=medium - * No-change rebuild for ncurses6 transition. + * Use dh_installtex and remove old postinst/postrm contents, + build-depend on tex-common (Closes: #821829). + * Fix homepage link. + * Fixed download URL in copyright file not to include (old) filename. + * Add a debian/watch file. + * Bumped Standards-Version to 3.9.7, removed dependency on install-info. - -- Matthias Klose Sun, 07 Feb 2016 09:41:18 +0000 + -- Yann Dirson Sat, 04 Jun 2016 16:44:43 +0200 fweb (1.62-12) unstable; urgency=low diff -Nru fweb-1.62/debian/control fweb-1.62/debian/control --- fweb-1.62/debian/control 2013-08-18 16:11:46.000000000 +0000 +++ fweb-1.62/debian/control 2016-06-04 15:06:28.000000000 +0000 @@ -2,13 +2,13 @@ Section: devel Priority: optional Maintainer: Yann Dirson -Standards-Version: 3.9.2 -Build-depends: debhelper (>= 8), texinfo, libncurses5-dev, dh-buildinfo -Homepage: http://freshmeat.net/projects/fweb +Standards-Version: 3.9.7 +Build-depends: debhelper (>= 8), texinfo, libncurses5-dev, dh-buildinfo, tex-common +Homepage: http://w3.pppl.gov/~krommes/ Package: fweb Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, dpkg (>= 1.15.4) | install-info +Depends: ${misc:Depends}, ${shlibs:Depends} Recommends: texlive | c-compiler | fortran77-compiler | ratfor77 Suggests: c-compiler, fortran77-compiler, ratfor77, fweb-doc Description: literate-programming tool for C/C++/Fortran/Ratfor diff -Nru fweb-1.62/debian/copyright fweb-1.62/debian/copyright --- fweb-1.62/debian/copyright 2011-11-18 19:10:03.000000000 +0000 +++ fweb-1.62/debian/copyright 2016-06-04 14:34:56.000000000 +0000 @@ -3,7 +3,7 @@ This package was put together by me, Yann Dirson , from the John A. Krommes' sources, which I obtained from -ftp://ftp.pppl.gov/pub/fweb/fweb-1.60-beta.tar.gz. +ftp://ftp.pppl.gov/pub/fweb/ Please note that for now (1998/03/13), the source of this beta release has been removed from this server and its mirrors, in anticipation of diff -Nru fweb-1.62/debian/fweb.postinst fweb-1.62/debian/fweb.postinst --- fweb-1.62/debian/fweb.postinst 2011-11-18 19:10:03.000000000 +0000 +++ fweb-1.62/debian/fweb.postinst 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -#!/bin/sh -set -e - -# regenerate ls-lR database -if [ -x /usr/bin/texhash ] -then - texhash -fi - -#DEBHELPER# diff -Nru fweb-1.62/debian/fweb.postrm fweb-1.62/debian/fweb.postrm --- fweb-1.62/debian/fweb.postrm 2011-11-18 19:10:03.000000000 +0000 +++ fweb-1.62/debian/fweb.postrm 1970-01-01 00:00:00.000000000 +0000 @@ -1,10 +0,0 @@ -#!/bin/sh -set -e - -# regenerate ls-lR database -if [ -x /usr/bin/texhash ] -then - texhash -fi - -#DEBHELPER# diff -Nru fweb-1.62/debian/rules fweb-1.62/debian/rules --- fweb-1.62/debian/rules 2011-11-18 19:10:03.000000000 +0000 +++ fweb-1.62/debian/rules 2016-06-04 14:29:58.000000000 +0000 @@ -102,6 +102,7 @@ dh_buildinfo dh_installexamples dh_installinfo ${topdir}/Manual/fweb.info + dh_installtex dh_installchangelogs dh_compress dh_fixperms diff -Nru fweb-1.62/debian/watch fweb-1.62/debian/watch --- fweb-1.62/debian/watch 1970-01-01 00:00:00.000000000 +0000 +++ fweb-1.62/debian/watch 2016-06-04 14:53:54.000000000 +0000 @@ -0,0 +1,3 @@ +version=4 +opts="passive" \ +ftp://ftp.pppl.gov/pub/fweb/fweb-(\d.*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)