tag 339872 + patch
thanks
Attached is a patch which fixes this FTBFS. I suspect, given that this
package seems fairly old, that the librpm interface has changed.
Altering these defines makes it use interfaces which still exist.
Thanks,
Mark
--
Mark Hymers <[EMAIL PROTECTED]>
"I told you I was ill"
The epitaph of Spike Milligan (1918-2002)
diff -u rpm2html-1.8.1/debian/rules rpm2html-1.8.1/debian/rules
--- rpm2html-1.8.1/debian/rules
+++ rpm2html-1.8.1/debian/rules
@@ -21,7 +21,7 @@
dh_testdir
# Add here commands to compile the package.
- $(MAKE)
+ $(MAKE) CFLAGS="-DRPMTAG_FILENAMES -D_RPMVSF_NODIGESTS"
#/usr/bin/docbook-to-man debian/rpm2html.sgml > rpm2html.1
touch build-stamp