Your message dated Tue, 3 Jul 2012 12:59:50 +0200
with message-id <20120703105950.GH16536@trasgu>
and subject line Re: Please make your package more backport-friendly
has caused the Debian Bug report #467297,
regarding Please make your package more backport-friendly
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
467297: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467297
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Hi,
I think all those problems mentioned should have been fixed, now that
squeeze is the backport target. Please reopen (or file a new one) if not.
thanks,
--
Ricardo Mones
~
The world will end in 5 minutes. Please log out. Unknown
signature.asc
Description: Digital signature
--- End Message ---