summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-06-14 10:43:02 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-06-14 10:43:02 -0300
commitba2d198f6794624675ac571d8b5337278da357bb (patch)
treea130239abc9311df180d93e0acc8784dc4f6c842
parentce81034a0c6b810eb7b8eb583a2eb6d0bccc0f27 (diff)
downloaddebian-ba2d198f6794624675ac571d8b5337278da357bb.tar.gz
debian-ba2d198f6794624675ac571d8b5337278da357bb.tar.bz2
Updates basics and building
-rw-r--r--basics.md4
-rw-r--r--building.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/basics.md b/basics.md
index 129e57d..2ba6095 100644
--- a/basics.md
+++ b/basics.md
@@ -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
-------