Bug#1064381: ITP: elfkickers -- collection of programs that access and manipulate ELF files

2024-02-21 Thread Gürkan Myczko

On 21.02.2024 17:12, David Bremner wrote:

Gürkan Myczko  writes:


On 21.02.2024 12:28, David Bremner wrote:


Being the universal operating system, these tools are certainly not 
for

normal users
but more like developers and people in the embedded area.



I include developers in people who don't care about the implementation,


I have found sstrip to squeeze away some more kilobytes from binaries.


A list of the tools with what they do would be more useful.

Similar like elfutils it will only be interesting to people that want 
to

use it.


Sure, I'm not talking about making it interesting for every user, just
having a description that helps someone in the target audience find the
package and/or know if they want to install it.


You're right the long description is not very good, I will need to 
improve

this, noted. Thanks,



Bug#1052619: ITP: pydantic-core -- Rust implementation of pydantic core functionality

2024-02-21 Thread Andreas Tille
Hi Timo,

any progress with pydantic-core?  I've checked Salsa for the string
"pydantic" but did not found pydantic-core there.  It would be really
great to have pydantic 2.x (I stumbled upon python-semantic-release
which also needs it to easily fix #1056503 by upgrading to latest
upstream which seems to work with Python3.12)

I need to admit I have no experience in Rust packaging so I can't
really help here but pushing some start to Salsa could be the first
step.

Kind regards
   Andreas.

-- 
http://fam-tille.de



Bug#1058645: ITP: hare -- Hare is a systems programming language designed to be simple, stable, and robust.

2024-02-21 Thread Amin Bandali
X-Debbugs-Cc: martin.quin...@ens-rennes.fr, cla...@gmail.com

Hi all,

I too am interested in working on getting hare packaged and uploaded.
I also just sent a reply on https://bugs.debian.org/1058646 asking if
Miguel has a WIP repo for QBE packaging up on Salsa somewhere that
I could pull in and work on, otherwise I'll just start with a repo
under my account and later transfer it elsewhere (e.g. to 'debian').

We also need to package harec, the Hare bootstrap compiler, which
at the moment is a separate repo https://git.sr.ht/~sircmpwn/harec
but I believe upstream has plans to merge it into the hare repo:
https://lists.sr.ht/~sircmpwn/hare-rfc/%3CZdYKdoIWSUUpDeIX%40xha.li%3E

I'm not sure exactly how far into the future this will be though.
One of the main Hare developers said it will probably be done before
the next 0.24.1 release, but not sure.  Still, I held off on filing
a separate ITP for harec for now, to see if Drew chimes in with a
more concrete plan/timeline over the next day or two perhaps.

If there's no further feedback/timeline on the plans for the proposed
merge of the harec and hare repos, I plan on filing an ITP for harec
so we could go ahead with a separate harec source package for now
corresponding to the current repo structures, until if/when upstream
merges the two repos and we would re-evaluate our options then.

Any thoughts/feedback appreciated and welcome. :-)

Thanks,
-a



Bug#1058646: ITP: qbe -- Small embeddable C compiler backend

2024-02-21 Thread Amin Bandali
Hi Miguel,

I'm interested in helping with this.  Do you have the current state 
of your work available on Salsa or elsewhere that I could pull in
and work on?  Otherwise I'll just start with a repo under my own
account and we could later transfer it to the 'debian' group or
elsewhere.

Thanks,
-a



Processed: RFS: golang-github-txthinking-runnergroup/0~git230325-1 [ITP] -- RunnerGroup library for golang

2024-02-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 1064432 by 1064433
Bug #1064432 [wnpp] ITP: golang-github-txthinking-runnergroup -- RunnerGroup 
library for Golang.
1064432 was not blocked by any bugs.
1064432 was not blocking any bugs.
Added blocking bug(s) of 1064432: 1064433
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
1064432: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064432
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1064432: ITP: golang-github-txthinking-runnergroup -- RunnerGroup library for Golang.

2024-02-21 Thread Danial Behzadi
Package: wnpp
Severity: wishlist
Owner: Danial Behzadi 
X-Debbugs-Cc: debian-de...@lists.debian.org, dani.be...@ubuntu.com

* Package name: golang-github-txthinking-runnergroup
  Version : 0
  Upstream Contact: txthinking 
* URL : https://github.com/txthinking/runnergroup
* License : MIT
  Programming Lang: Golang
  Description : RunnerGroup library for Golang

RunnerGroup is a library for Golang which is very simillar to sync.WaitGroup.
The diffrence is if one task stops, all of the task will be stopped.

This is a dependency for Socks5 library of Golang which itself is a
dependency for the package snowflake that I'm going to upgrade in
Debian.



Bug#1064429: ITP: glome -- Generic Low Overhead Message Exchange

2024-02-21 Thread Valentin Vidic
Package: wnpp
Severity: wishlist
Owner: Valentin Vidic 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: glome
  Version : 0.1
* URL : https://github.com/google/glome
* License : Apache-2.0
  Programming Lang: C
  Description : Generic Low Overhead Message Exchange

Generic Low Overhead Message Exchange (GLOME) is a protocol providing
secure authentication and authorization for low dependency environments.
It resembles one-time authorization codes (aka OTPs) but is different
from HOTP and TOTP in the following ways:
 * It is stateless (unlike HOTP).
 * It does not depend on time unlike TOTP).
 * It does not require predefined secret sharing (unlike HOTP and TOTP).

These properties make it a good choice for low dependency environments
(e.g., devices with no persistent storage a real-time clock). It can be
also useful for managing access to a large fleet of hosts where
synchronising state or sharing predefined secrets can be a challenge.

The package provides a PAM module, login(1) replacement, CLI utility and
a shared library.



Bug#1058645: Hare packages for Linux

2024-02-21 Thread Martin Quinson
Le mercredi 21 février 2024 à 14:50 +0200, Classic a écrit :
> Hello everyone,
> 
> I built deb package for Ubuntu 22.04
> https://alexey.nyc3.cdn.digitaloceanspaces.com/hare-dist/U22/hare_0.24.0-1_amd64.deb

Hello,

is the source package available somewhere? I happen to be a Debian developper
and could upstream your work, maybe. For the reference, previous attempt was
discussed here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058645 (for
Hare) and here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058646 (for
qbe). 

It would be nice if you could keep the 1058645 bug in CC when discussing of the
Debian packaging, please. 


Thanks,
Mt


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


Bug#1061946: marked as done (ITP: iraf-st4gem -- Selected tools from the Space Telescope Science Data Analysis System)

2024-02-21 Thread Debian Bug Tracking System
Your message dated Wed, 21 Feb 2024 19:10:10 +
with message-id 
and subject line Bug#1061946: fixed in iraf-st4gem 1.0+ds-1
has caused the Debian Bug report #1061946,
regarding ITP: iraf-st4gem -- Selected tools from the Space Telescope Science 
Data Analysis System
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 ow...@bugs.debian.org
immediately.)


-- 
1061946: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061946
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: wnpp
Severity: wishlist
Owner: Ole Streicher 
X-Debbugs-Cc: debian-as...@lists.debian.org, debian-de...@lists.debian.org

* Package name: iraf-st4gem
  Version : 1.0
  Upstream Author : STScI, NOIRLAB
* URL : https://gitlab.com/nsf-noirlab/csdc/usngo/iraf/st4gem
* License : BSD-3-Clause
  Programming Lang: IRAF SPP
  Description : Selected tools from the Space Telescope Science Data 
Analysis System

The Space Telescope Science Data Analysis System (STSDAS) is software
for calibrating and analyzing data from the Hubble Space Telescope
(HST). STSDAS includes the same calibration routines as are used in the
routine data processing pipeline, as well as general-purpose tools and
enhancements to the Image Analysis and Reduction Facility (IRAF).

The original STSDAS package contained non-free code and was 32-bit only.
For the Gemini legacy data reduction pipeline, selected tasks of STSDAS
were ported to 64 bit and non-free code was replaced. These tasks are
also useful outside of the Gemini data reduction context.

I will maintain it within the Debian Astro team. A git repository was
created at

https://salsa.debian.org/debian-astro-team/iraf-st4gem

Best regards

Ole
--- End Message ---
--- Begin Message ---
Source: iraf-st4gem
Source-Version: 1.0+ds-1
Done: Ole Streicher 

We believe that the bug you reported is fixed in the latest version of
iraf-st4gem, 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 1061...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ole Streicher  (supplier of updated iraf-st4gem 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 ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 30 Jan 2024 20:14:00 +0100
Source: iraf-st4gem
Binary: iraf-st4gem iraf-st4gem-dbgsym
Architecture: source amd64
Version: 1.0+ds-1
Distribution: unstable
Urgency: low
Maintainer: Debian Astro Team 
Changed-By: Ole Streicher 
Description:
 iraf-st4gem - Selected tools from the Space Telescope Science Data Analysis Sys
Closes: 1061946
Changes:
 iraf-st4gem (1.0+ds-1) unstable; urgency=low
 .
   * Initial release. (Closes: #1061946)
Checksums-Sha1:
 8de347d03cb0e5ce71e4c33aa8369fbe83df0388 1999 iraf-st4gem_1.0+ds-1.dsc
 f31bb2a15dd76e2351e1d1ebe3434259a89d6048 1900500 iraf-st4gem_1.0+ds.orig.tar.xz
 59435f763484702dc3bebf9c7570e9a2f2f6b9a9 3028 
iraf-st4gem_1.0+ds-1.debian.tar.xz
 1ff28c5e7d1d56d80d621fd1efabed0bcb101632 2073996 
iraf-st4gem-dbgsym_1.0+ds-1_amd64.deb
 e7d50c7aec9eb4a9759c0ed70118c018662098f0 7484 
iraf-st4gem_1.0+ds-1_amd64.buildinfo
 9ba1d4b05bde3ea69bfa4ed5645885da9ecd9a6e 2532608 iraf-st4gem_1.0+ds-1_amd64.deb
Checksums-Sha256:
 62bb0bd46cfd1ed98775f69aa92818d74bef79c83bcb0fe389198dd686c0a84b 1999 
iraf-st4gem_1.0+ds-1.dsc
 6d29185c34c4afe0fd47cbaddf039dab4cabaf237b4e97fdb08043ef0bd15128 1900500 
iraf-st4gem_1.0+ds.orig.tar.xz
 5ce2f507d00bbac26b7fb063ef3d6fe5a0cac08944628a5562480a008e813973 3028 
iraf-st4gem_1.0+ds-1.debian.tar.xz
 34e8c1afa68f9b8ea53a5062695253d1d8e59ab9def3cf6e4f4a06951bb925e9 2073996 
iraf-st4gem-dbgsym_1.0+ds-1_amd64.deb
 6b5be64810fec7d42b9cda92272bd110be63c5206645b5bf67b95c221596662c 7484 
iraf-st4gem_1.0+ds-1_amd64.buildinfo
 c05a82d52701a4cd2f2937a7c2daa62251cd6054099fa5f4ecdab75111de1a9e 2532608 
iraf-st4gem_1.0+ds-1_amd64.deb
Files:
 d1f3779465aff70af901cb2b7098c47c 1999 science optional iraf-st4gem_1.0+ds-1.dsc
 78007a0b2d9a10aa153014b316925bd7 1900500 science optional 
iraf-st4gem_1.0+ds.orig.tar.xz
 dd606ca0fe2c7ed24fa4960838deef43 3028 science optional 
iraf-st4gem_1.0+ds-1.debian.tar.xz
 3c88ee40cd07680f7125721b26997711 2073996 debug optional 
iraf-st4gem-dbgsym_1.0+ds-1_amd64.deb
 07e175864308c62890db5bb9d0cc15ae 7484 

Bug#1062414: marked as done (ITP: iraf-xdimsum -- Deep Infrared Mosaicing Software for IRAF)

2024-02-21 Thread Debian Bug Tracking System
Your message dated Wed, 21 Feb 2024 19:10:11 +
with message-id 
and subject line Bug#1062414: fixed in iraf-xdimsum 2003.01.24-1
has caused the Debian Bug report #1062414,
regarding ITP: iraf-xdimsum -- Deep Infrared Mosaicing Software for IRAF
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 ow...@bugs.debian.org
immediately.)


-- 
1062414: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062414
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

Package: wnpp
Severity: wishlist
Owner: Ole Streicher 
X-Debbugs-Cc: debian-as...@lists.debian.org, debian-de...@lists.debian.org

* Package name: iraf-xdimsum
  Version : 2003.01.24
  Upstream Author : NOAO
* URL : https://github.com/iraf-community/iraf-xdimsum
* License : IRAF
  Programming Lang: IRAF SPP
  Description : Deep Infrared Mosaicing Software for IRAF

 XDIMSUM is a package for creating accurate sky subtracted images from
 sets of dithered observations. While the observations need not be in
 the infrared, the dominance of the variable sky background in
 infrared data requires the dithering and recombination of many short
 carefully sky subtracted exposures to produce deep images.

I will maintain it within the Debian Astro team. A git repository was
created at

https://salsa.debian.org/debian-astro-team/iraf-xdimsum

Best regards

Ole
--- End Message ---
--- Begin Message ---
Source: iraf-xdimsum
Source-Version: 2003.01.24-1
Done: Ole Streicher 

We believe that the bug you reported is fixed in the latest version of
iraf-xdimsum, 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 1062...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ole Streicher  (supplier of updated iraf-xdimsum 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 ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 01 Feb 2024 10:39:12 +0100
Source: iraf-xdimsum
Binary: iraf-xdimsum iraf-xdimsum-dbgsym
Architecture: source amd64
Version: 2003.01.24-1
Distribution: unstable
Urgency: low
Maintainer: Debian Astro Team 
Changed-By: Ole Streicher 
Description:
 iraf-xdimsum - Deep Infrared Mosaicing Software
Closes: 1062414
Changes:
 iraf-xdimsum (2003.01.24-1) unstable; urgency=low
 .
   * Initial release. (Closes: #1062414)
Checksums-Sha1:
 9a06e992e288330cc477328b2406e903b41ed525 2043 iraf-xdimsum_2003.01.24-1.dsc
 a4d4999298ed88b662519fea61dc779a28caae51 191154 
iraf-xdimsum_2003.01.24.orig.tar.gz
 d0a64d785072059ab0b0c8f1a59e1b510fa73e49 2528 
iraf-xdimsum_2003.01.24-1.debian.tar.xz
 25688f2441ef7387724b977b5524acf621f7aaa6 72996 
iraf-xdimsum-dbgsym_2003.01.24-1_amd64.deb
 7f105daa8ab2542495416ae64ea87b817939c750 7586 
iraf-xdimsum_2003.01.24-1_amd64.buildinfo
 ef06ef6d0eab9a19786758d63c4801b6c367537f 486676 
iraf-xdimsum_2003.01.24-1_amd64.deb
Checksums-Sha256:
 374705f6e3013e9b9bb52f3971ef0c4737b4ba12afc4245ddcaaeddd74e0b413 2043 
iraf-xdimsum_2003.01.24-1.dsc
 aa8eb21729c31dd05dcc67ffe43d0a8487a8f8b38a7b581aeda6f6f52dfb8ecc 191154 
iraf-xdimsum_2003.01.24.orig.tar.gz
 689210eae7389512277eb5f923a40dfcb739b3f2089dbe0de379e36e815e2c9b 2528 
iraf-xdimsum_2003.01.24-1.debian.tar.xz
 f82fe391422f1441b2cf13cb66e36398488869e3c45cb562a459b25f477129f9 72996 
iraf-xdimsum-dbgsym_2003.01.24-1_amd64.deb
 31a3accf5341301e22ec2cc90fc9027a7d4588141c6ef89986f3f54502b49529 7586 
iraf-xdimsum_2003.01.24-1_amd64.buildinfo
 9a0fb02d463747b1fa099f500bd9095b525f9a0419d76f091597e9287f15a852 486676 
iraf-xdimsum_2003.01.24-1_amd64.deb
Files:
 47f02cdd7e37fe20b52a59ff522a0e9d 2043 science optional 
iraf-xdimsum_2003.01.24-1.dsc
 3febf99b1171e473d32a4fddeef9ca25 191154 science optional 
iraf-xdimsum_2003.01.24.orig.tar.gz
 42590ac4fcd7044bc3a32287dd0dca73 2528 science optional 
iraf-xdimsum_2003.01.24-1.debian.tar.xz
 73c6993292af41375669a88d0f9d7d15 72996 debug optional 
iraf-xdimsum-dbgsym_2003.01.24-1_amd64.deb
 d56cae67eb4c185c1108bf419f46e518 7586 science optional 
iraf-xdimsum_2003.01.24-1_amd64.buildinfo
 b8a61f3ad4e827772b523e7286cd384a 486676 science optional 
iraf-xdimsum_2003.01.24-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEuvxshffLFD/utvsVcRWv0HcQ3PcFAmW7cYsACgkQcRWv0HcQ

Processed: xdaliclock owner ! and retitle

2024-02-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> owner 1052300 !
Bug #1052300 [wnpp] O: xdaliclock -- Melting digital clock
Owner recorded as Tormod Volden .
> retitle 1052300 ITA: xdaliclock -- Melting digital clock
Bug #1052300 [wnpp] O: xdaliclock -- Melting digital clock
Changed Bug title to 'ITA: xdaliclock -- Melting digital clock' from 'O: 
xdaliclock -- Melting digital clock'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
1052300: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052300
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#1064381: ITP: elfkickers -- collection of programs that access and manipulate ELF files

2024-02-21 Thread David Bremner
Gürkan Myczko  writes:

> On 21.02.2024 12:28, David Bremner wrote:

> Being the universal operating system, these tools are certainly not for 
> normal users
> but more like developers and people in the embedded area.
>

I include developers in people who don't care about the implementation,

> I have found sstrip to squeeze away some more kilobytes from binaries.

A list of the tools with what they do would be more useful.

> Similar like elfutils it will only be interesting to people that want to 
> use it.

Sure, I'm not talking about making it interesting for every user, just
having a description that helps someone in the target audience find the
package and/or know if they want to install it.



Bug#1064397: ITP: client-desktop-shell-integration-nautilus -- Nautilus, Nemo and Caja integration of the owncloud-client

2024-02-21 Thread Simon Josefsson
Pierre-Elliott Bécue  writes:

> Package: wnpp
> Severity: wishlist
> Owner: Pierre-Elliott Bécue 
> X-Debbugs-Cc: debian-de...@lists.debian.org
>
> * Package name: client-desktop-shell-integration-nautilus
>   Version : 5.0.0
>   Upstream Contact: Frank Müller 
> * URL : 
> https://github.com/owncloud/client-desktop-shell-integration-nautilus
> * License : GPL-2
>   Programming Lang: Python, Shell, ...
>   Description : Nautilus, Nemo and Caja integration for ownCloud Client.
>
> These three extensions were originally integrated in the owncloud-client
> source package. Upstream decided to extract them to create a new repo.
>
> The package will be maintained in the owncloud-team.

Hi - how about including 'owncloud' in the package name?
'owncloud-client-desktop-shell-integration-nautilus'?  Or
'owncloud-nautilus-integration'?

/Simon


signature.asc
Description: PGP signature


Bug#971356: marked as done (ITA: python-redmine -- Python library for the Redmine)

2024-02-21 Thread Debian Bug Tracking System
Your message dated Wed, 21 Feb 2024 14:38:19 +
with message-id 
and subject line Bug#971356: fixed in python-redmine 2.4.0-1
has caused the Debian Bug report #971356,
regarding ITA: python-redmine -- Python library for the Redmine
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 ow...@bugs.debian.org
immediately.)


-- 
971356: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971356
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: normal

I intend to orphan the python-redmine package, because I do not use it
any more.

The package description is:
 Python Redmine is a library for communicating with a Redmine project
 management application. Redmine exposes some of it's data via RESTful
 (Representational State Transfer) application programming interface (API) for
 which Python Redmine provides a simple but powerful Pythonic API inspired by
 a well-known Django object-relational mapping (ORM).
 .
 This is the Python 3 version of the package.

-- 
Benjamin Drung

DevOps Engineer and Debian & Ubuntu Developer
Platform Integration (IONOS Cloud)

1&1 IONOS SE | Greifswalder Str. 207 | 10405 Berlin | Germany
E-mail: benjamin.dr...@cloud.ionos.com | Web: www.ionos.de

Hauptsitz Montabaur, Amtsgericht Montabaur, HRB 24498

Vorstand: Dr. Christian Böing, Hüseyin Dogan, Dr. Martin Endreß,
Hans-Henning Kettler, Arthur Mai, Matthias Steinberg, Achim Weiß
Aufsichtsratsvorsitzender: Markus Kadelke
--- End Message ---
--- Begin Message ---
Source: python-redmine
Source-Version: 2.4.0-1
Done: Akash Doppalapudi 

We believe that the bug you reported is fixed in the latest version of
python-redmine, 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 971...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Akash Doppalapudi  (supplier of updated 
python-redmine 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 ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 21 Feb 2024 11:12:11 +
Source: python-redmine
Architecture: source
Version: 2.4.0-1
Distribution: unstable
Urgency: medium
Maintainer: Akash Doppalapudi 
Changed-By: Akash Doppalapudi 
Closes: 971356 1056502 1058134 1064386
Changes:
 python-redmine (2.4.0-1) unstable; urgency=medium
 .
   * New upstream version 2.4.0
   * New maintainer (Closes: #971356, #1064386)
   * Add d/p/0001-fix-issues-with-tests.patch (Closes: #1056502, #1058134)
   * d/control:
 - Add new maintainer details
 - Bump Standards-Version to 4.6.2
   * d/copyright:
 - Add new maintainer details
 - Add Upstream-Contact
   * Drop d/docs (no longer applicable)
   * Bump watch file standard to version 4
Checksums-Sha1:
 ec323f981b3dce97fd6b3313d887cea940117ba3 2095 python-redmine_2.4.0-1.dsc
 6c3c04f535e3ddd2bbb452a27e1a1d1681addd7c 67730 python-redmine_2.4.0.orig.tar.gz
 791bc2ef9568b70558a548b986827a8b5f06eafa 3720 
python-redmine_2.4.0-1.debian.tar.xz
 4f6e4d02581d9ae97ba03fb509de0106425e59f4 7696 
python-redmine_2.4.0-1_amd64.buildinfo
Checksums-Sha256:
 a006f77916e3b34b995cf3841e1899dca7b3714a4696a7b26e658705ce300c2e 2095 
python-redmine_2.4.0-1.dsc
 29e1c479e6bedc4b193f84dda25121a1a0fcc30969c7f0f6e729c5638749e9d8 67730 
python-redmine_2.4.0.orig.tar.gz
 3c1ff58fff4c35531b9157f9ae97de2d167133102c23ac28fd31ae58de348b6a 3720 
python-redmine_2.4.0-1.debian.tar.xz
 4769f37e3ed1acd620be0b614c5e11b2ee3135b0c3fd292324b1f49af91069ea 7696 
python-redmine_2.4.0-1_amd64.buildinfo
Files:
 c2d5637585005d14c6b9c0c8f8ce6072 2095 python optional 
python-redmine_2.4.0-1.dsc
 20b305221c788945c47a6964a4c0a6c5 67730 python optional 
python-redmine_2.4.0.orig.tar.gz
 1edec675ad6b886e5153877fe106d3d6 3720 python optional 
python-redmine_2.4.0-1.debian.tar.xz
 563d45291dac13d68d8a69b18aebea52 7696 python optional 
python-redmine_2.4.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJGBAEBCgAwFiEEE3lnVbvHK7ir4q61+p3sXeEcY/EFAmXWAwoSHGVhbWFudUBk
ZWJpYW4ub3JnAAoJEPqd7F3hHGPxwdEP/RIysOceNpek5wYJUZtJcIwUcZpByRAK
dToIdtiVUQgUdH9AU39QQdmmSSduJRPpenvNBznlndrlEQN8TkKvzdpatDP+F54B
ePhpAPeAA1WRGOY2s+UIyrzITOaBT2nvewVLyrGhnz/KNSECamA7B+IsCNFpPOcY
56nN+Cn+C0UHLQyV0D287/Rto/KaqG2zMbM1wQxqnwInN4xj4PPnKQnrMrXHlN7e

Bug#1064397: ITP: client-desktop-shell-integration-nautilus -- Nautilus, Nemo and Caja integration of the owncloud-client

2024-02-21 Thread Pierre-Elliott Bécue
Package: wnpp
Severity: wishlist
Owner: Pierre-Elliott Bécue 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: client-desktop-shell-integration-nautilus
  Version : 5.0.0
  Upstream Contact: Frank Müller 
* URL : 
https://github.com/owncloud/client-desktop-shell-integration-nautilus
* License : GPL-2
  Programming Lang: Python, Shell, ...
  Description : Nautilus, Nemo and Caja integration for ownCloud Client.

These three extensions were originally integrated in the owncloud-client
source package. Upstream decided to extract them to create a new repo.

The package will be maintained in the owncloud-team.


Bug#1064381: ITP: elfkickers -- collection of programs that access and manipulate ELF files

2024-02-21 Thread Gürkan Myczko

On 21.02.2024 12:28, David Bremner wrote:

Gürkan Myczko  writes:

  This distribution is a collection of programs that are generally
  unrelated, except in that they all deal with the ELF file format.
  .
  The main purpose of these programs is to be illustrative and
  educational -- to help fellow programmers understand the ELF file
  format and something of how it works under the Linux platform. For 
the

  most part, these programs have limited real-world utility.
  .
  With the exception of shared use of the elfrw static library, each
  program is independent of the others. There is no other shared code
  between them, and they all take slightly different approaches to
  handling ELF files.


I question how helpful this description is helpful for users of a
binary distribution like Debian, who are (IMHO) generally more focused
on functionality than studying the implementation of programs.


Hi David,

Being the universal operating system, these tools are certainly not for 
normal users

but more like developers and people in the embedded area.

I have found sstrip to squeeze away some more kilobytes from binaries.

Similar like elfutils it will only be interesting to people that want to 
use it.


Best,



Bug#1064381: ITP: elfkickers -- collection of programs that access and manipulate ELF files

2024-02-21 Thread David Bremner
Gürkan Myczko  writes:
>   This distribution is a collection of programs that are generally
>   unrelated, except in that they all deal with the ELF file format.
>   .
>   The main purpose of these programs is to be illustrative and
>   educational -- to help fellow programmers understand the ELF file
>   format and something of how it works under the Linux platform. For the
>   most part, these programs have limited real-world utility.
>   .
>   With the exception of shared use of the elfrw static library, each
>   program is independent of the others. There is no other shared code
>   between them, and they all take slightly different approaches to
>   handling ELF files.

I question how helpful this description is helpful for users of a
binary distribution like Debian, who are (IMHO) generally more focused
on functionality than studying the implementation of programs.



Processed (with 1 error): Retitle O to ITA for python-redmine (#971356)

2024-02-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 971356 ITA: python-redmine -- Python library for the Redmine
Bug #971356 [wnpp] O: python-redmine -- Python library for the Redmine RESTful 
API (Python 3)
Changed Bug title to 'ITA: python-redmine -- Python library for the Redmine' 
from 'O: python-redmine -- Python library for the Redmine RESTful API (Python 
3)'.
> RESTful API (Python 3)
Unknown command or malformed arguments to command.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
971356: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971356
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems