Your message dated Mon, 09 Jul 2012 12:51:14 +0000
with message-id <[email protected]>
and subject line Bug#679862: Removed package(s) from unstable
has caused the Debian Bug report #665497,
regarding python-papyon: please migrate from farsight to farstream
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.)


-- 
665497: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665497
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-papyon
Version: 0.5.6-1
Severity: wishlist
Tags: upstream


Hi!

Would it be possible to migrate from farsight to farstream?
I have join a very simple patch that is the result of replaces.
I didn't check for API changes.

Regards,
Patrice.



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.3.0-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-papyon depends on:
ii  python           2.7.2-10
ii  python-crypto    2.5-2
ii  python-farsight  <none>
ii  python-gobject   3.1.92-1
ii  python-gst0.10   0.10.22-3
ii  python-openssl   0.13-1
ii  python2.6        2.6.7-4
ii  python2.7        2.7.3~rc2-1

python-papyon recommends no packages.
diff -r papyon-0.5.6/papyon/media/conference.py papyon-0.5.7/papyon/media/conference.py
27c27
< import farsight
---
> import farstream
37,46c37,46
<         (114, "x-msrta", farsight.MEDIA_TYPE_AUDIO, 16000),
<         (111, "SIREN", farsight.MEDIA_TYPE_AUDIO, 16000),
<         (112, "G7221", farsight.MEDIA_TYPE_AUDIO, 16000),
<         (115, "x-msrta", farsight.MEDIA_TYPE_AUDIO, 8000),
<         (116, "SIREN", farsight.MEDIA_TYPE_AUDIO, 8000),
<         (4, "G723", farsight.MEDIA_TYPE_AUDIO, 8000),
<         (8, "PCMA", farsight.MEDIA_TYPE_AUDIO, 8000),
<         (0, "PCMU", farsight.MEDIA_TYPE_AUDIO, 8000),
<         (97, "RED", farsight.MEDIA_TYPE_AUDIO, 8000),
<         (101, "telephone-event", farsight.MEDIA_TYPE_AUDIO, 8000)
---
>         (114, "x-msrta", farstream.MEDIA_TYPE_AUDIO, 16000),
>         (111, "SIREN", farstream.MEDIA_TYPE_AUDIO, 16000),
>         (112, "G7221", farstream.MEDIA_TYPE_AUDIO, 16000),
>         (115, "x-msrta", farstream.MEDIA_TYPE_AUDIO, 8000),
>         (116, "SIREN", farstream.MEDIA_TYPE_AUDIO, 8000),
>         (4, "G723", farstream.MEDIA_TYPE_AUDIO, 8000),
>         (8, "PCMA", farstream.MEDIA_TYPE_AUDIO, 8000),
>         (0, "PCMU", farstream.MEDIA_TYPE_AUDIO, 8000),
>         (97, "RED", farstream.MEDIA_TYPE_AUDIO, 8000),
>         (101, "telephone-event", farstream.MEDIA_TYPE_AUDIO, 8000)
49,50c49,50
<         (121, "x-rtvc1", farsight.MEDIA_TYPE_VIDEO, 90000),
<         (34, "H263", farsight.MEDIA_TYPE_VIDEO, 90000)
---
>         (121, "x-rtvc1", farstream.MEDIA_TYPE_VIDEO, 90000),
>         (34, "H263", farstream.MEDIA_TYPE_VIDEO, 90000)
56,59c56,59
<     farsight.CANDIDATE_TYPE_HOST  : "host",
<     farsight.CANDIDATE_TYPE_SRFLX : "srflx",
<     farsight.CANDIDATE_TYPE_PRFLX : "prflx",
<     farsight.CANDIDATE_TYPE_RELAY : "relay"
---
>     farstream.CANDIDATE_TYPE_HOST  : "host",
>     farstream.CANDIDATE_TYPE_SRFLX : "srflx",
>     farstream.CANDIDATE_TYPE_PRFLX : "prflx",
>     farstream.CANDIDATE_TYPE_RELAY : "relay"
63,64c63,64
<     farsight.NETWORK_PROTOCOL_TCP : "TCP",
<     farsight.NETWORK_PROTOCOL_UDP : "UDP"
---
>     farstream.NETWORK_PROTOCOL_TCP : "TCP",
>     farstream.NETWORK_PROTOCOL_UDP : "UDP"
68,69c68,69
<     farsight.MEDIA_TYPE_AUDIO : "audio",
<     farsight.MEDIA_TYPE_VIDEO : "video"
---
>     farstream.MEDIA_TYPE_AUDIO : "audio",
>     farstream.MEDIA_TYPE_VIDEO : "video"
73,74c73,74
<     "audio" : farsight.MEDIA_TYPE_AUDIO,
<     "video" : farsight.MEDIA_TYPE_VIDEO
---
>     "audio" : farstream.MEDIA_TYPE_AUDIO,
>     "video" : farstream.MEDIA_TYPE_VIDEO
128,131c128,131
<             if s.has_name("farsight-error"):
<                 logger.error("Farsight error : %s" % s['error-msg'])
<             if s.has_name("farsight-codecs-changed"):
<                 logger.debug("Farsight codecs changed")
---
>             if s.has_name("farstream-error"):
>                 logger.error("Farstream error : %s" % s['error-msg'])
>             if s.has_name("farstream-codecs-changed"):
>                 logger.debug("Farstream codecs changed")
139c139
<             if s.has_name("farsight-new-local-candidate"):
---
>             if s.has_name("farstream-new-local-candidate"):
146c146
<             if s.has_name("farsight-local-candidates-prepared"):
---
>             if s.has_name("farstream-local-candidates-prepared"):
153c153
<             if s.has_name("farsight-new-active-candidate-pair"):
---
>             if s.has_name("farstream-new-active-candidate-pair"):
223c223
< # Farsight utility functions
---
> # Farstream utility functions
226c226
<     notifier = farsight.ElementAddedNotifier()
---
>     notifier = farstream.ElementAddedNotifier()
249c249
<         proto = farsight.NETWORK_PROTOCOL_TCP
---
>         proto = farstream.NETWORK_PROTOCOL_TCP
251c251
<             proto = farsight.NETWORK_PROTOCOL_UDP
---
>             proto = farstream.NETWORK_PROTOCOL_UDP
256c256
<         fscandidate = farsight.Candidate()
---
>         fscandidate = farstream.Candidate()
272c272
<         codec = farsight.Codec(*args)
---
>         codec = farstream.Codec(*args)
291c291
<         fscodec = farsight.Codec(
---
>         fscodec = farstream.Codec(
diff -r papyon-0.5.6/papyon/media/session.py papyon-0.5.7/papyon/media/session.py
36c36
<        default implementation using Farsight 2.0.
---
>        default implementation using Farstream.
diff -r papyon-0.5.6/papyon/media/stream.py papyon-0.5.7/papyon/media/stream.py
41c41
<        default implementation using Farsight 2.0."""
---
>        default implementation using Farstream."""
222c222
<     # implementation using Farsight.
---
>     # implementation using Farstream.
diff -r papyon-0.5.6/README papyon-0.5.7/README
16c16
< python-farsight
---
> python-farstream

--- End Message ---
--- Begin Message ---
Version: 0.5.6-1+rm

Dear submitter,

as the package papyon has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/679862

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)


--- End Message ---

Reply via email to