tags 476066 + patch thanks Hi,
Attached is the diff for my wml 2.0.11ds1-0.3 NMU. File::PathConvert probably should be packaged and depended on, though... Regards, Rene
diff -u wml-2.0.11ds1/debian/rules wml-2.0.11ds1/debian/rules --- wml-2.0.11ds1/debian/rules +++ wml-2.0.11ds1/debian/rules @@ -7,6 +7,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +unexport CFLAGS +unexport CPPFLAGS +unexport LDFLAGS build: build-stamp build-stamp: @@ -42,6 +45,8 @@ dh_clean -k dh_installdirs $(MAKE) prefix=$(r)/usr mandir=$(r)/usr/share/man INSTALLDIRS=perl install + cd wml_common/filepathconvert && \ + $(MAKE) DESTDIR=$(r) mandir=$(r)/usr/share/man INSTALLDIRS=perl install dh_installdocs ANNOUNCE BUGREPORT COPYRIGHT COPYRIGHT.OTHER CREDITS \ MANIFEST NEWS README README.mp4h SUPPORT VERSION \ VERSION.HISTORY wml_contrib/ diff -u wml-2.0.11ds1/debian/changelog wml-2.0.11ds1/debian/changelog --- wml-2.0.11ds1/debian/changelog +++ wml-2.0.11ds1/debian/changelog @@ -1,3 +1,13 @@ +wml (2.0.11ds1-0.3) unstable; urgency=low + + * Non-maintainer upload. + * add patch from Kumar Appaiah to fix FTBFS due to dpkgs new + CFLAGS exporting (closes: #476066) + * run make install in wml_common/filepathconcert manually as it + somehow otherwise doesn't get installed anymore... + + -- Rene Engelhard <[EMAIL PROTECTED]> Sun, 04 May 2008 23:51:49 +0200 + wml (2.0.11ds1-0.2) unstable; urgency=low * Non-maintainer upload