diff -Nru apngdis-2.5/debian/changelog apngdis-2.5/debian/changelog --- apngdis-2.5/debian/changelog 2013-06-04 15:06:48.000000000 +0000 +++ apngdis-2.5/debian/changelog 2016-05-26 10:18:14.000000000 +0000 @@ -1,3 +1,15 @@ +apngdis (2.5-2) unstable; urgency=medium + + * QA upload. + * Orphaning package, maintainer not active. + * Bump Policy Standards-Version to 3.9.8 (no changes needed) + * Update Vcs-* URLs + * Fix typo in description, thanks Pascal De Vuyst (Closes: #732778) + * Use build date for manpage (for reproducible builds). Thanks Reiner + Herrmann. (Closes: #782197) + + -- Manuel A. Fernandez Montecelo Thu, 26 May 2016 11:18:11 +0100 + apngdis (2.5-1) unstable; urgency=low * Initial release (Closes: #663416). diff -Nru apngdis-2.5/debian/control apngdis-2.5/debian/control --- apngdis-2.5/debian/control 2013-06-04 15:06:48.000000000 +0000 +++ apngdis-2.5/debian/control 2016-05-26 10:01:41.000000000 +0000 @@ -1,19 +1,19 @@ Source: apngdis Section: graphics Priority: optional -Maintainer: Jari Aalto +Maintainer: Debian QA Group Build-Depends: debhelper (>= 9), libz-dev -Standards-Version: 3.9.4 +Standards-Version: 3.9.8 Homepage: https://sourceforge.net/projects/apngdis -Vcs-Git: git://anonscm.debian.org/collab-maint/apngdis.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/apngdis.git;a=summary +Vcs-Git: https://anonscm.debian.org/git/collab-maint/apngdis.git +Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/apngdis.git/ Package: apngdis Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: apng2gif Description: deconstruct APNG file into a sequence of PNG frames - Extract invividual PNG files from animated PNG. + Extract individual PNG files from animated PNG. . The Animated Portable Network Graphics (APNG) file format is an extension to the Portable Network Graphics (PNG) specification. It diff -Nru apngdis-2.5/debian/pod2man.mk apngdis-2.5/debian/pod2man.mk --- apngdis-2.5/debian/pod2man.mk 2013-06-04 15:06:48.000000000 +0000 +++ apngdis-2.5/debian/pod2man.mk 2016-05-26 10:13:24.000000000 +0000 @@ -38,9 +38,10 @@ PACKAGE ?= package # Optional variables to set +BUILD_DATE ?= $$(dpkg-parsechangelog -S Date -lchangelog) MANSECT ?= 1 PODCENTER ?= User Commands -PODDATE ?= $$(date "+%Y-%m-%d") +PODDATE ?= $$(date -u "+%Y-%m-%d" -d "$(BUILD_DATE)") # Directories MANSRC ?=