Package: libetpan
Severity: wishlist

Hi there.
I found 2 problems when backporting libetpan:
1st: if build-depends and depends on libcurl4-gnutls-dev but there is
only libcurl3-gnutls-dev in Etch.

Build-depends could be solved by using alternative, but what to do with
depends I cant say exacly (Generate it at build-time?)

2nd problem is that your shlibs version is 0.52-1, but should be 0.52

Here is a patch which works in most cases, but is not correct in the
depends field of libetpan-dev.

===========
diff -rNu libetpan-0.52/debian/control libetpan-0.52.new/debian/control
--- libetpan-0.52/debian/control        2008-02-24 17:06:21.000000000 +0300
+++ libetpan-0.52.new/debian/control    2008-02-20 15:27:28.207526865 +0300
@@ -2,7 +2,7 @@
 Section: mail
 Priority: optional
 Maintainer: Nikita V. Youshchenko <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 5), dpatch, libdb4.4-dev, libgnutls-dev, 
liblockfile-dev, libsasl2-dev, libexpat1-dev, libcurl4-gnutls-dev (>= 7.16.4-5)
+Build-Depends: debhelper (>> 5), dpatch, libdb4.4-dev, libgnutls-dev, 
liblockfile-dev, libsasl2-dev, libexpat1-dev, libcurl4-gnutls-dev (>= 7.16.4-5) 
| libcurl3-gnutls-dev
 Standards-Version: 3.7.2
 
 Package: libetpan11
@@ -20,7 +20,7 @@
 Section: libdevel
 Priority: extra
 Architecture: any
-Depends: libetpan11 (= ${binary:Version}), libdb4.4-dev, libgnutls-dev, 
liblockfile-dev, libsasl2-dev, libexpat1-dev, libcurl4-gnutls-dev (>= 7.16.4-5)
+Depends: libetpan11 (= ${binary:Version}), libdb4.4-dev, libgnutls-dev, 
liblockfile-dev, libsasl2-dev, libexpat1-dev, libcurl4-gnutls-dev (>= 7.16.4-5) 
| libcurl3-gnutls-dev
 Suggests: libetpan-doc
 Description: mail handling library - development files
  libEtPan! is a mail library. It may be used for low-level mail handling:
diff -rNu libetpan-0.52/debian/rules libetpan-0.52.new/debian/rules
--- libetpan-0.52/debian/rules  2008-02-24 17:06:21.000000000 +0300
+++ libetpan-0.52.new/debian/rules      2008-02-20 19:07:01.365409257 +0300
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-SHLIBS_VERSION = "libetpan11 (>= 0.52-1)"
+SHLIBS_VERSION = "libetpan11 (>= 0.52)"
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
============


-- System Information:
Debian Release: lenny/sid
  APT prefers testing-proposed-updates
  APT policy: (700, 'testing-proposed-updates'), (700, 'testing'), (670, 
'proposed-updates'), (670, 'stable'), (600, 'unstable'), (550, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-vserver-686 (SMP w/2 CPU cores)
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to