diff -r e489aabf88e4 -r aa280f39150b debian/README.source --- a/debian/README.source Fri Oct 14 14:44:08 2011 +0200 +++ b/debian/README.source Sun Feb 19 23:34:32 2012 +0100 @@ -4,15 +4,32 @@ 1. obtain the source littlebird*.tar.gz from scp://schlittermann@92.51.155.210/*.tar.gz -2. rename the archive to littlebird_YYYYMMDDNN.orig.tar.gz + May be debian/fetch-source can help you. + +2. Rename the archive to littlebird_YYYYMMDDNN.orig.tar.gz (NN is some per day increment) +2a. Take care, that this littlebird_*.orig.tar.gz is + above the source dir. + 3. go into the source dir (the dir containing debian/) mkdir tmp cd tmp && tar xzf ../../littlebird_YYYYMMDDNN.orig.tar.gz - mv LittleBird-Test/* .. + mv LittleBird-YYYYmmddNN/* .. cd .. rm -r tmp +The layout should be about like this: + + littlebird_YYYYmmddNN.orig.tar.gz + littlebird/ + debian + 3rdparty + libray + TrustCenter + CA + RestInterface + … + 4. continue as usual