Skip to content

Commit

Permalink
update steps
Browse files Browse the repository at this point in the history
  • Loading branch information
teusbenschop committed Oct 15, 2023
1 parent 692c0ed commit 8a87a09
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
8 changes: 8 additions & 0 deletions reference.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,11 @@ Creating a patch for a package:
https://wiki.debian.org/UsingQuilt
https://raphaelhertzog.com/2011/07/04/how-to-prepare-patches-for-debian-packages/


Locating a key:
$ gpg --locate-keys <email address>


Singning keys:
https://wiki.debian.org/Keysigning

24 changes: 24 additions & 0 deletions steps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,27 @@ https://wiki.debian.org/Javascript/Repacking

To build source-only package.
$ debuild -S


Uploading commands to incoming
==============================

Example queue.commands file:

Uploader: Teus Benschop <[email protected]>
Commands:
rm libpqxx_7.8.1-1.dsc
rm libpqxx_7.8.1.orig.tar.gz
rm libpqxx_7.8.1-1.debian.tar.xz
rm libpqxx_7.8.1-1_source.buildinfo
rm libpqxx_7.8.1-1_source.changes

Sign this file:
$ gpg --clearsign file

Upload the signed file:
$ dcut -U signed.commands

Or use this:
$ dcut rm libpqxx_7.8.1-1.dsc

0 comments on commit 8a87a09

Please sign in to comment.