Control: -1 tags patch
Stop

Find attached content for the debian/README.source



Groeten
Geert Stappers
-- 
Silence is hard to parse
>From fd0abe42d2b33e6ba553312a5bc31dad8099cd86 Mon Sep 17 00:00:00 2001
From: Geert Stappers <[email protected]>
Date: Tue, 8 Sep 2026 16:57:40 +0200
Subject: [PATCH] new file:   debian/README.source

To document packaging workflow
---
 debian/README.source | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 debian/README.source

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 00000000..eb7b89e5
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,19 @@
+
+Workflow for a new release
+
+
+export VERSION=0.1.2
+
+uscan --download-version ${VERSION}
+# Download should happen  ....
+
+gbp import-orig --pristine-tar ../kubernetes_${VERSION}+ds.orig.tar.gz
+# branches `upstream` and `pristine-tar` get updated
+
+
+#
+# verify that patches still apply
+export QUILT_PATCH=debian/patches
+
+quilt push -a
+# expect to get errors that need to be fixed
-- 
2.53.0

Reply via email to