<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>Kathenas - Intermediate</title>
    <link>https://blog.kathenas.org/</link>
    <description>Development, Engineering, Software, Hardware, Freedom and Openness</description>
    <dc:language>en</dc:language>
    <admin:errorReportsTo rdf:resource="mailto:philip.wyett@kathenas.org" />
    <generator>Serendipity 2.5.0 - http://www.s9y.org/</generator>
    <pubDate>Sat, 02 Aug 2025 18:07:41 GMT</pubDate>

    <image>
    <url>https://blog.kathenas.org/kathenas_logo_text_gold.png</url>
    <title>RSS: Kathenas - Intermediate - Development, Engineering, Software, Hardware, Freedom and Openness</title>
    <link>https://blog.kathenas.org/</link>
    <width></width>
    <height></height>
</image>

<item>
    <title>Debian - Import a new package into Salsa</title>
    <link>https://blog.kathenas.org/index.php?/archives/19-Debian-Import-a-new-package-into-Salsa.html</link>
            <category>Debian</category>
            <category>Difficulty</category>
            <category>Intermediate</category>
            <category>OS</category>
    
    <comments>https://blog.kathenas.org/index.php?/archives/19-Debian-Import-a-new-package-into-Salsa.html#comments</comments>
    <wfw:comment>https://blog.kathenas.org/wfwcomment.php?cid=19</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>https://blog.kathenas.org/rss.php?version=2.0&amp;type=comments&amp;cid=19</wfw:commentRss>
    

    <author>philip.wyett@kathenas.org (Phil Wyett)</author>
    <content:encoded>
    &lt;strong&gt;Install required packages&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Packages that need to be installed on your system are &lt;strong&gt;git&lt;/strong&gt; and &lt;strong&gt;git-buildpackage&lt;/strong&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Create Project&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Create an empty &lt;a href=&quot;https://salsa.debian.org&quot; title=&quot;Debian Salsa&quot; target=&quot;_blank&quot;&gt;Salsa&lt;/a&gt; project for your package.&lt;br /&gt;
&lt;strong&gt;&lt;br /&gt;
Note:&lt;/strong&gt; Be sure to deselect &#039;&#039;&#039;Initialize repository with a README&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Clone Project&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Clone the created empty Salsa repository.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;git clone git@salsa.debian.org:&lt;strong&gt;SALSA_USER&lt;/strong&gt;/&lt;strong&gt;PACKAGE&lt;/strong&gt;.git&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Import Project&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;cd&lt;/strong&gt; into the directory of the salsa project you created and just cloned. Now import your package into the newly created Salsa repository (local).&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;gbp import-dsc --pristine-tar &lt;strong&gt;PATH_TO_PACKAGE_DSC_FILE&lt;/strong&gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Push Project&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Push your package with branches and tags to Salsa (remote).&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;git push -u --all --follow-tags&lt;/blockquote&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sat, 02 Aug 2025 16:58:00 +0100</pubDate>
    <guid isPermaLink="false">https://blog.kathenas.org/index.php?/archives/19-guid.html</guid>
    
</item>
<item>
    <title>Reload UDEV rules without rebooting</title>
    <link>https://blog.kathenas.org/index.php?/archives/10-Reload-UDEV-rules-without-rebooting.html</link>
            <category>Debian</category>
            <category>Difficulty</category>
            <category>EL</category>
            <category>Intermediate</category>
            <category>OS</category>
            <category>RHEL</category>
            <category>Ubuntu</category>
    
    <comments>https://blog.kathenas.org/index.php?/archives/10-Reload-UDEV-rules-without-rebooting.html#comments</comments>
    <wfw:comment>https://blog.kathenas.org/wfwcomment.php?cid=10</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>https://blog.kathenas.org/rss.php?version=2.0&amp;type=comments&amp;cid=10</wfw:commentRss>
    

    <author>philip.wyett@kathenas.org (Phil Wyett)</author>
    <content:encoded>
    Sometimes we make changes to UDEV rules and need to make those changes active without the need to reboot your system. To do this you can use the commands below.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;sudo udevadm control --reload-rules&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt; sudo udevadm trigger&lt;/blockquote&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Mon, 14 Jul 2025 12:37:00 +0100</pubDate>
    <guid isPermaLink="false">https://blog.kathenas.org/index.php?/archives/10-guid.html</guid>
    
</item>
<item>
    <title>Debian - Importing a new package into Salsa</title>
    <link>https://blog.kathenas.org/index.php?/archives/6-Debian-Importing-a-new-package-into-Salsa.html</link>
            <category>Debian</category>
            <category>Difficulty</category>
            <category>Intermediate</category>
            <category>OS</category>
    
    <comments>https://blog.kathenas.org/index.php?/archives/6-Debian-Importing-a-new-package-into-Salsa.html#comments</comments>
    <wfw:comment>https://blog.kathenas.org/wfwcomment.php?cid=6</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>https://blog.kathenas.org/rss.php?version=2.0&amp;type=comments&amp;cid=6</wfw:commentRss>
    

    <author>philip.wyett@kathenas.org (Phil Wyett)</author>
    <content:encoded>
    As part of my Debian contribution, I do a great deal as a Debian Mentor. During this I have been asked many times how to import a new package into Debian&#039;s Salsa (GitLab instance).&lt;br /&gt;
&lt;br /&gt;
I wrote a little tutorial to help here. Please use the link below to the tutorial on my part of the Debian wiki.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://wiki.debian.org/PhilWyett/DebianImportNewPackageIntoSalsa&quot; title=&quot;Importing a new package into Salsa&quot;&gt;Importing a new package into Salsa&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sat, 28 Jun 2025 06:59:00 +0100</pubDate>
    <guid isPermaLink="false">https://blog.kathenas.org/index.php?/archives/6-guid.html</guid>
    
</item>

</channel>
</rss>
