tags 571638 patch
thanks

Here's a patch against 2.0.8.

I noticed that "Conflicts" is missing from template.ctl so I added that
too.

/* era */

-- 
If this were a real .signature, it would suck less.  Well, maybe not.
diff -urNad equivs-2.0.8.orig/usr/bin/equivs-build equivs-2.0.8/usr/bin/equivs-build
--- equivs-2.0.8.orig/usr/bin/equivs-build	2010-01-20 06:24:03.000000000 +0200
+++ equivs-2.0.8/usr/bin/equivs-build	2010-03-17 15:02:42.000000000 +0200
@@ -305,6 +305,7 @@
 			   "Recommends",
 			   "Suggests",
 			   "Conflicts",
+			   "Breaks",
 			   "Provides",
 			   "Replaces",
 			   "Description");
@@ -351,6 +352,7 @@
 			 "Recommends",
 			 "Suggests",
 			 "Conflicts",
+			 "Breaks",
 			 "Provides",
 			 "Replaces");
   $deps ||= " ";
diff -urNad equivs-2.0.8.orig/usr/share/equivs/template.ctl equivs-2.0.8/usr/share/equivs/template.ctl
--- equivs-2.0.8.orig/usr/share/equivs/template.ctl	2010-01-20 03:48:32.000000000 +0200
+++ equivs-2.0.8/usr/share/equivs/template.ctl	2010-03-17 15:02:42.000000000 +0200
@@ -14,6 +14,8 @@
 # Suggests: <comma-separated list of packages>
 # Provides: <comma-separated list of packages>
 # Replaces: <comma-separated list of packages>
+# Conflicts: <comma-separated list of packages>
+# Breaks: <comma-separated list of packages>
 # Architecture: all
 # Copyright: <copyright file; defaults to GPL2>
 # Changelog: <changelog file; defaults to a generic changelog>

Reply via email to