Description: Adjusted manfile definition
 Building the package with pdebuild returned an error related to the 
 upgrade to dh-compat (= 13) (it didn't happen with regular 
 dpkg-buildpackage.
 The reason is I forgot to adjust this file when I extracted the manpages
 (originally shipped as gz in the upstream) while upgrading to dh-compat 
 ( =13).
 .
 socnetv (2.5-1) unstable; urgency=medium
 .
   * Intent to adopt. Closes: #853048.
   * New upstream release.
   * Removed INSTALL from upstream.
   * Upgraded debhelper compat to v13.
   * Upgraded Standards-Version to 4.5.0.
   * Removed debian/menu.
   * Added specific license for socnetv.appdata.xml.
Author: Adrià García-Alzórriz <adria@fsfe.org>
Bug-Debian: https://bugs.debian.org/853048
Forwarded: not-needed

---
Last-Update: 2020-09-21

--- socnetv-2.5.orig/socnetv.pro
+++ socnetv-2.5/socnetv.pro
@@ -160,7 +160,7 @@ unix:!macx{
   desktop.files = socnetv.desktop
   
   manpage.path = $${PREFIX}/share/man/man1
-  manpage.files = man/socnetv.1.gz
+  manpage.files = man/socnetv.1
 
   appstream.path = $${PREFIX}/share/metainfo
   appstream.files = socnetv.appdata.xml
