attached.
--
Blars Blarson [EMAIL PROTECTED]
http://www.blars.org/blars.html
With Microsoft, failure is not an option. It is a standard feature.
diff -u -r ../orig/e2fsprogs-1.38/debian/changelog
e2fsprogs-1.38/debian/changelog
--- ../orig/e2fsprogs-1.38/debian/changelog 2005-07-01 00:06:44.000000000
+0000
+++ e2fsprogs-1.38/debian/changelog 2005-08-05 05:30:28.100577221 +0000
@@ -1,3 +1,12 @@
+e2fsprogs (1.38-1.1) unstable; urgency=low
+
+ * NMU for RC bug durring bug squishing party
+ * Fix for changes to texi2html, patch by Matt Kraai
+ (Closes: #317862, #320389)
+ * version build-depend on texi2html, won't work with older one anymore
+
+ -- Blars Blarson <[EMAIL PROTECTED]> Fri, 5 Aug 2005 04:46:54 +0000
+
e2fsprogs (1.38-1) unstable; urgency=low
* New upstream version
diff -u -r ../orig/e2fsprogs-1.38/debian/control e2fsprogs-1.38/debian/control
--- ../orig/e2fsprogs-1.38/debian/control 2005-05-07 05:54:19.000000000
+0000
+++ e2fsprogs-1.38/debian/control 2005-08-05 05:29:05.547074857 +0000
@@ -2,7 +2,7 @@
Section: base
Priority: required
Maintainer: Theodore Y. Ts'o <[EMAIL PROTECTED]>
-Build-Depends: texi2html, gettext, texinfo, dc, debhelper (>= 4)
+Build-Depends: texi2html (>= 1.76-1), gettext, texinfo, dc, debhelper (>= 4)
Standards-Version: 3.6.1
Package: e2fsck-static
diff -u -r ../orig/e2fsprogs-1.38/debian/rules e2fsprogs-1.38/debian/rules
--- ../orig/e2fsprogs-1.38/debian/rules 2005-03-17 06:16:34.000000000 +0000
+++ e2fsprogs-1.38/debian/rules 2005-08-05 04:45:09.452143872 +0000
@@ -184,7 +184,7 @@
-make -C ${stdbuilddir} -i distclean
-make -C ${bfbuilddir} -i distclean
rm -rf ${stdbuilddir} ${bfbuilddir} ${mipsbuilddir}
- rm -f doc/libext2fs_*.html lib/et/com_err_*.html debian/*.substvars
+ rm -f doc/libext2fs/*.html lib/et/com_err/*.html debian/*.substvars
dh_clean
install: cleanup install-std
@@ -306,10 +306,10 @@
# HTML docs
install -d ${debdir}/e2fslibs-dev/usr/share/doc/e2fslibs/html-info/
- install -p ${stdbuilddir}/doc/libext2fs_*.html \
+ install -p ${stdbuilddir}/doc/libext2fs/*.html \
${debdir}/e2fslibs-dev/usr/share/doc/e2fslibs/html-info/
install -d
${debdir}/comerr-dev/usr/share/doc/libcomerr${COMERR_SOVERSION}/html-info/
- install -p ${stdbuilddir}/lib/et/com_err_*.html \
+ install -p ${stdbuilddir}/lib/et/com_err/*.html \
${debdir}/comerr-dev/usr/share/doc/libcomerr${COMERR_SOVERSION}/html-info/
# texinfo docs