Package: erlang
Version: 10.b.7-1
Severity: normal
Tags: patch
Hi,
The erlang's Conflicts line is missing a comma at one point, resulting in
a warning from dpkg-gencontrol during build. Attached patch fixes it.
Best regards,
Jurij Smakov [EMAIL PROTECTED]
Key: http://www.wooyd.org/pgpkey/ KeyID: C99E03CC
diff -aur a/debian/control b/debian/control
--- a/debian/control 2005-12-19 23:32:41.000000000 -0800
+++ b/debian/control 2005-12-19 23:33:24.000000000 -0800
@@ -9,7 +9,7 @@
Architecture: all
Pre-Depends: dpkg (>= 1.4.1.17)
Depends: debianutils (>= 1.13.1), ${erlang:Depends}, erlang-base
(=${Source-Version}), tk8.4
-Conflicts: erlang-base (<< ${Source-Version}) erlang-jams, erlang-jams-erl,
erlang-dev, erlang-mode, erlang-manpages (<< 1:10.b.1a), elastic-base,
libxmerl-erlang
+Conflicts: erlang-base (<< ${Source-Version}), erlang-jams, erlang-jams-erl,
erlang-dev, erlang-mode, erlang-manpages (<< 1:10.b.1a), elastic-base,
libxmerl-erlang
Replaces: erlang-base (<< ${Source-Version})
Suggests: erlang-manpages (= 1:10.b.7), erlang-doc-html (=1:10.b.7)
Description: A real-time, concurrent and distributed functional language