tags 589368 + patch quit Hi again,
Jonathan Nieder wrote: > Alternatively, the > release announcements from http://wiki.darcs.net/Releases/2.4 > would make a good changelog. Better, we can use the changelog upstream already provides. Untested, but I think this should work. diff --git a/debian/rules b/debian/rules index bfc2aab..eb0ac75 100755 --- a/debian/rules +++ b/debian/rules @@ -12,6 +12,8 @@ override_dh_auto_configure: Setup ./Setup configure --prefix=/usr -fcurl-pipelining --constraint=parsec\<3 $(if $(wildcard /usr/lib/*/libHSrts_thr.a),,-f-threaded) -f-library --ghc-options="+RTS -V0 -RTS" override_dh_auto_install: Setup ./Setup copy --destdir=$(CURDIR)/debian/darcs +override_dh_installchangelogs: + dh_installchangelogs -- NEWS override_dh_auto_test: Setup ifneq (nocheck,$(filter nocheck,$(DEB_BUILD_OPTIONS))) ./Setup test -- -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

