Bug#983268: RFS: posterazor/1.5.1-10 -- splits an image across multiple pages for assembly into a poster

2021-02-21 Thread Marcelo Soares Mota
Package: sponsorship-requests
Severity: normal
X-Debbugs-Cc: motasmarc...@gmail.com

Dear mentors,

I am looking for a sponsor for my package "posterazor":

 * Package name: posterazor
   Version : 1.5.1-10
   Upstream Author : Alessandro Portale 
 * URL : https://posterazor.sourceforge.io/
 * License : GPL-3+, MIT, LGPL-2+, BSD-3-Clause
 * Vcs : https://salsa.debian.org/debian/posterazor
   Section : graphics

It builds those binary packages:

  posterazor - splits an image across multiple pages for assembly into a poster

To access further information about this package, please visit the following 
URL:

  https://mentors.debian.net/package/posterazor/

Alternatively, one can download the package with dget using this command:

  dget -x 
https://mentors.debian.net/debian/pool/main/p/posterazor/posterazor_1.5.1-10.dsc

Changes since the last upload:

 posterazor (1.5.1-10) unstable; urgency=medium
 .
   * Uploaded to unstable.

Regards,
-- 
  Marcelo S Mota



Bug#983198: torbrowser-launcher: launcher does not detect torbrowser as installed on non-EN user session

2021-02-20 Thread Marcelo Soares Mota
Package: torbrowser-launcher
Version: 0.3.3-3
Severity: normal
Tags: patch
X-Debbugs-Cc: motasmarc...@gmail.com

Package: torbrowser-launcher
Version: 0.3.3-3
Severity: normal
Tags: patch

Dear Maintainer,

I believe i found an issue with the launcher (somehow related with #842021) 

It happens that though the launcher works it doesn't detect torbrowser
as installed. It causes two issues:
  - The 'Settings' window points status as Not Installed;
  - The 'Browser launcher' keeps running the routines to download and
verify the 'first installation'.

I realized that reload the settings after rebuilding paths makes the
launcher works as expected.

Plus, load_settings() is not checking changes at 'installed' directive
to rewrite the settings file ('settings.json').


Regards,

Marcelo S Mota
Description: fix failure in detect installed torbrowser
Author: Marcelo Soares Mota 
Last-Update: 2021-02-20

--- torbrowser-launcher-0.3.3.orig/torbrowser_launcher/common.py
+++ torbrowser-launcher-0.3.3/torbrowser_launcher/common.py
@@ -64,6 +64,7 @@ class Common(object):
 self.load_mirrors()
 self.load_settings()
 self.build_paths()
+self.load_settings()
 self.mkdir(self.paths["download_dir"])
 self.mkdir(self.paths["tbb"]["dir"])
 self.init_gnupg()
@@ -371,7 +372,10 @@ class Common(object):
 resave = False
 
 # detect installed
-settings["installed"] = os.path.isfile(self.paths["tbb"]["start"])
+installed = os.path.isfile(self.paths["tbb"]["start"])
+if settings["installed"] != installed:
+settings["installed"] = installed
+resave = True
 
 # make sure settings file is up-to-date
 for setting in default_settings:


Bug#855664: RFS: htp/1.19-3 -- nice HTML pre-processor [QA]

2017-02-20 Thread Marcelo Soares Mota
Package: sponsorship-requests
Severity: normal

Dear mentors,

  I am looking for a sponsor for my package "htp"

 * Package name: htp
   Version : 1.19-3
   Upstream Author : Jim Nelson, Jochen Hoenicke, Michael Möller
 * URL : http://htp.sourceforge.net/
 * License : Clarified Artistic License
   Section : web

  It builds those binary packages:

htp   - nice HTML pre-processor

  To access further information about this package, please visit the following 
URL:

  https://mentors.debian.net/package/htp


  Alternatively, one can download the package with dget using this command:

dget -x https://mentors.debian.net/debian/pool/main/h/htp/htp_1.19-3.dsc

  More information about htp can be obtained from http://htp.sourceforge.net.

  Changes since the last upload:

  * QA upload.
   * Bumped DH level to 10.
   * debian/control:
   - Bumped Standards-Version to 3.9.8.
   - Removed article at beginning of synopis.
   * debian/copyright:
   - Updated Source URL.
   - Updated packging copyright years.
   - Removed (C) characters from copyright fields.
   * debian/htp.doc-base: renamed from debian/doc-base.htp.
   * debian/patches:
   - Added a patch to prevent privacy-breach warning.
   - Added header to 0003-Replace-sflogo-link-with-text.patch.
   * debian/rules:
   - Added variable DH_ALWAYS_EXCLUDE to avoid duplicated files.
   - Added hardening variables.
   - Removed vim comment.
   * debian/watch:
   - Bumped to version 4.
   - Improved search line.
 
  Regards,
   Marcelo S Mota