Hi Wolfgang,

On Mon, Oct 01, 2018 at 08:46:05PM +0200, Wolfgang Schweer wrote:
> debian/rules:
> [..]
> # the next two overrides should probably go into blends-dev itself…
> # (see 1.913 changelog entry)
> override_dh_install:
>       $(BLEND_INSTALL_HELPER)
>       dh_install

this one is not needed anymore, removing it causes 0 changes in the
build result.

> override_dh_auto_install-indep:
>       $(BLEND_INSTALL_HELPER)
>       dh_install $(BLENDNAME)-tasks.desc usr/share/tasksel/descs

this one still seemed needed, removing it causes (all?) postinst and
prerm scripts to be removed. (though i'm not sure how useful those
are...)

> With blends-dev 0.7.2, these overrides might be superfluous, please 
> check.

in case you want to do it yourself, here's how:

cd debian-edu
schroot -- debuild
cd ..
mkdir p1
mv *2.10.38* p1         # assuming you build 2.10.38...
cd debian-edu
vi debian/rules         # or whatever
schroot -- debuild
cd ..
mkdir p2
mv *2.10.38* p2
diffoscope p1/debian-edu_2.10.38_amd64.changes 
p2/debian-edu_2.10.38_amd64.changes

if you prefer you can also add '--html edu.html' to the diffoscope call.


-- 
cheers,
        Holger

-------------------------------------------------------------------------------
               holger@(debian|reproducible-builds|layer-acht).org
       PGP fingerprint: B8BF 5413 7B09 D35C F026 FE9D 091A B856 069A AA1C

Attachment: signature.asc
Description: PGP signature

Reply via email to