<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki2025.debian.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Otto</id>
	<title>Debian Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki2025.debian.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Otto"/>
	<link rel="alternate" type="text/html" href="https://wiki2025.debian.org/wiki/Special:Contributions/Otto"/>
	<updated>2026-05-06T14:25:54Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki2025.debian.org/index.php?title=Salsa&amp;diff=1234</id>
		<title>Salsa</title>
		<link rel="alternate" type="text/html" href="https://wiki2025.debian.org/index.php?title=Salsa&amp;diff=1234"/>
		<updated>2025-08-19T16:42:18Z</updated>

		<summary type="html">&lt;p&gt;Otto: Clarify the merge-requests namespace is read-only&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;{{MediaWiki:Sitenotice}}&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page was mainly made to test Mediawiki for documenting a specific use case with screenshots, and can be deleted at any time.&lt;br /&gt;
&lt;br /&gt;
=== Subscribe to email notifications about new Merge Requests in your project ===&lt;br /&gt;
[[File:Salsa notification settings example.png|alt=Screenshot of notification settings drop-down in Salsa|thumb|Notification settings drop-down in Salsa]]&lt;br /&gt;
By default, a new Merge Request on Salsa does not trigger an email notification to the project owner, as Salsa does not have any integration that would allow it to know which projects are Debian packages, and who are the maintainers. Therefore, each maintainer needs to manually ensure they are subscribed to email notifications for the Salsa projects of packages they maintain.&lt;br /&gt;
&lt;br /&gt;
To do this, simply open the project main page, press on the bell icon, and select notification level &#039;&#039;Watch.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To see a list of all projects subscribed, see the user settings page https://salsa.debian.org/-/profile/notifications.&lt;br /&gt;
&lt;br /&gt;
=== Checking Merge Requests from the command-line ===&lt;br /&gt;
It is also possible to list all open Merge Requests using the [https://manpages.debian.org/unstable/devscripts/salsa.1.en.html salsa] tool from the &amp;lt;code&amp;gt;devscripts&amp;lt;/code&amp;gt; package.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 # salsa merge_requests debian/openssl&lt;br /&gt;
 debian/openssl&lt;br /&gt;
 	Id    : 81447&lt;br /&gt;
 	Title : Enable Salsa CI using default template&lt;br /&gt;
 	Author: otto&lt;br /&gt;
 	Status: can_be_merged&lt;br /&gt;
 	Url   : &amp;lt;nowiki&amp;gt;https://salsa.debian.org/debian/openssl/-/merge_requests/11&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
There are also other command-line clients for GitLab, such as [https://manpages.debian.org/unstable/glab/glab.1.en.html glab]:&lt;br /&gt;
 # glab mr list --repo debian/openssl&lt;br /&gt;
 Showing 1 open merge request on debian/openssl. (Page 1)&lt;br /&gt;
 &lt;br /&gt;
 !11  debian/openssl!11  Enable Salsa CI using default template  (debian/unstable) ← (salsa-ci)&lt;br /&gt;
Third option is to use the special GitLab read-only &amp;lt;code&amp;gt;merge-request&amp;lt;/code&amp;gt; namespace and fetch it:&lt;br /&gt;
 # tail .git/config&lt;br /&gt;
 [remote &amp;quot;merge-requests&amp;quot;]&lt;br /&gt;
   url = git@salsa.debian.org:&amp;lt;project&amp;gt;.git&lt;br /&gt;
   fetch = +refs/merge-requests/*/head:refs/remotes/merge-requests/*&lt;br /&gt;
   tagopt = --no-tags	&lt;br /&gt;
 	&lt;br /&gt;
 # git fetch merge-requests&lt;br /&gt;
 remote: Enumerating objects: 4, done.&lt;br /&gt;
 remote: Counting objects: 100% (4/4), done.&lt;br /&gt;
 remote: Total 4 (delta 3), reused 4 (delta 3), pack-reused 0 (from 0)&lt;br /&gt;
 Unpacking objects: 100% (4/4), 374 bytes | 62.00 KiB/s, done.&lt;br /&gt;
 From salsa.debian.org:&amp;lt;project&amp;gt;&lt;br /&gt;
  * [new ref]         refs/merge-requests/27/head -&amp;gt; merge-requests/27&lt;br /&gt;
  * [new ref]         refs/merge-requests/28/head -&amp;gt; merge-requests/28&lt;br /&gt;
  * [new ref]         refs/merge-requests/29/head -&amp;gt; merge-requests/29&lt;br /&gt;
&lt;br /&gt;
=== Merge Requests on developer dashboards ===&lt;br /&gt;
Debian Developers and Maintainers should be checking the health of their packages regularly. There are two dashboards that give a good overview of the package health, and they both include a field indicating if there are open Merge Requests.&lt;br /&gt;
&lt;br /&gt;
The [https://udd.debian.org/dmd/ UDD Maintainer dashboard] has a column for Salsa with the open MR count included:&lt;br /&gt;
[[File:UDD Salsa column screenshot.png|alt=UDD Salsa column screenshot|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The [https://qa.debian.org/developer.php Screenshot of Debian Developer&#039;s Packages Overview] has a column for VCS information, where the open MR count shows as a exclamation mark and a number:&lt;br /&gt;
[[File:Screenshot of Debian Developer&#039;s Packages Overview VCS column.png|alt=Screenshot of Debian Developer&#039;s Packages Overview VCS column|center|thumb]]For individual packages you can also see the number of open Merge Requests on the Debian Tracker page:&lt;br /&gt;
[[File:Debian Tracker showing open Merge Requests.png|alt=Screenshot of Debian Tracker showing open Merge Requests|center|thumb]]&lt;/div&gt;</summary>
		<author><name>Otto</name></author>
	</entry>
	<entry>
		<id>https://wiki2025.debian.org/index.php?title=Salsa&amp;diff=1233</id>
		<title>Salsa</title>
		<link rel="alternate" type="text/html" href="https://wiki2025.debian.org/index.php?title=Salsa&amp;diff=1233"/>
		<updated>2025-08-19T16:40:32Z</updated>

		<summary type="html">&lt;p&gt;Otto: Include screenshot from Debian Tracker&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;{{MediaWiki:Sitenotice}}&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page was mainly made to test Mediawiki for documenting a specific use case with screenshots, and can be deleted at any time.&lt;br /&gt;
&lt;br /&gt;
=== Subscribe to email notifications about new Merge Requests in your project ===&lt;br /&gt;
[[File:Salsa notification settings example.png|alt=Screenshot of notification settings drop-down in Salsa|thumb|Notification settings drop-down in Salsa]]&lt;br /&gt;
By default, a new Merge Request on Salsa does not trigger an email notification to the project owner, as Salsa does not have any integration that would allow it to know which projects are Debian packages, and who are the maintainers. Therefore, each maintainer needs to manually ensure they are subscribed to email notifications for the Salsa projects of packages they maintain.&lt;br /&gt;
&lt;br /&gt;
To do this, simply open the project main page, press on the bell icon, and select notification level &#039;&#039;Watch.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To see a list of all projects subscribed, see the user settings page https://salsa.debian.org/-/profile/notifications.&lt;br /&gt;
&lt;br /&gt;
=== Checking Merge Requests from the command-line ===&lt;br /&gt;
It is also possible to list all open Merge Requests using the [https://manpages.debian.org/unstable/devscripts/salsa.1.en.html salsa] tool from the &amp;lt;code&amp;gt;devscripts&amp;lt;/code&amp;gt; package.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 # salsa merge_requests debian/openssl&lt;br /&gt;
 debian/openssl&lt;br /&gt;
 	Id    : 81447&lt;br /&gt;
 	Title : Enable Salsa CI using default template&lt;br /&gt;
 	Author: otto&lt;br /&gt;
 	Status: can_be_merged&lt;br /&gt;
 	Url   : &amp;lt;nowiki&amp;gt;https://salsa.debian.org/debian/openssl/-/merge_requests/11&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
There are also other command-line clients for GitLab, such as [https://manpages.debian.org/unstable/glab/glab.1.en.html glab]:&lt;br /&gt;
 # glab mr list --repo debian/openssl&lt;br /&gt;
 Showing 1 open merge request on debian/openssl. (Page 1)&lt;br /&gt;
 &lt;br /&gt;
 !11  debian/openssl!11  Enable Salsa CI using default template  (debian/unstable) ← (salsa-ci)&lt;br /&gt;
Third option is to use the special GitLab merge-request namespace and fetch it:&lt;br /&gt;
 # tail .git/config&lt;br /&gt;
 [remote &amp;quot;merge-requests&amp;quot;]&lt;br /&gt;
   url = git@salsa.debian.org:&amp;lt;project&amp;gt;.git&lt;br /&gt;
   fetch = +refs/merge-requests/*/head:refs/remotes/merge-requests/*&lt;br /&gt;
   tagopt = --no-tags	&lt;br /&gt;
 	&lt;br /&gt;
 # git fetch merge-requests&lt;br /&gt;
 remote: Enumerating objects: 4, done.&lt;br /&gt;
 remote: Counting objects: 100% (4/4), done.&lt;br /&gt;
 remote: Total 4 (delta 3), reused 4 (delta 3), pack-reused 0 (from 0)&lt;br /&gt;
 Unpacking objects: 100% (4/4), 374 bytes | 62.00 KiB/s, done.&lt;br /&gt;
 From salsa.debian.org:&amp;lt;project&amp;gt;&lt;br /&gt;
  * [new ref]         refs/merge-requests/27/head -&amp;gt; merge-requests/27&lt;br /&gt;
  * [new ref]         refs/merge-requests/28/head -&amp;gt; merge-requests/28&lt;br /&gt;
  * [new ref]         refs/merge-requests/29/head -&amp;gt; merge-requests/29&lt;br /&gt;
&lt;br /&gt;
=== Merge Requests on developer dashboards ===&lt;br /&gt;
Debian Developers and Maintainers should be checking the health of their packages regularly. There are two dashboards that give a good overview of the package health, and they both include a field indicating if there are open Merge Requests.&lt;br /&gt;
&lt;br /&gt;
The [https://udd.debian.org/dmd/ UDD Maintainer dashboard] has a column for Salsa with the open MR count included:&lt;br /&gt;
[[File:UDD Salsa column screenshot.png|alt=UDD Salsa column screenshot|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The [https://qa.debian.org/developer.php Screenshot of Debian Developer&#039;s Packages Overview] has a column for VCS information, where the open MR count shows as a exclamation mark and a number:&lt;br /&gt;
[[File:Screenshot of Debian Developer&#039;s Packages Overview VCS column.png|alt=Screenshot of Debian Developer&#039;s Packages Overview VCS column|center|thumb]]For individual packages you can also see the number of open Merge Requests on the Debian Tracker page:&lt;br /&gt;
[[File:Debian Tracker showing open Merge Requests.png|alt=Screenshot of Debian Tracker showing open Merge Requests|center|thumb]]&lt;/div&gt;</summary>
		<author><name>Otto</name></author>
	</entry>
	<entry>
		<id>https://wiki2025.debian.org/index.php?title=File:Debian_Tracker_showing_open_Merge_Requests.png&amp;diff=1232</id>
		<title>File:Debian Tracker showing open Merge Requests.png</title>
		<link rel="alternate" type="text/html" href="https://wiki2025.debian.org/index.php?title=File:Debian_Tracker_showing_open_Merge_Requests.png&amp;diff=1232"/>
		<updated>2025-08-19T16:39:56Z</updated>

		<summary type="html">&lt;p&gt;Otto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Debian Tracker showing open Merge Requests&lt;/div&gt;</summary>
		<author><name>Otto</name></author>
	</entry>
	<entry>
		<id>https://wiki2025.debian.org/index.php?title=Salsa&amp;diff=1188</id>
		<title>Salsa</title>
		<link rel="alternate" type="text/html" href="https://wiki2025.debian.org/index.php?title=Salsa&amp;diff=1188"/>
		<updated>2025-08-18T20:07:02Z</updated>

		<summary type="html">&lt;p&gt;Otto: Include merge-requests namespace example&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;{{MediaWiki:Sitenotice}}&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page was mainly made to test Mediawiki for documenting a specific use case with screenshots, and can be deleted at any time.&lt;br /&gt;
&lt;br /&gt;
=== Subscribe to email notifications about new Merge Requests in your project ===&lt;br /&gt;
[[File:Salsa notification settings example.png|alt=Screenshot of notification settings drop-down in Salsa|thumb|Notification settings drop-down in Salsa]]&lt;br /&gt;
By default, a new Merge Request on Salsa does not trigger an email notification to the project owner, as Salsa does not have any integration that would allow it to know which projects are Debian packages, and who are the maintainers. Therefore, each maintainer needs to manually ensure they are subscribed to email notifications for the Salsa projects of packages they maintain.&lt;br /&gt;
&lt;br /&gt;
To do this, simply open the project main page, press on the bell icon, and select notification level &#039;&#039;Watch.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To see a list of all projects subscribed, see the user settings page https://salsa.debian.org/-/profile/notifications.&lt;br /&gt;
&lt;br /&gt;
=== Checking Merge Requests from the command-line ===&lt;br /&gt;
It is also possible to list all open Merge Requests using the [https://manpages.debian.org/unstable/devscripts/salsa.1.en.html salsa] tool from the &amp;lt;code&amp;gt;devscripts&amp;lt;/code&amp;gt; package.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 # salsa merge_requests debian/openssl&lt;br /&gt;
 debian/openssl&lt;br /&gt;
 	Id    : 81447&lt;br /&gt;
 	Title : Enable Salsa CI using default template&lt;br /&gt;
 	Author: otto&lt;br /&gt;
 	Status: can_be_merged&lt;br /&gt;
 	Url   : &amp;lt;nowiki&amp;gt;https://salsa.debian.org/debian/openssl/-/merge_requests/11&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
There are also other command-line clients for GitLab, such as [https://manpages.debian.org/unstable/glab/glab.1.en.html glab]:&lt;br /&gt;
 # glab mr list --repo debian/openssl&lt;br /&gt;
 Showing 1 open merge request on debian/openssl. (Page 1)&lt;br /&gt;
 &lt;br /&gt;
 !11  debian/openssl!11  Enable Salsa CI using default template  (debian/unstable) ← (salsa-ci)&lt;br /&gt;
Third option is to use the special GitLab merge-request namespace and fetch it:&lt;br /&gt;
 # tail .git/config&lt;br /&gt;
 [remote &amp;quot;merge-requests&amp;quot;]&lt;br /&gt;
   url = git@salsa.debian.org:&amp;lt;project&amp;gt;.git&lt;br /&gt;
   fetch = +refs/merge-requests/*/head:refs/remotes/merge-requests/*&lt;br /&gt;
   tagopt = --no-tags	&lt;br /&gt;
 	&lt;br /&gt;
 # git fetch merge-requests&lt;br /&gt;
 remote: Enumerating objects: 4, done.&lt;br /&gt;
 remote: Counting objects: 100% (4/4), done.&lt;br /&gt;
 remote: Total 4 (delta 3), reused 4 (delta 3), pack-reused 0 (from 0)&lt;br /&gt;
 Unpacking objects: 100% (4/4), 374 bytes | 62.00 KiB/s, done.&lt;br /&gt;
 From salsa.debian.org:&amp;lt;project&amp;gt;&lt;br /&gt;
  * [new ref]         refs/merge-requests/27/head -&amp;gt; merge-requests/27&lt;br /&gt;
  * [new ref]         refs/merge-requests/28/head -&amp;gt; merge-requests/28&lt;br /&gt;
  * [new ref]         refs/merge-requests/29/head -&amp;gt; merge-requests/29&lt;br /&gt;
&lt;br /&gt;
=== Merge Requests on developer dashboards ===&lt;br /&gt;
Debian Developers and Maintainers should be checking the health of their packages regularly. There are two dashboards that give a good overview of the package health, and they both include a field indicating if there are open Merge Requests.&lt;br /&gt;
&lt;br /&gt;
The [https://udd.debian.org/dmd/ UDD Maintainer dashboard] has a column for Salsa with the open MR count included:&lt;br /&gt;
[[File:UDD Salsa column screenshot.png|alt=UDD Salsa column screenshot|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The [https://qa.debian.org/developer.php Screenshot of Debian Developer&#039;s Packages Overview] has a column for VCS information, where the open MR count shows as a exclamation mark and a number:&lt;br /&gt;
[[File:Screenshot of Debian Developer&#039;s Packages Overview VCS column.png|alt=Screenshot of Debian Developer&#039;s Packages Overview VCS column|center|thumb]]&lt;/div&gt;</summary>
		<author><name>Otto</name></author>
	</entry>
	<entry>
		<id>https://wiki2025.debian.org/index.php?title=Salsa&amp;diff=1182</id>
		<title>Salsa</title>
		<link rel="alternate" type="text/html" href="https://wiki2025.debian.org/index.php?title=Salsa&amp;diff=1182"/>
		<updated>2025-08-14T19:34:25Z</updated>

		<summary type="html">&lt;p&gt;Otto: Show more examples&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;{{MediaWiki:Sitenotice}}&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page was mainly made to test Mediawiki for documenting a specific use case with screenshots, and can be deleted at any time.&lt;br /&gt;
&lt;br /&gt;
=== Subscribe to email notifications about new Merge Requests in your project ===&lt;br /&gt;
[[File:Salsa notification settings example.png|alt=Screenshot of notification settings drop-down in Salsa|thumb|Notification settings drop-down in Salsa]]&lt;br /&gt;
By default, a new Merge Request on Salsa does not trigger an email notification to the project owner, as Salsa does not have any integration that would allow it to know which projects are Debian packages, and who are the maintainers. Therefore, each maintainer needs to manually ensure they are subscribed to email notifications for the Salsa projects of packages they maintain.&lt;br /&gt;
&lt;br /&gt;
To do this, simply open the project main page, press on the bell icon, and select notification level &#039;&#039;Watch.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To see a list of all projects subscribed, see the user settings page https://salsa.debian.org/-/profile/notifications.&lt;br /&gt;
&lt;br /&gt;
=== Checking Merge Requests from the command-line ===&lt;br /&gt;
It is also possible to list all open Merge Requests using the [https://manpages.debian.org/unstable/devscripts/salsa.1.en.html salsa] tool from the &amp;lt;code&amp;gt;devscripts&amp;lt;/code&amp;gt; package.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 # salsa merge_requests debian/openssl&lt;br /&gt;
 debian/openssl&lt;br /&gt;
 	Id    : 81447&lt;br /&gt;
 	Title : Enable Salsa CI using default template&lt;br /&gt;
 	Author: otto&lt;br /&gt;
 	Status: can_be_merged&lt;br /&gt;
 	Url   : &amp;lt;nowiki&amp;gt;https://salsa.debian.org/debian/openssl/-/merge_requests/11&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
There are also other command-line clients for GitLab, such as [https://manpages.debian.org/unstable/glab/glab.1.en.html glab]:&lt;br /&gt;
 # glab mr list --repo debian/openssl&lt;br /&gt;
 Showing 1 open merge request on debian/openssl. (Page 1)&lt;br /&gt;
 &lt;br /&gt;
 !11  debian/openssl!11  Enable Salsa CI using default template  (debian/unstable) ← (salsa-ci)&lt;br /&gt;
&lt;br /&gt;
=== Merge Requests on developer dashboards ===&lt;br /&gt;
Debian Developers and Maintainers should be checking the health of their packages regularly. There are two dashboards that give a good overview of the package health, and they both include a field indicating if there are open Merge Requests.&lt;br /&gt;
&lt;br /&gt;
The [https://udd.debian.org/dmd/ UDD Maintainer dashboard] has a column for Salsa with the open MR count included:&lt;br /&gt;
[[File:UDD Salsa column screenshot.png|alt=UDD Salsa column screenshot|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The [https://qa.debian.org/developer.php Screenshot of Debian Developer&#039;s Packages Overview] has a column for VCS information, where the open MR count shows as a exclamation mark and a number:&lt;br /&gt;
[[File:Screenshot of Debian Developer&#039;s Packages Overview VCS column.png|alt=Screenshot of Debian Developer&#039;s Packages Overview VCS column|center|thumb]]&lt;/div&gt;</summary>
		<author><name>Otto</name></author>
	</entry>
	<entry>
		<id>https://wiki2025.debian.org/index.php?title=File:Screenshot_of_Debian_Developer%27s_Packages_Overview_VCS_column.png&amp;diff=1181</id>
		<title>File:Screenshot of Debian Developer&#039;s Packages Overview VCS column.png</title>
		<link rel="alternate" type="text/html" href="https://wiki2025.debian.org/index.php?title=File:Screenshot_of_Debian_Developer%27s_Packages_Overview_VCS_column.png&amp;diff=1181"/>
		<updated>2025-08-14T19:30:15Z</updated>

		<summary type="html">&lt;p&gt;Otto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Screenshot of Debian Developer&#039;s Packages Overview VCS column&lt;/div&gt;</summary>
		<author><name>Otto</name></author>
	</entry>
	<entry>
		<id>https://wiki2025.debian.org/index.php?title=File:UDD_Salsa_column_screenshot.png&amp;diff=1180</id>
		<title>File:UDD Salsa column screenshot.png</title>
		<link rel="alternate" type="text/html" href="https://wiki2025.debian.org/index.php?title=File:UDD_Salsa_column_screenshot.png&amp;diff=1180"/>
		<updated>2025-08-14T19:28:16Z</updated>

		<summary type="html">&lt;p&gt;Otto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;UDD Salsa column screenshot&lt;/div&gt;</summary>
		<author><name>Otto</name></author>
	</entry>
	<entry>
		<id>https://wiki2025.debian.org/index.php?title=Salsa&amp;diff=1179</id>
		<title>Salsa</title>
		<link rel="alternate" type="text/html" href="https://wiki2025.debian.org/index.php?title=Salsa&amp;diff=1179"/>
		<updated>2025-08-14T17:50:02Z</updated>

		<summary type="html">&lt;p&gt;Otto: Testing creation of new page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;{{MediaWiki:Sitenotice}}&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This page was mainly made to test Mediawiki for documenting a specific use case with screenshots, and can be deleted at any time.&lt;br /&gt;
&lt;br /&gt;
=== Subscribe to email notifications about new Merge Requests in your project ===&lt;br /&gt;
[[File:Salsa notification settings example.png|alt=Screenshot of notification settings drop-down in Salsa|thumb|Notification settings drop-down in Salsa]]&lt;br /&gt;
By default, a new Merge Request on Salsa does not trigger an email notification to the project owner, as Salsa does not have any integration that would allow it to know which projects are Debian packages, and who are the maintainers. Therefore, each maintainer needs to manually ensure they are subscribed to email notifications for the Salsa projects of packages they maintain.&lt;br /&gt;
&lt;br /&gt;
To do this, simply open the project main page, press on the bell icon, and select notification level &#039;&#039;Watch.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
To see a list of all projects subscribed, see the user settings page https://salsa.debian.org/-/profile/notifications.&lt;/div&gt;</summary>
		<author><name>Otto</name></author>
	</entry>
	<entry>
		<id>https://wiki2025.debian.org/index.php?title=File:Salsa_notification_settings_example.png&amp;diff=1178</id>
		<title>File:Salsa notification settings example.png</title>
		<link rel="alternate" type="text/html" href="https://wiki2025.debian.org/index.php?title=File:Salsa_notification_settings_example.png&amp;diff=1178"/>
		<updated>2025-08-14T17:46:31Z</updated>

		<summary type="html">&lt;p&gt;Otto: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Screenshot from Salsa&lt;/div&gt;</summary>
		<author><name>Otto</name></author>
	</entry>
	<entry>
		<id>https://wiki2025.debian.org/index.php?title=User:Otto&amp;diff=19</id>
		<title>User:Otto</title>
		<link rel="alternate" type="text/html" href="https://wiki2025.debian.org/index.php?title=User:Otto&amp;diff=19"/>
		<updated>2025-07-20T15:44:44Z</updated>

		<summary type="html">&lt;p&gt;Otto: Add my own profile page as a test of the new wiki&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Debian Developer since 2015 - see https://contributors.debian.org/contributor/otto/&lt;br /&gt;
&lt;br /&gt;
Personal blog at https://optimizedbyotto.com/&lt;/div&gt;</summary>
		<author><name>Otto</name></author>
	</entry>
</feed>