Hi Attached the patch for the version I uploaded. Please respond if you think that the attached patch won't work.
Cheers Luk -- Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D Fingerprint: D5AF 25FB 316B 53BB 08E7 F999 E544 DE07 9B7C 328D
diff -Nru /tmp/6C06xax9GN/alml-2005.01.01/debian/changelog
/tmp/5Rwh33cGwd/alml-2005.01.01/debian/changelog
--- /tmp/6C06xax9GN/alml-2005.01.01/debian/changelog 2005-09-28
10:18:30.000000000 +0200
+++ /tmp/5Rwh33cGwd/alml-2005.01.01/debian/changelog 2006-02-27
19:59:41.000000000 +0100
@@ -1,3 +1,11 @@
+alml (2005.01.01-2.2) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * Fix broken conflicts (Closes: #352796).
+ * Run update-fmtutil and update-catalog conditionally (Closes: #325911).
+
+ -- Luk Claes <[EMAIL PROTECTED]> Mon, 27 Feb 2006 19:59:03 +0100
+
alml (2005.01.01-2.1) unstable; urgency=low
* NMU with maintainer's blessing.
* Use dviselect instead of dvidvi (which is about to be removed).
diff -Nru /tmp/6C06xax9GN/alml-2005.01.01/debian/control
/tmp/5Rwh33cGwd/alml-2005.01.01/debian/control
--- /tmp/6C06xax9GN/alml-2005.01.01/debian/control 2005-09-28
10:19:01.000000000 +0200
+++ /tmp/5Rwh33cGwd/alml-2005.01.01/debian/control 2006-02-27
19:54:11.000000000 +0100
@@ -8,7 +8,7 @@
Package: alml
Architecture: all
Depends: perl, tetex-bin (>= 0.9.990310-1), tetex-extra (>= 1.0.2), latex-ucs,
latex-ucs-contrib, latex-ucs-uninames, html2ps (>= 1.0), liblocale-gettext-perl
(>= 1.01-8), sharutils (>= 4.2.1-1), imagemagick (>= 4.2.8-9), sp, psutils (>=
1.17-9), gs, gs-common, sgml-base, sgml-data, tetex-base, dvipdfm, lilypond (>=
2.1.0), transfig, dviutils, gnuplot
-Conflicts: gs-gpl (8.01-4), gs (8.01-4)
+Conflicts: gs-gpl (= 8.01-4), gs (= 8.01-4)
Description: SGML typesetting system able to generate PDF, PS, HTML and TXT
Alml is a SGML typesetting system developed
for a big italian document: "Appunti di informatica libera";
diff -Nru /tmp/6C06xax9GN/alml-2005.01.01/debian/postrm
/tmp/5Rwh33cGwd/alml-2005.01.01/debian/postrm
--- /tmp/6C06xax9GN/alml-2005.01.01/debian/postrm 2003-10-01
09:51:25.000000000 +0200
+++ /tmp/5Rwh33cGwd/alml-2005.01.01/debian/postrm 2006-02-27
19:58:54.000000000 +0100
@@ -7,9 +7,10 @@
rm -f /etc/texmf/texmf.d/94alml.bak /etc/texmf/texmf.d/94Alml
fi
-/usr/sbin/update-fmtutil
-/usr/sbin/update-catalog --remove --super /etc/sgml/alml.cat
-/usr/sbin/update-catalog --remove /etc/sgml/alml.cat
/usr/share/sgml/alml/alml.cat
-
+if [ -x /usr/sbin/update-fmtutil ] ; then /usr/sbin/update-fmtutil ; fi
+if [ -x /usr/sbin/update-catalog ]
+then /usr/sbin/update-catalog --remove --super /etc/sgml/alml.cat
+ /usr/sbin/update-catalog --remove /etc/sgml/alml.cat
/usr/share/sgml/alml/alml.cat
+fi
#DEBHELPER#
signature.asc
Description: OpenPGP digital signature

