Your message dated Sun, 25 Oct 2020 14:48:49 +0000
with message-id <[email protected]>
and subject line Bug#776837: fixed in diffpdf 2.1.3-2
has caused the Debian Bug report #776837,
regarding diffpdf: please do not require the input file extension to be pdf
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
776837: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776837
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: diffpdf
Version: 2.1.3-1+b1
Severity: wishlist
Tags: patch

Hi,

we are not Windows, so a pdf file might not have the file extension
..pdf. The attached patch fixes this.

cheers, josch
diff -Nru diffpdf-2.1.3/debian/changelog diffpdf-2.1.3/debian/changelog
--- diffpdf-2.1.3/debian/changelog	2013-11-04 17:16:33.000000000 +0100
+++ diffpdf-2.1.3/debian/changelog	2015-02-02 11:17:28.000000000 +0100
@@ -1,3 +1,10 @@
+diffpdf (2.1.3-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * add patch to not require the input file extension to be pdf
+
+ -- Johannes Schauer <[email protected]>  Mon, 02 Feb 2015 11:17:00 +0100
+
 diffpdf (2.1.3-1) unstable; urgency=low
 
   * New upstream version (Closes: #703440).
diff -Nru diffpdf-2.1.3/debian/patches/do-not-check-extension diffpdf-2.1.3/debian/patches/do-not-check-extension
--- diffpdf-2.1.3/debian/patches/do-not-check-extension	1970-01-01 01:00:00.000000000 +0100
+++ diffpdf-2.1.3/debian/patches/do-not-check-extension	2015-02-02 11:16:51.000000000 +0100
@@ -0,0 +1,17 @@
+Description: do not require the file extension to be pdf
+Author: Johannes Schauer <[email protected]>
+
+--- diffpdf-2.1.3.orig/main.cpp
++++ diffpdf-2.1.3/main.cpp
+@@ -93,9 +93,9 @@ int main(int argc, char *argv[])
+             debug = DebugShowTextsAndYX;
+         else if (optionsOK && arg == "--")
+             optionsOK = false;
+-        else if (filename1.isEmpty() && arg.toLower().endsWith(".pdf"))
++        else if (filename1.isEmpty())
+             filename1 = arg;
+-        else if (filename2.isEmpty() && arg.toLower().endsWith(".pdf"))
++        else if (filename2.isEmpty())
+             filename2 = arg;
+         else
+             out << "unrecognized argument '" << arg << "'\n";
diff -Nru diffpdf-2.1.3/debian/patches/series diffpdf-2.1.3/debian/patches/series
--- diffpdf-2.1.3/debian/patches/series	2013-11-04 17:16:33.000000000 +0100
+++ diffpdf-2.1.3/debian/patches/series	2015-02-02 11:16:19.000000000 +0100
@@ -1 +1,2 @@
 01-fix_manpage.patch
+do-not-check-extension

--- End Message ---
--- Begin Message ---
Source: diffpdf
Source-Version: 2.1.3-2
Done: [email protected] (Barak A. Pearlmutter)

We believe that the bug you reported is fixed in the latest version of
diffpdf, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Barak A. Pearlmutter <[email protected]> (supplier of updated diffpdf package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 24 Oct 2020 20:43:14 +0100
Source: diffpdf
Architecture: source
Version: 2.1.3-2
Distribution: unstable
Urgency: medium
Maintainer: David Paleino <[email protected]>
Changed-By: Barak A. Pearlmutter <[email protected]>
Closes: 776833 776837 878060 901267
Changes:
 diffpdf (2.1.3-2) unstable; urgency=medium
 .
   [ Helmut Grohne ]
   * Fix FTCBFS: (Closes: #901267)
     + Don't call qmake twice (dh_auto_configure and explicitly).
     + Build-Depends: qt5-qmake:native for using lrelease.
 .
   [ Barak A. Pearlmutter ]
   * Use secure copyright file specification URI.
   * Bump debhelper from deprecated 9 to 13.
   * Set debhelper-compat version in Build-Depends.
   * Fix field name typo in debian/copyright (X-Comment => Comment).
   * Update Vcs-* headers to use salsa repository.
   * Add dates to quilt patches
   * Bump policy
   * Add self as co-maintainer
   * Patch some spelling errors
   * Use dh13 facilities in debian/rules
   * OpenML parallel comparison patch by Sebastian Gerke (closes: #878060)
   * Move homepage to upstream "FOSS" disclaimer page (closes: #776833)
   * Update debian/watch uscan support file
   * Do not check extensions patch by Johannes Schauer (closes: #776837)
   * Remove obsolete debian/dirs
   * Override a few more stray lintian spelling false alarms.
   * Add some keywords to desktop file to placate lintian.
   * Draw and install scalable SVG icon instead of lo-res one.
   * Don't complicate things, just invoke lrelease on the .pro file.
   * Rules-Requires-Root: no
Checksums-Sha1:
 625a1c0f1c33d69898ff682b9436f74ea5e916de 1979 diffpdf_2.1.3-2.dsc
 ac1e9b0d250c9af6e39e054b79cfcb1b8ee46078 11368 diffpdf_2.1.3-2.debian.tar.xz
 7455f0f109cf3547e13cecef177bc11f0dedcd0b 11419 diffpdf_2.1.3-2_source.buildinfo
Checksums-Sha256:
 2b8e165eabe5e2641dcab36feaad55c11fa82529b4b6d6dd142015a02c4a8191 1979 
diffpdf_2.1.3-2.dsc
 34b6d61c668b0a17e4a562c9e7c465a50184bd9b629b3a269df80c1e88ee8615 11368 
diffpdf_2.1.3-2.debian.tar.xz
 1fee3cfe8bcd57db8d54cd8768929c79126cff609209e026ccbd7a0212d6eee2 11419 
diffpdf_2.1.3-2_source.buildinfo
Files:
 67e439e34650b582f839743992dbed0f 1979 utils optional diffpdf_2.1.3-2.dsc
 43ac20a1f6539e078730477ff11d2705 11368 utils optional 
diffpdf_2.1.3-2.debian.tar.xz
 03040218f7a8d3a947730badd2f8dc6f 11419 utils optional 
diffpdf_2.1.3-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJDBAEBCgAtFiEE+nZaz+JE7Dn2AefCmesepNIze4gFAl+Vie8PHGJhcEBkZWJp
YW4ub3JnAAoJEJnrHqTSM3uIIxwP/ivzKiL+gb7c27YpEJ6n+2D9VfXfT4j4wvvI
WO4sM9+AFeWBVMaMXGcgYis49V6nliuwOswUaL86X+R5pdkHULBAB0jHflTTQAPT
7ln6RReRlqi+uIaFrnd5Le5ii0688yyGOXvhV6OCD03qY3DfXoUxFzivNo2vm4k6
s4STdKLbOypb/BIdn7YPChU8VVGbrVMDz3NJTyJD7gjftLIPjdwxb/Dl/5kfqBjD
GRrUEmrusQctAOKEdm2M6GJVPGYmRgjwsU9CBAJV+cLQsmd5KHPtDDdyzoc1Oo0I
wgIo1Z5WUO8o+8taVgoUHwLxWQkIO5uqvBJ0PMz5eqe9j37zrRY/ttbi2ZgstXOA
vs/lobeziHEMFIHeEdLCiJA3D8qLyWD6+OoOqwboCzDm7MDX/p6maZsFL0JCXg9F
vHit3xbBd6tErEdrNdUwMIZmhhqJnPxIWLe6PDE8JzatDZMD18bWBK2Apye3sxEG
630IAfnR1g6a7zHFZJHx1WpxWUHnpWE7cY04aia21a+tVTbTAN2Psh/9dBZba/rp
BnSPvRrNCg+lmTxu/K2XO6yorqcpitQOogPeseu4IOGL1hwHep1jc6qtI3NHiP22
appoVUid77Bot9nYzFf/jQlqM5jv5YwUFqv2sUYwh0gXXeHnu9rXsKrK2/VE2iWm
bJi+dukY
=H06m
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to