summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-09-16 22:40:59 +0300
committerLars Wirzenius <liw@liw.fi>2015-09-17 21:17:50 +0300
commitc56bc22a6eae9b46e897344690769bb1469cecdf (patch)
tree24aec94cbd14a02ba6a40587254d13fc23f84b69 /doc
parentf6d158e8804b1e0847915488c2028542329a3792 (diff)
downloadick-c56bc22a6eae9b46e897344690769bb1469cecdf.tar.gz
Fix scenario and implementation
Diffstat (limited to 'doc')
-rw-r--r--doc/070-pipeline.yarn2
-rw-r--r--doc/900-implements.yarn4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/070-pipeline.yarn b/doc/070-pipeline.yarn
index db4048c..a5d29fd 100644
--- a/doc/070-pipeline.yarn
+++ b/doc/070-pipeline.yarn
@@ -86,7 +86,7 @@ but no packaging, and a separate repository with the corresponding
packaging.
GIVEN an upstream source repository for project foo
- AND a packaging repository called deb for project foo version 3.2
+ AND a packaging repository called deb for project foo version 3.2-1
Then we need an Ick file.
diff --git a/doc/900-implements.yarn b/doc/900-implements.yarn
index 29f5ca2..8c2b616 100644
--- a/doc/900-implements.yarn
+++ b/doc/900-implements.yarn
@@ -166,14 +166,14 @@ Create a git repository with just Debian packaging files.
dch -c changelog -r ''
cat << EOF > control
- Source: $MATCH_1
+ Source: $PROJECT
Maintainer: John Doe <john@example.com>
Section: python
Priority: optional
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 7.3.8)
- Package: $MATCH_1
+ Package: $PROJECT
Architecture: all
Depends: \${misc:Depends}
Description: this is a test package