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

Re: tasksel 2.58



Joey Hess <joeyh@debian.org> writes:
> Please review tasksel 2.58 and let it in if possible. Note that all the
> task changes made in this version are already live in the archive; there
> are some code changes too.

There are some changes to the Makefile that have no fitting changelog entry:

@@ -49,7 +49,6 @@
 install-data:
        install -d $(DESTDIR)$(TASKDIR) \
                $(DESTDIR)/usr/lib/tasksel/tests \
-               $(DESTDIR)/usr/lib/tasksel/info \
                $(DESTDIR)/usr/lib/tasksel/packages
        install -m 0644 $(TASKDESC) $(DESTDIR)$(TASKDIR)
        for test in tests/*; do \
@@ -58,9 +57,6 @@
                [ "$$test" = "tests/lang" ] && continue; \
                install -m 755 $$test $(DESTDIR)/usr/lib/tasksel/tests/; \
        done
-       for script in info/*; do \
-               install -m 755 $$script $(DESTDIR)/usr/lib/tasksel/info/; \
-       done
        for package in packages/*; do \
                [ "$$package" = "packages/list" ] && continue; \
                install -m 755 $$package $(DESTDIR)/usr/lib/tasksel/packages/; \

Though /usr/lib/tasksel/info is still referenced in the README. This
looks a bit inconsistent?

Marc
-- 
BOFH #127:
Sticky bits on disk.

Attachment: pgpTg051KhdPQ.pgp
Description: PGP signature


Reply to: