Andreas Tille pushed to branch master at Debian Blends Team / blends


Commits:
e555f840 by Cédric Boutillier at 2021-09-08T12:20:28+02:00
Replace deprecated temfile by mktemp

debianutils 5.x removed the script `tempfile`, which has to be replaced
by `mktemp` from the coreutils package.

- - - - -
94d00b60 by Andreas Tille at 2021-09-08T11:04:43+00:00
Merge branch 'master' into 'master'

Replace deprecated temfile by mktemp

See merge request blends-team/blends!8
- - - - -


2 changed files:

- debian/changelog
- share/blends/unixgroups/blend-actions


Changes:

=====================================
debian/changelog
=====================================
@@ -1,7 +1,12 @@
 blends (0.7.4) UNRELEASED; urgency=medium
 
+  [ Gianfranco Costamagna ]
   * Add Ubuntu disco and eoan sources.list files
 
+  [ Cédric Boutillier ]
+  * Replace deprecated `tempfile` by `mktemp` in blend-actions script (Closes:
+    #993739)
+
  -- Gianfranco Costamagna <locutusofb...@debian.org>  Fri, 14 Jun 2019 
00:58:11 +0200
 
 blends (0.7.3) experimental; urgency=medium


=====================================
share/blends/unixgroups/blend-actions
=====================================
@@ -126,7 +126,7 @@ getAllUsers() {
                RET=64 # EX_USAGE
        else
                SIMPLE=$1
-               TMPFILE=`tempfile`
+               TMPFILE=`mktemp`
                (IFS=":"
                        while read user pass uid gid name rest ; do
                                if [ "$uid" != "" ] ; then



View it on GitLab: 
https://salsa.debian.org/blends-team/blends/-/compare/d2cd5f8dce8baa99b70e25b5e59fa5d207d53065...94d00b60b72ac57a1f99294305ede998d1fef9a4

-- 
View it on GitLab: 
https://salsa.debian.org/blends-team/blends/-/compare/d2cd5f8dce8baa99b70e25b5e59fa5d207d53065...94d00b60b72ac57a1f99294305ede998d1fef9a4
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
Blends-commit mailing list
Blends-commit@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/blends-commit

Reply via email to