equal
deleted
inserted
replaced
1 $ git clone git://git.debian.org/git/pbuilder/pbuilder.git |
|
2 $ cd pbuilder |
|
3 # patch is against debian/0.213 |
|
4 $ git checkout <revision-you-want-to-build-against> |
|
5 # patching debian/changelog should fail when not building against revision |
|
6 # debian/0.213; this is ok, but don't remove debian/changelog.rej; you will |
|
7 # need it when you want to copy the changelog entry from it |
|
8 $ patch -p1 <<path-to>/propagate-path-to-dpkg-buildpackage.diff |
|
9 # unless building against revision debian/0.213 add the changelog entry from |
|
10 # debian/changelog.rej |
|
11 $ dch |
|
12 $ $FAVOURITE-PACKAGE-BUILDER |
|