diff options
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 --------- |