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

Package building broken: debian-edu-tasks



Hi,

It seems to be, that package building for the debian-edu-tasks package is broken. The tasks in /usr/share/tasksel/task-files/ did not get installed into the package.

The following patch seems to fix the problem.
--- Makefile    (revision 5227)
+++ Makefile    (working copy)
@@ -27,5 +27,5 @@
clean:
        rm -rf tmp
        rm -f tasks/*~a
-       rm -rf tasksel
+       rm -rf tasksel debian-edu-tasks.desc
        rm -f packages.txt by_vote packages-sorted.txt


I don't yet want to submit that patch without any experienced contributor's feedback.

Patrice



Reply to: