Bug#1011515: libnss-gw-name uses perl in postrm script

2022-05-24 Thread Gioele Barabucci



Package: libnss-gw-name
Version: 0.3-4
Tags: patch

Dear maintainers of libnss-gw-name,

the current postrm script of `libnss-gw-name` requires Perl.

Using `perl` in maintscripts is problematic because Perl may no longer
be installed in the future by the time the user purges the 
`libnss-gw-name` package.


The specific use of `perl` in this maintscript can be replaced
with an equivalent `sed` invocation, as in the following patch (also
available at
)


diff --git a/debian/postrm b/debian/postrm
index 1d20d42..d72984a 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -16,19 +16,7 @@ remove_nss_entry() {
 log "Could not find /etc/nsswitch.conf."
 return
 fi
-perl -i -pe '
-my @remove=(
-"gw_name",
-);
-sub remove {
-my $s=shift;
-foreach my $bit (@remove) {
-$s=~s/\s+\Q$bit\E//g;
-}
-return $s;
-}
-s/^(hosts:)(.*)/$1.remove($2)/e;
-' /etc/nsswitch.conf
+sed -E -i /etc/nsswitch.conf -e '/^hosts:/s/\s+gw_name//g'
 }

 action="$1"

--
Gioele Barabucci



Processing of milter-greylist_4.6.4-1.1_source.changes

2022-05-24 Thread Debian FTP Masters
milter-greylist_4.6.4-1.1_source.changes uploaded successfully to localhost
along with the files:
  milter-greylist_4.6.4-1.1.dsc
  milter-greylist_4.6.4-1.1.debian.tar.xz
  milter-greylist_4.6.4-1.1_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



milter-greylist_4.6.4-1.1_source.changes REJECTED

2022-05-24 Thread Debian FTP Masters



milter-greylist_4.6.4-1.1.dsc: Invalid size hash for 
milter-greylist_4.6.4.orig.tar.gz:
According to the control file the size hash should be 351724,
but milter-greylist_4.6.4.orig.tar.gz has 357243.

If you did not include milter-greylist_4.6.4.orig.tar.gz in your upload, a 
different version
might already be known to the archive software.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.



Processed: severity of 979748 is serious

2022-05-24 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 979748 serious
Bug #979748 [src:rio] rio: FTBFS with glibc 2.32
Severity set to 'serious' from 'normal'
> thanks
Stopping processing here.

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