Re: Contributing to Debian - How to get started?

2024-04-30 Thread Andreas Ronnquist
On Tue, 30 Apr 2024 23:08:42 +0200,
Dimitrios Antoniou wrote:

>Hi,
>
>I have a background in software engineering, albeit limited experience with
>C, C++ and Python. I'm looking to join the Debian community and start
>contributing to the project. I was hoping to get some guidance as to what
>the starting steps would be to someone with my background. Any help is
>appreciated.
>

A good start is to check out this page on the Debian web:

https://www.debian.org/intro/help

-- Andreas Rönnquist
mailingli...@gusnan.se
andr...@ronnquist.net



Re: Contributing to Debian - How to get started?

2024-04-30 Thread Soren Stoutner
Welcome to Debian!

There are a lot of different ways someone can get started contributing to 
Debian.  Some of 
them are described at:

https://mentors.debian.net/intro-maintainers/[1]

I would recommend reading over the resources on that page.  If you have any 
questions as 
you go, this mailing list is the perfect place to ask them.

Soren

On Tuesday, April 30, 2024 2:08:42 PM MST Dimitrios Antoniou wrote:
> Hi,
> 
> I have a background in software engineering, albeit limited experience with
> C, C++ and Python. I'm looking to join the Debian community and start
> contributing to the project. I was hoping to get some guidance as to what
> the starting steps would be to someone with my background. Any help is
> appreciated.
> 
> Thank you in advance.


-- 
Soren Stoutner
so...@debian.org


[1] https://mentors.debian.net/intro-maintainers/


signature.asc
Description: This is a digitally signed message part.


Contributing to Debian - How to get started?

2024-04-30 Thread Dimitrios Antoniou
Hi,

I have a background in software engineering, albeit limited experience with
C, C++ and Python. I'm looking to join the Debian community and start
contributing to the project. I was hoping to get some guidance as to what
the starting steps would be to someone with my background. Any help is
appreciated.

Thank you in advance.


Bug#1070138: RFS: django-anymail/10.3-1 [ITA] -- Django email backend for multiple ESPs (Python 3)

2024-04-30 Thread Akash Doppalapudi

Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package "django-anymail":

 * Package name : django-anymail
   Version  : 10.3-1
   Upstream contact : Mike Edmunds 
 * URL  : https://github.com/anymail/django-anymail
 * License  : BSD-3-Clause
 * Vcs  : https://salsa.debian.org/debian/django-anymail
   Section  : python

The source builds the following binary packages:

  python3-django-anymail - Django email backend for multiple ESPs 
(Python 3)


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


  https://mentors.debian.net/package/django-anymail/

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

  dget -x 
https://mentors.debian.net/debian/pool/main/d/django-anymail/django-anymail_10.3-1.dsc


Changes since the last upload:

 django-anymail (10.3-1) unstable; urgency=medium
 .
   * New upstream version 10.3
   * New Maintainer (Closes: #1063317)
   * d/control:
 - Set Rules-Requires-Root to 'no'
 - Bump Standards-Version to 4.7.0
 - Change Vcs-Browser to correct URL
 - Change Maintainer name to new maintainer
   * d/copyright: Add New maintainer's name in debian/* copyright stanza
   * d/p/0001-No-hatchling-README-install.patch: modify according to 
upstream


Regards,
--
  Akash Doppalapudi


OpenPGP_0xBCBCAE31ECE05007.asc
Description: OpenPGP public key


OpenPGP_signature.asc
Description: OpenPGP digital signature


Bug#1070132: sponsorship-requests: libkal/0.9.0-3.1 [NMU] [RC] -- library for converting dates between various calendar systems

2024-04-30 Thread Bo YU
Package: sponsorship-requests
Severity: important

Dear mentors,

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

 * Package name : libkal
   Version  : 0.9.0-3.1
   Upstream contact : Petr Tomasek 
 * URL  : http://www.etf.cuni.cz/~tomasek/pub/my/
 * License  : LGPL-2+
 * Vcs  : https://salsa.debian.org/debian/libkal
   Section  : libs

The source builds the following binary packages:

  libkal-dev - library for converting dates between various calendar systems

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

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

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

  dget -x 
https://mentors.debian.net/debian/pool/main/libk/libkal/libkal_0.9.0-3.1.dsc

Changes since the last upload:

 libkal (0.9.0-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add fix-impfuncdef-issue.diff to fix ftbfs. (Closes: #1066513)


-- 
Regards,
--
  Bo YU

diff -Nru libkal-0.9.0/debian/changelog libkal-0.9.0/debian/changelog
--- libkal-0.9.0/debian/changelog   2023-04-25 10:11:53.0 +0800
+++ libkal-0.9.0/debian/changelog   2024-04-30 16:19:46.0 +0800
@@ -1,3 +1,10 @@
+libkal (0.9.0-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add fix-impfuncdef-issue.diff to fix ftbfs. (Closes: #1066513)
+
+ -- Bo YU   Tue, 30 Apr 2024 16:19:46 +0800
+
 libkal (0.9.0-3) unstable; urgency=medium
 
   [ Jelmer Vernooij ]
diff -Nru libkal-0.9.0/debian/patches/fix-impfuncdef-issue.diff 
libkal-0.9.0/debian/patches/fix-impfuncdef-issue.diff
--- libkal-0.9.0/debian/patches/fix-impfuncdef-issue.diff   1970-01-01 
08:00:00.0 +0800
+++ libkal-0.9.0/debian/patches/fix-impfuncdef-issue.diff   2024-04-30 
16:18:31.0 +0800
@@ -0,0 +1,19 @@
+Description: fix impfuncdef issue
+Author: Bo YU 
+Bug: https://bugs.debian.org/1066513
+Forwarded: send to Petr Tomasek 
+Last-Update: 2024-04-30
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/kal_getdate.c
 b/kal_getdate.c
+@@ -18,6 +18,9 @@
+  */
+ 
+ #include 
++#include 
++
++#include "kal_main.h"
+ 
+ /* 
+  * Get current date (jd)
diff -Nru libkal-0.9.0/debian/patches/series libkal-0.9.0/debian/patches/series
--- libkal-0.9.0/debian/patches/series  2023-04-25 10:11:53.0 +0800
+++ libkal-0.9.0/debian/patches/series  2024-04-30 10:30:01.0 +0800
@@ -1 +1,2 @@
 Makefile.diff
+fix-impfuncdef-issue.diff


signature.asc
Description: PGP signature


Bug#1070131: RFS: emacs-cfrs/1.6.0-1 [ITP] -- Child-frame based read-string for Emacs

2024-04-30 Thread Xiyue Deng
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package "emacs-cfrs":

 * Package name : emacs-cfrs
   Version  : 1.6.0-1
   Upstream contact : Alexander Miller 
 * URL  : https://github.com/Alexander-Miller/cfrs
 * License  : GPL-3+
 * Vcs  : https://salsa.debian.org/emacsen-team/emacs-cfrs
   Section  : editors

The source builds the following binary packages:

  elpa-cfrs - Child-frame based read-string for Emacs

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

  https://mentors.debian.net/package/emacs-cfrs/

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

  dget -x 
https://mentors.debian.net/debian/pool/main/e/emacs-cfrs/emacs-cfrs_1.6.0-1.dsc

Changes for the initial release:

 emacs-cfrs (1.6.0-1) unstable; urgency=medium
 .
   * Initial release (Closes: #1070096)

Note that this is a required dependency of newer treemacs versions which
I plan to request for RFS soon after this is sponsored.

Regards,
-- 
Xiyue Deng



Bug#1070095: RFS: sslscan/2.1.3-1 -- Tests SSL/TLS enabled services to discover supported cipher suites

2024-04-30 Thread Jeroen Ploemen
Control: tags -1 moreinfo

On Mon, 29 Apr 2024 20:47:15 -0500
Alejo Marín  wrote:

> I am looking for a sponsor for my package sslscan:

hi Alejo,

I took a look at sslscan, and some issues came up during review:

* git repository: pristine-tar and upstream branches on salsa are
  stale (looks like you just forgot to push those?)

* copyright: various copyright holders and licenses are missing, see
  docker_test.sh:4
  sslscan.c:6055
  tools/iana_tls_ciphersuite_parser.py:4
  tools/iana_tls_supported_groups_parser.py:4
  win32bit-compat.h:13

Other than that, everything looks good to me.

Please remove the moreinfo tag (and CC me directly) once you have an
updated package ready.


pgptXeM3gEyUa.pgp
Description: OpenPGP digital signature