I have caused this, so I am uploading a NMU to fix this.
The debdiff is attached.
diff -Nru smuxi-1.1/debian/changelog smuxi-1.1/debian/changelog
--- smuxi-1.1/debian/changelog  2023-08-04 21:42:26.000000000 +0200
+++ smuxi-1.1/debian/changelog  2023-09-05 22:27:06.000000000 +0200
@@ -1,3 +1,11 @@
+smuxi (1.1-1.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop useless meta package (Closes: #1051006).
+  * Drop unnecessary vendor-specific patch series (Closes: #915916).
+
+ -- Bastian Germann <b...@debian.org>  Tue, 05 Sep 2023 22:27:06 +0200
+
 smuxi (1.1-1.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru smuxi-1.1/debian/control smuxi-1.1/debian/control
--- smuxi-1.1/debian/control    2023-08-04 21:42:26.000000000 +0200
+++ smuxi-1.1/debian/control    2023-09-05 22:26:25.000000000 +0200
@@ -29,24 +29,6 @@
 Vcs-Git: https://salsa.debian.org/dotnet-team/smuxi.git
 Vcs-Browser: https://salsa.debian.org/dotnet-team/smuxi
 
-Package: smuxi
-Architecture: all
-Depends:
- ${misc:Depends},
-Description: graphical IRC client
- Smuxi is an irssi-inspired, flexible, user-friendly and cross-platform IRC
- client for sophisticated users, targeting the GNOME desktop.
- .
- Smuxi is based on the client-server model: The core application (engine) can
- be placed onto a server which is connected to the Internet around-the-clock;
- one or more frontends then connect to the core. This way, the connection to
- IRC can be kept up even when all frontends have been closed. The combination
- of screen and irssi served as example for this architecture.
- .
- Smuxi also supports the regular single application mode. This behaves like a
- typical IRC client; it doesn't need separate core management and utilizes a
- local engine that is used by the local frontend client.
-
 Package: smuxi-engine
 Architecture: all
 Replaces:
diff -Nru smuxi-1.1/debian/patches/debian_default_settings.patch 
smuxi-1.1/debian/patches/debian_default_settings.patch
--- smuxi-1.1/debian/patches/debian_default_settings.patch      1970-01-01 
01:00:00.000000000 +0100
+++ smuxi-1.1/debian/patches/debian_default_settings.patch      2023-07-21 
17:57:21.000000000 +0200
@@ -0,0 +1,15 @@
+Author: Mirco Bauer <mee...@meebey.net>
+Date:   Sat Sep 19 19:23:31 2009 +0000
+Subject: append debian channel to default config
+
+---
+--- a/src/Engine/Config/Config.cs
++++ b/src/Engine/Config/Config.cs
+@@ -338,6 +338,7 @@
+             Get(prefix + "OnConnectCommands",
+                 new string[] {
+                     "/join #smuxi",
++                    "/join #debian",
+                 }
+             );
+             
diff -Nru smuxi-1.1/debian/patches/series smuxi-1.1/debian/patches/series
--- smuxi-1.1/debian/patches/series     2023-08-04 21:42:26.000000000 +0200
+++ smuxi-1.1/debian/patches/series     2023-07-21 17:57:21.000000000 +0200
@@ -3,4 +3,5 @@
 build_Twitterizer2_with_default_compiler.patch
 build_db4o_with_default_compiler.patch
 build_agsxmpp_with_default_compiler.patch
+debian_default_settings.patch
 use-AC_PATH_TOOLS-to-help-cross-build-process.patch
diff -Nru smuxi-1.1/debian/patches/ubuntu_default_settings.patch 
smuxi-1.1/debian/patches/ubuntu_default_settings.patch
--- smuxi-1.1/debian/patches/ubuntu_default_settings.patch      2023-07-21 
17:57:21.000000000 +0200
+++ smuxi-1.1/debian/patches/ubuntu_default_settings.patch      1970-01-01 
01:00:00.000000000 +0100
@@ -1,17 +0,0 @@
-Index: smuxi/src/Engine/Config/Config.cs
-===================================================================
---- smuxi.orig/src/Engine/Config/Config.cs     2014-02-16 20:07:05.896696227 
+0100
-+++ smuxi/src/Engine/Config/Config.cs  2014-02-16 20:07:05.896696227 +0100
-@@ -386,6 +386,12 @@
-             Get(prefix + "Password", String.Empty);
-             Get(prefix + "UseEncryption", false);
-             Get(prefix + "ValidateServerCertificate", false);
-+            Get(prefix + "OnStartupConnect", true);
-+            Get(prefix + "OnConnectCommands",
-+                new string[] {
-+                    "/join #ubuntu",
-+                }
-+            );
-             
-             prefix = "Engine/Users/";
-             Get(prefix+"Users", new string[] { "local" });
diff -Nru smuxi-1.1/debian/patches/ubuntu.series 
smuxi-1.1/debian/patches/ubuntu.series
--- smuxi-1.1/debian/patches/ubuntu.series      2023-07-21 17:57:21.000000000 
+0200
+++ smuxi-1.1/debian/patches/ubuntu.series      1970-01-01 01:00:00.000000000 
+0100
@@ -1,6 +0,0 @@
-fix_reautogen.patch
-build_Newtonsoft.Json_with_default_compiler.patch
-build_Twitterizer2_with_default_compiler.patch
-build_db4o_with_default_compiler.patch
-build_agsxmpp_with_default_compiler.patch
-ubuntu_default_settings.patch
diff -Nru 
smuxi-1.1/debian/patches/use-AC_PATH_TOOLS-to-help-cross-build-process.patch 
smuxi-1.1/debian/patches/use-AC_PATH_TOOLS-to-help-cross-build-process.patch
--- 
smuxi-1.1/debian/patches/use-AC_PATH_TOOLS-to-help-cross-build-process.patch    
    2023-07-21 17:57:21.000000000 +0200
+++ 
smuxi-1.1/debian/patches/use-AC_PATH_TOOLS-to-help-cross-build-process.patch    
    2023-09-05 22:27:06.000000000 +0200
@@ -1,6 +1,6 @@
 From: Victor Seva <linuxman...@torreviejawireless.org>
 Date: Tue, 6 Feb 2018 12:37:47 +0100
-Subject: use AC_PATH_TOOLS to help cross-build process
+Subject: use AC_PATH_TOOL to help cross-build process
 
 See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=884798
 ---
diff -Nru smuxi-1.1/debian/smuxi-frontend-gnome.install 
smuxi-1.1/debian/smuxi-frontend-gnome.install
--- smuxi-1.1/debian/smuxi-frontend-gnome.install       2023-07-21 
18:02:12.000000000 +0200
+++ smuxi-1.1/debian/smuxi-frontend-gnome.install       1970-01-01 
01:00:00.000000000 +0100
@@ -1,5 +0,0 @@
-usr/bin/smuxi-frontend-gnome
-usr/lib/smuxi/smuxi-frontend-gnome*
-usr/share/applications/smuxi-frontend-gnome.desktop
-usr/share/icons/
-usr/share/locale/*/LC_MESSAGES/smuxi-frontend-gnome*.mo

Reply via email to