summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4221d61..f72b32b 100644
--- a/README.md
+++ b/README.md
@@ -83,6 +83,13 @@ Building
DIST=wheezy sudo -E cowbuilder --build $package*.dsc
+Signing
+-------
+
+To sign both the `.dsc` and the `.changes` files:
+
+ debsign $package*.changes
+
Uploading
---------