summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Paradies <retabell@gmx.de>2026-07-25 07:15:05 +0200
committerHolger Paradies <retabell@gmx.de>2026-07-25 07:15:05 +0200
commitb72f267a348870c22a697b84e06952c23de6f040 (patch)
treeea3b370e8e573e6d04bedc298d279a4bee91d22d
parent0377937c3899842425e9339e0255b80d873de0c8 (diff)
downloadkanotix-packages-b72f267a348870c22a697b84e06952c23de6f040.zip
kanotix-packages-b72f267a348870c22a697b84e06952c23de6f040.tar.gz
kanotix-irc update packaging
-rw-r--r--kanotix-irc/debian/changelog6
-rw-r--r--kanotix-irc/debian/compat1
-rw-r--r--kanotix-irc/debian/control5
-rwxr-xr-xkanotix-irc/debian/rules24
-rw-r--r--kanotix-irc/debian/source/format1
5 files changed, 33 insertions, 4 deletions
diff --git a/kanotix-irc/debian/changelog b/kanotix-irc/debian/changelog
index a8fbb68..c75252c 100644
--- a/kanotix-irc/debian/changelog
+++ b/kanotix-irc/debian/changelog
@@ -1,3 +1,9 @@
+kanotix-irc (1.0.12) unstable; urgency=medium
+
+ * update debian package build
+
+ -- Holger Paradies <retabell@gmx.de> Sat, 25 Jul 2026 07:06:10 +0200
+
kanotix-irc (1.0.11) unstable; urgency=medium
* rebuild with new number
diff --git a/kanotix-irc/debian/compat b/kanotix-irc/debian/compat
deleted file mode 100644
index 7ed6ff8..0000000
--- a/kanotix-irc/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/kanotix-irc/debian/control b/kanotix-irc/debian/control
index 04dc81e..b1ff4ea 100644
--- a/kanotix-irc/debian/control
+++ b/kanotix-irc/debian/control
@@ -2,8 +2,9 @@ Source: kanotix-irc
Section: net
Priority: optional
Maintainer: Joerg Schirottke <master@kanotix.com>
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5.0.0)
-Standards-Version: 3.7.2
+Build-Depends:
+ debhelper-compat (= 13),
+Standards-Version: 4.6.2
Package: kanotix-irc
Architecture: all
diff --git a/kanotix-irc/debian/rules b/kanotix-irc/debian/rules
index b092bdd..f1d1d25 100755
--- a/kanotix-irc/debian/rules
+++ b/kanotix-irc/debian/rules
@@ -1,4 +1,26 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
+# See debhelper(7) (uncomment to enable).
+# Output every command that modifies files on the build system.
+#export DH_VERBOSE = 1
+
+# See FEATURE AREAS in dpkg-buildflags(1).
+#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+# See ENVIRONMENT in dpkg-buildflags(1).
+# Package maintainers to append CFLAGS.
+#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
+# Package maintainers to append LDFLAGS.
+#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
+
+%:
+ dh $@
+
+
+# dh_make generated override targets.
+# This is an example for Cmake (see <https://bugs.debian.org/641051>).
+#override_dh_auto_configure:
+# dh_auto_configure -- \
+# -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
diff --git a/kanotix-irc/debian/source/format b/kanotix-irc/debian/source/format
new file mode 100644
index 0000000..89ae9db
--- /dev/null
+++ b/kanotix-irc/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)