diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-06-14 10:43:02 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-06-14 10:43:02 -0300 |
commit | ba2d198f6794624675ac571d8b5337278da357bb (patch) | |
tree | a130239abc9311df180d93e0acc8784dc4f6c842 | |
parent | ce81034a0c6b810eb7b8eb583a2eb6d0bccc0f27 (diff) | |
download | debian-ba2d198f6794624675ac571d8b5337278da357bb.tar.gz debian-ba2d198f6794624675ac571d8b5337278da357bb.tar.bz2 |
Updates basics and building
-rw-r--r-- | basics.md | 4 | ||||
-rw-r--r-- | building.md | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -11,8 +11,8 @@ Starting a new package We use the `packages/` folder from this repo to store sources: - mkdir package/$package - cd package/$package + mkdir packages/$package + cd packages/$package Getting the debianized source ----------------------------- diff --git a/building.md b/building.md index 9f6d8db..b02f392 100644 --- a/building.md +++ b/building.md @@ -4,7 +4,7 @@ Building Standard build -------------- - DIST=wheezy sudo -E cowbuilder --build $package*.dsc + DIST=stretch sudo -E cowbuilder --build $package*.dsc Signing ------- |