[Git][haskell-team/pkg-haskell-tools][master] 3 commits: Remove retired developer, Joachim Breitner, from Uploaders

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Fri Mar 22 16:03:25 GMT 2024



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / pkg-haskell-tools


Commits:
86d8e9b6 by Ilias Tsitsimpis at 2024-03-22T17:48:25+02:00
Remove retired developer, Joachim Breitner, from Uploaders

- - - - -
1cbc39c1 by Ilias Tsitsimpis at 2024-03-22T17:57:09+02:00
Bump Standards-Version to 4.6.2

- - - - -
735888f4 by Ilias Tsitsimpis at 2024-03-22T17:57:10+02:00
Replace smartmatch which has been deprecated in Perl

- - - - -


3 changed files:

- debian/changelog
- debian/control
- dht


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+pkg-haskell-tools (0.12.5) unstable; urgency=medium
+
+  * Remove retired developer, Joachim Breitner, from Uploaders
+  * Bump Standards-Version to 4.6.2
+  * Replace smartmatch which has been deprecated in Perl
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Fri, 22 Mar 2024 17:43:50 +0200
+
 pkg-haskell-tools (0.12.4) unstable; urgency=medium
 
   * Conform to optparse-applicative API change.


=====================================
debian/control
=====================================
@@ -1,6 +1,8 @@
 Source: pkg-haskell-tools
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>, Clint Adams <clint at debian.org>
+Uploaders:
+ Ilias Tsitsimpis <iliastsi at debian.org>,
+ Clint Adams <clint at debian.org>,
 Priority: optional
 Section: haskell
 Build-Depends: debhelper (>= 10),
@@ -19,7 +21,7 @@ Build-Depends: debhelper (>= 10),
  libghc-text-dev,
  libghc-concurrent-output-dev (>= 1.7),
  libfile-slurp-perl
-Standards-Version: 4.5.0
+Standards-Version: 4.6.2
 Homepage: https://wiki.debian.org/Haskell
 Vcs-Browser: https://salsa.debian.org/haskell-team/pkg-haskell-tools
 Vcs-Git: https://salsa.debian.org/haskell-team/pkg-haskell-tools.git


=====================================
dht
=====================================
@@ -3,8 +3,6 @@
 use v5.10.1;
 
 use strict;
-use warnings;
-no warnings 'experimental::smartmatch';
 
 use File::Basename;
 use FindBin  qw($Bin);;
@@ -109,7 +107,7 @@ if (not @ARGV or $ARGV[0] eq "--version" ) {
 }
 
 my $cmd = shift @ARGV;
-unless ($cmd ~~ @DHT_SCRIPTS) {
+unless (grep {$_ eq $cmd} @DHT_SCRIPTS) {
 	print "Subcommand $cmd not known.\n";
 	print "Run $0 to see a list of supported commands.\n";
 	exit(1)



View it on GitLab: https://salsa.debian.org/haskell-team/pkg-haskell-tools/-/compare/6c67eca5693dc524dec22bad05390ef22a8a1845...735888f47974cc3334b28ef8046bc497506e408c

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/pkg-haskell-tools/-/compare/6c67eca5693dc524dec22bad05390ef22a8a1845...735888f47974cc3334b28ef8046bc497506e408c
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20240322/eb200210/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list