equal
deleted
inserted
replaced
2 --------------------- |
2 --------------------- |
3 |
3 |
4 1. obtain the source littlebird*.tar.gz from |
4 1. obtain the source littlebird*.tar.gz from |
5 schlittermann@92.51.155.210 |
5 schlittermann@92.51.155.210 |
6 |
6 |
7 2. rename the archive to littlebird-YYYYMMDDNN.tar.gz |
7 2. rename the archive to littlebird-YYYYMMDDNN.orig.tar.gz |
8 (NN is some per day increment) |
8 (NN is some per day increment) |
9 |
9 |
10 3. check the tar, it should contain opt/ as the uppermost |
10 3. go into the source dir (the dir containing debian/) |
11 directory |
11 mkdir tmp |
|
12 cd tmp && tar xzf ../../littlebird-YYYYMMDDNN.orig.tar.gz |
|
13 mv opt/* .. |
|
14 cd .. |
|
15 rm -r tmp |
12 |
16 |
13 4. continue as usual |
17 4. continue as usual |
14 |
18 |