equal
deleted
inserted
replaced
1 #!/bin/sh |
1 #!/bin/sh |
2 |
2 |
3 set -e |
3 set -e |
4 |
4 |
|
5 cd $(hg root) |
|
6 |
|
7 echo "FIXME: address tagging and diffing issues before using in anger" |
|
8 exit 255 |
|
9 # TODO here: |
|
10 # ensure appropriate tags release_X and debian_X-Y exist |
|
11 # ensure that we are identical to debian_X-Y ignoring certain files |
|
12 # ensure that we are identical to release_X ignoring certain files |
|
13 |
5 DPKG_BUILDPACKAGE_OPTIONS=-kFD56DDC0 |
14 DPKG_BUILDPACKAGE_OPTIONS=-kFD56DDC0 |
6 |
|
7 cd $(hg root) |
|
8 |
15 |
9 . dev/debian-build/dbuild |
16 . dev/debian-build/dbuild |
10 |
17 |
11 sudo pbuilder --build ${PACKAGE}_${DEBIAN_VERSION}.dsc |
18 sudo pbuilder --build ${PACKAGE}_${DEBIAN_VERSION}.dsc |