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

Re: evolution 1.4 preview on debian



Am Fre, 2003-03-28 um 03.47 schrieb Michel Dänzer:
> I uploaded the source packages to
> http://people.debian.org/~daenzer/evolution-1.3/ , hopefully that will
> give you something to show off. :) Let me know if there are any problems
> building these.

  Thank you.

  There was one problem: I had to make the attached chenges to
debian/rules for libsoup. »make distclean« in global scop must fail is
»make distclean« was already run in tests (as it removed the makefile).

  But I haven't build the package for evolution yet, so there may new
errors appear ... :)

-- 
Sven Herzberg <herzi@gnome-de.org> · ICQ: 177176742
Webmaster von GNOME Deutschland    · http://www.gnome-de.org/
--- rules.orig  2003-03-28 11:12:09.000000000 +0100
+++ rules       2003-03-28 11:09:24.000000000 +0100
@@ -49,7 +49,7 @@
        dh_testroot
        rm -f build-stamp
  
-       -$(MAKE) -C tests distclean
+       #-$(MAKE) -C tests distclean
        -$(MAKE) distclean
        rm -rf docs/reference/html docs/reference/tmpl docs/reference/sgml \
               docs/reference/soup-decl.txt docs/reference/soup-decl-list.txt \

Reply to: