[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#825172: blends-dev: please provide a way to create true depends]



package: blends-dev
severity: wishlist
version: 0.6.16.2
x-debbugs-cc: debian-edu@lists.debian.org

Hi,

to fix #793667 Andreas Tille kindly implemented this solution in
src:debian-edu's Makefile:

dist:
        # the next two lines are taken from the original dist target
        # from blends-dev Makefile
        rm -f $(BLEND)-tasks.desc debian/control
        make -f debian/rules get-orig-source
        # This sed command removes gosa-plugin-netgroups from the list
        # of Recommends and
        # adds gosa-plugin-netgroups to Depends
        # Closes: #793667
        sed -i -e '/^ *gosa-plugin-netgroups,$$/d' \
               -e '/^Package: education-main-server/{;N;N;N;N;s/\nDepends: [^\n]*/&, gosa-plugin-netgroups,/;}' \
               debian/control
        # regenerate source tarball after d/control was changed
        make -f debian/rules get-orig-source


As quite clearly indidcated by calling "make -f debian/rules get-orig-source"
*twice*, this solution is a workaround for a missing feature in
blends-dev, namely that it's not possible to create real depends if
needed.

So this is a wishlist bug to implement this feature so that we don't
have to bend the "dist" target this much.


-- 
cheers,
	Holger

Attachment: signature.asc
Description: Digital signature


Reply to: