Package: scowl
Version: 6-2
Severity: normal
Tags: patch

All of the scowl generated packages have a Depends line that looks like
the following:

Depends: debconf, dictionaries-common (>= 0.20), debconf (>= 0.5) | debconf-2.0

There are two problems here
1) It depends on debconf twice
2) The first depend doesn't allow for debconf-2.0 as an alternate, thus
blocking #328498.

I've attached a patch to debian/control that fixes both of these (plus
increases the debhelper dependancy such that we definately get the
second depend)

-- System Information:
Debian Release: testing/unstable
  APT prefers stable
  APT policy: (990, 'stable'), (103, 'testing'), (102, 'unstable'), (99, 
'experimental'), (97, 'dapper')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
--- debian/control.old  2006-10-16 14:47:01.000000000 +0200
+++ debian/control      2006-10-16 14:47:42.000000000 +0200
@@ -3,7 +3,7 @@
 Section: text
 Priority: standard
 Standards-Version: 3.6.2
-Build-Depends-Indep: debhelper (>=4), dictionaries-common-dev (>=0.20)
+Build-Depends-Indep: debhelper (>=4.1.90), dictionaries-common-dev (>=0.20)
 
 Package: scowl
 Architecture: all
@@ -29,7 +29,7 @@
 Architecture: all
 Section: text
 Priority: standard
-Depends: debconf, dictionaries-common (>=0.20), ${misc:Depends}
+Depends: dictionaries-common (>=0.20), ${misc:Depends}
 Conflicts: wenglish (<<5)
 Provides: wordlist
 Description: American English dictionary words for /usr/share/dict
@@ -45,7 +45,7 @@
 Architecture: all
 Section: text
 Priority: optional
-Depends: debconf, dictionaries-common (>=0.20), ${misc:Depends}
+Depends: dictionaries-common (>=0.20), ${misc:Depends}
 Provides: wordlist
 Description: American English dictionary words for /usr/share/dict
  This package provides the file /usr/share/dict/american-english-small
@@ -63,7 +63,7 @@
 Architecture: all
 Section: text
 Priority: optional
-Depends: debconf, dictionaries-common (>=0.20), ${misc:Depends}
+Depends: dictionaries-common (>=0.20), ${misc:Depends}
 Provides: wordlist
 Description: American English dictionary words for /usr/share/dict
  This package provides the file /usr/share/dict/american-english-large
@@ -81,7 +81,7 @@
 Architecture: all
 Section: text
 Priority: optional
-Depends: debconf, dictionaries-common (>=0.20), ${misc:Depends}
+Depends: dictionaries-common (>=0.20), ${misc:Depends}
 Provides: wordlist
 Description: American English dictionary words for /usr/share/dict
  This package provides the file /usr/share/dict/american-english-huge
@@ -99,7 +99,7 @@
 Architecture: all
 Section: text
 Priority: optional
-Depends: debconf, dictionaries-common (>=0.20), ${misc:Depends}
+Depends: dictionaries-common (>=0.20), ${misc:Depends}
 Provides: wordlist
 Description: British English dictionary words for /usr/share/dict
  This package provides the file /usr/share/dict/british-english
@@ -114,7 +114,7 @@
 Architecture: all
 Section: text
 Priority: optional
-Depends: debconf, dictionaries-common (>=0.20), ${misc:Depends}
+Depends: dictionaries-common (>=0.20), ${misc:Depends}
 Provides: wordlist
 Description: British English dictionary words for /usr/share/dict
  This package provides the file /usr/share/dict/british-english-small
@@ -132,7 +132,7 @@
 Architecture: all
 Section: text
 Priority: optional
-Depends: debconf, dictionaries-common (>=0.20), ${misc:Depends}
+Depends: dictionaries-common (>=0.20), ${misc:Depends}
 Provides: wordlist
 Description: British English dictionary words for /usr/share/dict
  This package provides the file /usr/share/dict/british-english-large
@@ -150,7 +150,7 @@
 Architecture: all
 Section: text
 Priority: optional
-Depends: debconf, dictionaries-common (>=0.20), ${misc:Depends}
+Depends: dictionaries-common (>=0.20), ${misc:Depends}
 Provides: wordlist
 Description: British English dictionary words for /usr/share/dict
  This package provides the file /usr/share/dict/british-english-huge
@@ -168,7 +168,7 @@
 Architecture: all
 Section: text
 Priority: optional
-Depends: debconf, dictionaries-common (>=0.20), ${misc:Depends}
+Depends: dictionaries-common (>=0.20), ${misc:Depends}
 Provides: wordlist
 Description: Canadian English dictionary words for /usr/share/dict
  This package provides the file /usr/share/dict/canadian-english
@@ -183,7 +183,7 @@
 Architecture: all
 Section: text
 Priority: optional
-Depends: debconf, dictionaries-common (>=0.20), ${misc:Depends}
+Depends: dictionaries-common (>=0.20), ${misc:Depends}
 Provides: wordlist
 Description: Canadian English dictionary words for /usr/share/dict
  This package provides the file /usr/share/dict/canadian-english-small
@@ -201,7 +201,7 @@
 Architecture: all
 Section: text
 Priority: optional
-Depends: debconf, dictionaries-common (>=0.20), ${misc:Depends}
+Depends: dictionaries-common (>=0.20), ${misc:Depends}
 Provides: wordlist
 Description: Canadian English dictionary words for /usr/share/dict
  This package provides the file /usr/share/dict/canadian-english-large
@@ -219,7 +219,7 @@
 Architecture: all
 Section: text
 Priority: optional
-Depends: debconf, dictionaries-common (>=0.20), ${misc:Depends}
+Depends: dictionaries-common (>=0.20), ${misc:Depends}
 Provides: wordlist
 Description: Canadian English dictionary words for /usr/share/dict
  This package provides the file /usr/share/dict/canadian-english-huge

Reply via email to