X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=debian%2Frules;h=22264369f91178e48e0586c8c6a1b02baed06579;hb=c8e848fc5a7a4f7a7901a84abfe9878a6f74c8cb;hp=be6c34d8f89a29ba7a5fd9062ca9c989735429c2;hpb=51de2021aba7fb12c9e6ef214cf8ffed8e71d0f2;p=dsa-metapackages.git diff --git a/debian/rules b/debian/rules index be6c34d..2226436 100755 --- a/debian/rules +++ b/debian/rules @@ -8,13 +8,18 @@ clean: binary-indep: $(RM) -r debian/tmp + + install -d debian/tmp/DEBIAN debian/tmp/usr/sbin install -d debian/tmp/DEBIAN debian/tmp/usr/share/doc/debian.org chown -R root.root debian/tmp chmod -R g-ws debian/tmp + install -m755 upgrade-porter-chroots debian/tmp/usr/sbin install -m644 debian/copyright debian/tmp/usr/share/doc/debian.org/ install -m644 debian/changelog debian/tmp/usr/share/doc/debian.org/changelog gzip -9f debian/tmp/usr/share/doc/debian.org/changelog + (cd debian/tmp && find etc -type f | sed -e 's#^#/#') > debian/tmp/DEBIAN/conffiles + dpkg-gencontrol -isp -pdebian.org dpkg --build debian/tmp ..