[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] obsolete_transitional_packages.sh: updated for 75 bugs filed against packages in bookworm

Holger Levsen (@holger) gitlab at salsa.debian.org
Sat Mar 11 10:13:16 GMT 2023



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
6acd9c5b by Holger Levsen at 2023-03-11T11:12:51+01:00
obsolete_transitional_packages.sh: updated for 75 bugs filed against packages in bookworm

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/find_obsolete_transitional_packages.sh


Changes:

=====================================
bin/find_obsolete_transitional_packages.sh
=====================================
@@ -67,10 +67,8 @@ BUGGED="multiarch-support jadetex dh-systemd libpcap-dev transfig myspell-it mys
 # since buster release
 BUGGED="$BUGGED actionaz agda-mode android-tools-adb android-tools-fastboot backintime-gnome backintime-kde beignet bird-bgp chocolate-doom chocolate-common science-astronomy science-astronomy-dev kdesdk-dolphin-plugins ttf-femkeklaver ttf-goudybookletter geany-plugin-gproject gnome-packagekit-session gpgv2 golang-check.v1-dev golang-codegangsta-cli-dev golang-context-dev golang-github-jfrazelle-go-dev golang-snappy-go-dev golang-github-lsegal-gucumber-dev golang-clockwork-dev golang-pq-dev golang-dns-dev golang-mreiferson-httpclient-dev golang-uuid-dev golang-prometheus-client-dev golang-gogoprotobuf-dev golang-go.net-dev golang-go.tools golang-go.tools-dev golang-logrus-dev golang-objx-dev golang-pretty-dev golang-text-dev golang-toml-dev golang-websocket-dev golang-x-text-dev golang-yaml.v2-dev md5deep xul-ext-https-everywhere iptables-dev iptraf ksnapshot kdoctools-dev kio-dev kwayland-dev bsdcpio bsdtar libkf5sysguard5 libkf5sysguard5-data gstreamer0.10-qapt python-libvoikko lua-luxio0 magit mongodb-dev libmpfi0-dev blast2 notmuch-emacs libpango1.0-0 paredit-el ruby-passenger ruby-passenger-doc python-pelican pep8 php-gettext pike8.0-manual pinentry-qt4 kde-config-touchpad plowshare4 polkit-kde-1 gpaco paco puppet-common puppetmaster puppetmaster-passenger python-pytango python3-pytango letsencrypt python-certbot-apache python-certbot-nginx python-dogpile.core python3-dogpile.core ipython-qtconsole ipython3-qtconsole iep gtk-redshift ruby-bson-ext ruby-archive-tar-minitar aterm aterm-ml libsaga golang-github-ubuntu-core-snappy-dev python-spyderlib python3-spyderlib squid3 luasseq ttf-ancient-fonts vnc4server xvnc4viewer aspell-eu-es hunspell-eu-es"
 # since bullseye release
-BUGGED="$BUGGED acedb-other-belvu acedb-other-dotter libapache2-mod-md libapache2-mod-proxy-uwsgi apertium-es-ca apertium-es-it apt-transport-https auto-complete-el libbabeltrace-ctf-dev libbabeltrace-ctf1 myspell-bg gtk3-engines-breeze buildbot-slave python3-buildbot python3-buildbot-doc python3-buildbot-worker migemo-el compiz-plugins-default science-electronics xul-ext-debianbuttons"
-# to be continued...
-
-
+BUGGED="$BUGGED acedb-other-belvu acedb-other-dotter libapache2-mod-md libapache2-mod-proxy-uwsgi apertium-es-ca apertium-es-it apt-transport-https auto-complete-el libbabeltrace-ctf-dev libbabeltrace-ctf1 myspell-bg gtk3-engines-breeze buildbot-slave python3-buildbot python3-buildbot-doc python3-buildbot-worker migemo-el compiz-plugins-default science-electronics xul-ext-debianbuttons docker qemu-efi libmaven-exec-plugin-java fonts-hack-otf fonts-hack-ttf fonts-hack-web fonts-roboto-hinted gambas3-gb-gui-opengl gambas3-gb-gui-qt gambas3-gb-gui-qt-webkit gambas3-gb-gui-trayicon libgarcon-1-0-dev gnupg-agent golang-mode golang-go-semver-dev haskell-mode myspell-lv icewm-lite libintellij-annotations-java libintellij-annotations-java-doc natpmp-utils libratbag-tools hunspell-gl-es hunspell-sv-se myspell-hr myspell-pl liblz4-tool mat libegl1-mesa libgl1-mesa-glx libgles2-mesa libwayland-egl1-mesa myspell-pt-br myspell-pt-pt libncurses5-dev libncursesw5-dev libtinfo-dev tor-arm slapd-smbk5pwd pdftk skytools3-ticker libplexus-classworlds2-java libplexus-container-default1.5-java python3-dicom pyotherside idle3 myspell-ru libservlet3.1-java silversearcher-ag-el snap-confine ubuntu-core-launcher libtiff5-dev xul-ext-treestyletab libuim-data verbiste-el libwagon-java x11proto-core-dev x11proto-dri2-dev x11proto-fonts-dev x11proto-gl-dev x11proto-input-dev x11proto-kb-dev x11proto-present-dev x11proto-randr-dev x11proto-record-dev x11proto-render-dev x11proto-scrnsaver-dev x11proto-video-dev x11proto-xext-dev x11proto-xf86dga-dev x11proto-xf86dri-dev x11proto-xf86vidmode-dev x11proto-xinerama-dev libzeroc-ice-java zeroc-ice-utils-java"
+# to be continued after the bookworm release
 
 echo "Looking at $SUITES for obsolete transitional packages in $NEXT."
 BASEPATH=$(ls -1d /tmp/transitional-????? 2>/dev/null || true)
@@ -183,7 +181,7 @@ if $MANUAL_MODE && [ -n "$BAD" ] ; then
 			# wording when filing bugs since the beginning of the development cycle
 			WORDING="Please drop the transitional package $PKG (from the source package $SRC) for $NEXT, as it has been released with $OLDSTABLE and $STABLE already."
 			# wording when filing bugs late in the development cycle
-			WORDING="Please drop the transitional package $PKG (from the source package $SRC) after the release of $NEXT, it has been released with $OLDSTABLE and $STABLE already..."
+			#WORDING="Please drop the transitional package $PKG (from the source package $SRC) after the release of $NEXT, it has been released with $OLDSTABLE and $STABLE already..."
 			TMPFILE=`mktemp`
 			cat >> $TMPFILE <<- EOF
 Package: $PKG
@@ -218,7 +216,7 @@ EOF
 		done
 	fi
 	echo
-else
+elif ! $MANUAL_MODE ; then
 	# non-interactive mode
 	for PKG in $BAD ; do
 		echo



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/6acd9c5b77b51c4055870047ed13445a3bc646d7

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/6acd9c5b77b51c4055870047ed13445a3bc646d7
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/qa-jenkins-scm/attachments/20230311/eac72d73/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list