vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit ebdde496acc857016c84bed4cdb1eff672d1ce0d
Author: Thomas Lange <lange@debian.org>
Date: Tue Sep 16 10:39:28 2025 +0200
logical expressions a handled wrong
inside the grep we just want to replace the dash, but this subroutine
must return 1, otherwise the elements are ignored. This only worked
for classes with a dash
commit 89275b856abaab5152a8d98374588f62cbee9b70
Author: Christopher Bock <christopher@bocki.com>
Date: Sat Aug 23 15:55:55 2025 +0200
bin/ifclass: fix quoting in example
* additionaly add a note that you need to use `export` in a login-shell
as bin/ifclass otherwise won't be able to read the variable.
commit ad438fd2bfe6e744cc747c8a622797e5388fd3c1
Author: Jo Zzsi <jozzsicsataban@gmail.com>
Date: Mon Sep 1 23:50:08 2025 -0400
dracut: move the module ordering from 80 to 50 Follow the recommended dracut module ordering for out-of-tree modules.
For dracut (as documented in v108+) the recommended ordering for out out of tree modules
is 50-59 range. The following is a section from dracut documentation:
> Not using the 50-59 range for out of tree dracut modules will likely
> lead to unintended errors in the initramfs generation process as your
> dracut module will either run too early or too late in the generation process.
> You have been warned.
commit fe521366cf9bee9f3b4f7530dedbe22dbddfc2a9
Author: Thomas Lange <lange@debian.org>
Date: Sun Sep 14 19:51:42 2025 +0200
add option -I
commit 2da483b7898eb383ea791af3d94e5c591898c5e0
Author: Thomas Lange <lange@debian.org>
Date: Sun Sep 14 19:36:23 2025 +0200
add option -I, ignore conflicts when downloading packages
commit 7b818bf92d36e7fd316dbda9a7970bd3b47011b9
Author: Thomas Lange <lange@debian.org>
Date: Sun Sep 14 18:17:57 2025 +0200
remove grub2 from suggests, not needed any more
we use the grub file from inside the nfsroot since a long time
commit 2e7056b7173d49d09064ee43219349738a2e2599
Author: Thomas Lange <lange@debian.org>
Date: Mon Jul 7 10:39:09 2025 +0200
fix missing indentation
commit fb52e1a1a15cb19146868059128257e60eace53f
Author: Thomas Lange <lange@debian.org>
Date: Wed Jun 18 14:53:47 2025 +0200
add option -c to install_packages
commit 730a9e76ae78932708e0bb3ee4f24d99a488dd02
Author: Thomas Lange <lange@debian.org>
Date: Wed Jun 18 14:39:29 2025 +0200
do not generate srcpkgcache.bin
commit 1e89a72ad30e11a1f70528f6184f622a905c76da
Author: Thomas Lange <lange@debian.org>
Date: Wed Jun 18 13:24:17 2025 +0200
Do not download package translations
commit 6d735cd6eba4964789fe1cc672e4f55c41367802
Author: Thomas Lange <lange@debian.org>
Date: Tue Jun 17 13:06:18 2025 +0200
use aptoptions when calling apt-cache
fai-mirror defined this variable (but does not set rootcmd), so the
list of available packages will be correctt read from the mirror and
not the host system.
commit 260a28a396b8a561b1be4cf71d511d20543f0c59
Author: Thomas Lange <lange@debian.org>
Date: Tue Jun 17 13:04:05 2025 +0200
remove needless options
commit bf4b4417d5129c74d393f692b689c8b2c2ebbc26
Author: Thomas Lange <lange@debian.org>
Date: Thu May 22 10:33:49 2025 +0200
exit if an error occurs
commit d6b2801e310ed003119c8059e5d7fe44debe3684
Author: Thomas Lange <lange@debian.org>
Date: Fri Jun 13 20:40:13 2025 +0200
adjust debug indentation
commit 503af4ba9e333d0fe67c9d13cdae22ee5cd61070
Author: Thomas Lange <lange@debian.org>
Date: Fri Jun 13 13:27:18 2025 +0200
remove duplicate definition
commit f16b3727fc1bcf8e5e4925706f949ea7514eca04
Merge: bb8923058 8f750617a
Author: Mrfai <lange@debian.org>
Date: Thu Jun 12 11:41:08 2025 +0200
Merge pull request #129 from rzm-lmu/fix/install_packages.debian
Install_packages doesn't use all it's features on modern debian
commit 8f750617a2fca98074d3a2dac9a5fb1dfac72d70
Author: Gregor Kleen <gkleen@yggdrasil.li>
Date: Thu Jun 5 13:08:40 2025 +0200
cleanup indentation
commit 54bc7e8268b3a5d8b42082546ee912098ceb0192
Author: Gregor Kleen <gkleen@yggdrasil.li>
Date: Thu Jun 5 11:16:38 2025 +0200
install_packages: include virtual packages in debian_pkg_list
commit dbe70d833ab0dfba31d51875549b4ce8d24289eb
Author: Gregor Kleen <gkleen@yggdrasil.li>
Date: Thu Jun 5 10:47:46 2025 +0200
install_packages: resolve environment variables
commit 039b09cadeb832df784f636e65a4ed47536cc854
Author: Gregor Kleen <gkleen@yggdrasil.li>
Date: Wed Jun 4 14:54:49 2025 +0200
install_packages: reduce heuristics used for detecting debianness