Comment 45 for bug 1274456

Revision history for this message
Gianfranco Costamagna (costamagnagianfranco) wrote :

Alioth seems to be down again.

Anyway please read the README.source in debian folder. (the quilt part)

after that please do:
git stash
rm .pc -rf
quilt push -a
do your changes here
dpkg-source --commit (if you changed the source tree)

otherwise if you only changed the debian directory
quilt pop -a
git diff (will show you the changes)
git commit -a -m "your message"
git format patch -1

if you added some new files you need to add them git add debian/file before commit