diff -Nru gtml-3.5.4/debian/changelog gtml-3.5.4/debian/changelog --- gtml-3.5.4/debian/changelog 2010-06-29 22:10:16.000000000 +0000 +++ gtml-3.5.4/debian/changelog 2011-08-05 21:33:40.000000000 +0000 @@ -1,3 +1,12 @@ +gtml (3.5.4-6) unstable; urgency=low + + * Bump standards version to 3.9.2.0; no packaging changes. + * Remove screwed-up debian-changes patch that got accidentally checked in. + * Fix Lintian warning: debian-rules-missing-recommended-target + - Restructure build, build-arch, build-indep targets in debian/rules + + -- Kenneth J. Pronovici Fri, 05 Aug 2011 16:20:51 -0500 + gtml (3.5.4-5) unstable; urgency=low * Bump standards version to 3.9.0.0. diff -Nru gtml-3.5.4/debian/control gtml-3.5.4/debian/control --- gtml-3.5.4/debian/control 2010-06-28 18:41:36.000000000 +0000 +++ gtml-3.5.4/debian/control 2011-08-05 21:23:21.000000000 +0000 @@ -4,7 +4,7 @@ Maintainer: Kenneth J. Pronovici Homepage: http://gtml.sourceforge.net/ Build-Depends: debhelper (>= 7), perl -Standards-Version: 3.9.0.0 +Standards-Version: 3.9.2.0 Package: gtml Architecture: all diff -Nru gtml-3.5.4/debian/patches/debian-changes-3.5.4-5 gtml-3.5.4/debian/patches/debian-changes-3.5.4-5 --- gtml-3.5.4/debian/patches/debian-changes-3.5.4-5 2010-06-29 22:16:17.000000000 +0000 +++ gtml-3.5.4/debian/patches/debian-changes-3.5.4-5 1970-01-01 00:00:00.000000000 +0000 @@ -1,59 +0,0 @@ -Description: Upstream changes introduced in version 3.5.4-5 - This patch has been created by dpkg-source during the package build. - Here's the last changelog entry, hopefully it gives details on why - those changes were made: - . - gtml (3.5.4-5) unstable; urgency=low - . - * Bump standards version to 3.9.0.0. - * Tweak debian/copyright formatting. - * Change patch format to be more consistent with my other packages. - . - The person named in the Author field signed this changelog entry. -Author: Kenneth J. Pronovici - ---- -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: http://bugs.debian.org/ -Bug-Ubuntu: https://launchpad.net/bugs/ -Forwarded: -Reviewed-By: -Last-Update: - ---- gtml-3.5.4.orig/gtml.css -+++ gtml-3.5.4/gtml.css -@@ -1,4 +1,4 @@ --/* $Id: gtml.css..gtm,v 1.1 1999/09/02 02:17:01 beaufils Exp $ */ -+/* $Id: gtml.css,v 1.1.1.1 2010-06-04 00:07:59 pronovic Exp $ */ - /* Style for GTML documentation. */ - - /* ---- gtml-3.5.4.orig/src/commands -+++ gtml-3.5.4/src/commands -@@ -1,4 +1,4 @@ --// $Id: commands,v 1.1 1999/09/02 02:17:01 beaufils Exp $ -+// $Id: commands,v 1.1.1.1 2010-06-04 00:07:59 pronovic Exp $ - // - // Definition of some macros used in GTML documentation. - // ---- gtml-3.5.4.orig/src/gtml.gtp -+++ gtml-3.5.4/src/gtml.gtp -@@ -1,4 +1,4 @@ --// $Id: gtml.gtp,v 1.11 1999/09/09 00:06:34 beaufils Exp $ -+// $Id: gtml.gtp,v 1.1.1.1 2010-06-04 00:07:59 pronovic Exp $ - // - // Project file to construct GTML documentations. - // ---- gtml-3.5.4.orig/src/gtml.css..gtm -+++ gtml-3.5.4/src/gtml.css..gtm -@@ -1,4 +1,4 @@ --/* $Id: gtml.css..gtm,v 1.1 1999/09/02 02:17:01 beaufils Exp $ */ -+/* $Id: gtml.css..gtm,v 1.1.1.1 2010-06-04 00:07:59 pronovic Exp $ */ - /* Style for GTML documentation. */ - - /* diff -Nru gtml-3.5.4/debian/patches/series gtml-3.5.4/debian/patches/series --- gtml-3.5.4/debian/patches/series 2010-06-29 22:16:17.000000000 +0000 +++ gtml-3.5.4/debian/patches/series 2011-08-05 21:33:00.000000000 +0000 @@ -1,2 +1 @@ includeliteral.patch -debian-changes-3.5.4-5 diff -Nru gtml-3.5.4/debian/rules gtml-3.5.4/debian/rules --- gtml-3.5.4/debian/rules 2010-06-04 00:17:23.000000000 +0000 +++ gtml-3.5.4/debian/rules 2011-08-05 21:23:21.000000000 +0000 @@ -1,5 +1,7 @@ #!/usr/bin/make -f +build-arch: build +build-indep: build build: debian/gtml.1 debian/gtml.1: debian/gtml.pod