Bug#544223: Debian bug #544223

2014-09-09 Thread Jörg Frings-Fürst
Hello,

the upstream maintainer is working on some new functions at the included
yajl. 

[quote]
Some of that functionality isn't critical (support for JSON comments),
while some new code I'm working on depends on an additional function
inside yajl_tree.c. Since the structures it uses are private to that
file, changes to yajl can't be avoided. yajl_tree is fairly useless
without this added function, since yajl_tree_get() doesn't cope with
JSON arrays.
[/quote]

I tag this bug to wontfix and close it.
Please feel free to reopen this bug.

Thanks for your work.


CU
Jörg
-- 
pgp Fingerprint: 7D13 3C60 0A10 DBE1 51F8  EBCB 422B 44B0 BE58 1B6E
pgp Key: BE581B6E
CAcert Key S/N: 0E:D4:56

Jörg Frings-Fürst
D-54526 Niederkail

Threema: SYR8SJXB

IRC: j_...@freenode.net
 j_...@oftc.net







signature.asc
Description: This is a digitally signed message part


Processed: Debian bug #544223

2014-09-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 544223 + wontfix
Bug #544223 [argyll] argyll uses embedded yajl
Added tag(s) wontfix.
> --
Stopping processing here.

Please contact me if you need assistance.
-- 
544223: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544223
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.c.141024904929289.transcr...@bugs.debian.org



Bug#544223: marked as done (argyll uses embedded yajl)

2014-09-09 Thread Debian Bug Tracking System
Your message dated Tue, 09 Sep 2014 10:03:38 +0200
with message-id <1410249818.579.12.camel@merkur>
and subject line Debian bug #544223
has caused the Debian Bug report #544223,
regarding argyll uses embedded yajl
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 ow...@bugs.debian.org
immediately.)


-- 
544223: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544223
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: argyll
Version: 1.0.4-1
Severity: normal
Tags: patch

Argyll embeds an old version of yajl (0.3.0) in its source code.  Now 
that yajl is in Debian, I'm attaching a patch that lets it compile 
against the system yajl instead.

Note: Argyll modified yajl's API so argyll's jcnf can save comments.  
But from what I can see, ucmm/ucmm.c is the only file that uses jcnf, 
and it doesn't take advantage of that feature.  So even though the patch 
comments out a bit of argyll's code, it shouldn't affect its 
functionality.

Regards,

John Stamp
--- a/jcnf/Makefile.am
+++ b/jcnf/Makefile.am
@@ -2,15 +2,13 @@
 
 include $(top_srcdir)/Makefile.shared
 
-SUBDIRS = yajl
-
 privatelib_LTLIBRARIES = libjcnf.la
 privatelibdir = $(pkglibdir)
 
 libjcnf_la_SOURCES = jcnf.h jcnf.c
-libjcnf_la_LIBADD = yajl/libyajl.la
+libjcnf_la_LIBADD = -lyajl
 
-LDADD = ./libjcnf.la yajl/libyajl.la
+LDADD = ./libjcnf.la -lyajl
 
 check_PROGRAMS = test
 
--- a/jcnf/jcnf.c
+++ b/jcnf/jcnf.c
@@ -42,9 +42,9 @@
 #include 
 #include 
 
-#include "yajl/yajl_common.h"
-#include "yajl/yajl_gen.h"
-#include "yajl/yajl_parse.h"
+#include 
+#include 
+#include 
 
 #include "jcnf.h"
 
@@ -955,9 +955,10 @@
 			}
 		}
 
+		/*
 		if (p->keys[i]->comment != NULL) {
 			yajl_gen_cpp_comment(g, p->keys[i]->comment, strlen(p->keys[i]->comment));
-		}
+		}*/
 
 #ifdef NEVER
 		yajl_gen_map_open(g);
--- a/spectro/Makefile.am
+++ b/spectro/Makefile.am
@@ -22,10 +22,10 @@
 	../numlib/libargyllnum.la ./libinst.la ../libargyll.la
 
 LDADD = ./libinsttypes.la ./libdisp.la ./libinst.la ../ucmm/libucmm.la	\
-	../jcnf/libjcnf.la ../jcnf/yajl/libyajl.la ../xicc/libxicc.la	\
+	../jcnf/libjcnf.la ../xicc/libxicc.la	\
 	../xicc/libxcolorants.la $(ICC_LIBS) ../cgats/libcgats.la	\
 	../rspl/librspl.la ../gamut/libgamut.la ../target/libtarget.la	\
-	../plot/libplot.la ../numlib/libargyllnum.la $(X_LIBS) -lusb
+	../plot/libplot.la ../numlib/libargyllnum.la $(X_LIBS) -lusb -lyajl
 
 bin_PROGRAMS = synthcal dispwin dispread dispcal fakeread synthread	\
 	chartread spotread spec2cie average spyd2en
--- End Message ---
--- Begin Message ---
Hello,

the upstream maintainer is working on some new functions at the included
yajl. 

[quote]
Some of that functionality isn't critical (support for JSON comments),
while some new code I'm working on depends on an additional function
inside yajl_tree.c. Since the structures it uses are private to that
file, changes to yajl can't be avoided. yajl_tree is fairly useless
without this added function, since yajl_tree_get() doesn't cope with
JSON arrays.
[/quote]

I tag this bug to wontfix and close it.
Please feel free to reopen this bug.

Thanks for your work.


CU
Jörg
-- 
pgp Fingerprint: 7D13 3C60 0A10 DBE1 51F8  EBCB 422B 44B0 BE58 1B6E
pgp Key: BE581B6E
CAcert Key S/N: 0E:D4:56

Jörg Frings-Fürst
D-54526 Niederkail

Threema: SYR8SJXB

IRC: j_...@freenode.net
 j_...@oftc.net







signature.asc
Description: This is a digitally signed message part
--- End Message ---


Bug#760954: robocode: depends on obsolete Java 6 JRE

2014-09-09 Thread Markus Koschany
Package: robocode
Version: 1.6.2+dfsg-4
Severity: normal


Hello,

robocode still depends on Java 6 which will not be released with
Jessie. [1] The severity is only normal because the alternative dependency
on java2-runtime can be fulfilled. Though please do not depend on the Java 6
runtime environment anymore.

[1] https://bugs.debian.org/675495

Regards,

Markus


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.14-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages robocode depends on:
ii  default-jre [java2-runtime]2:1.7-52
ii  gcj-4.8-jre [java2-runtime]4.8.3-9
ii  gcj-4.9-jre [java2-runtime]4.9.1-12
ii  gcj-jre [java2-runtime]4:4.9.1-1
ii  libbcel-java   5.2-10
ii  openjdk-6-jre [java2-runtime]  6b32-1.13.4-4
ii  openjdk-7-jre [java2-runtime]  7u65-2.5.2-2

Versions of packages robocode recommends:
ii  openjdk-6-jdk  6b32-1.13.4-4

Versions of packages robocode suggests:
pn  robocode-doc  

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140909132236.30955.71730.reportbug@conan



ALERTE : Shanghai Electric va investir près de 17 MMDH au Maroc

2014-09-09 Thread LES ÉCO
Se désinscrire de la liste: 
http://link.email.wib.me/u/443/16bc80c6f0cbda9728ff18e2eb969b8cc1117f11875b2e4b

Avenue Abdelmoumen, Rue Calavon n 4, Casablanca, 2, Maroc

Bug#760846: bug report upstream

2014-09-09 Thread Marcos Marado
FYI, upstream seems to have a bug report for this:
https://github.com/zmanda/amanda/issues/62

Best regards,
-- 
Marcos Marado


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/cad9l4rckmqb1wbvfjrxtfw0txqqeqlabomcqrre4u3sez3g...@mail.gmail.com



Processing of meanwhile_1.0.2-5_ppc64el.changes

2014-09-09 Thread Debian FTP Masters
meanwhile_1.0.2-5_ppc64el.changes uploaded successfully to localhost
along with the files:
  libmeanwhile-dev_1.0.2-5_ppc64el.deb
  libmeanwhile1_1.0.2-5_ppc64el.deb
  meanwhile_1.0.2-5.dsc
  meanwhile_1.0.2-5.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xrsg8-0005wl...@franck.debian.org



Processed: Debian bug #670857

2014-09-09 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> fixed 670857 argyll/1.6.3-1
Bug #670857 [argyll] argyll: dispcal (and other) manpages need editing by a 
human.
The source argyll and version 1.6.3-1 do not appear to match any binary packages
Marked as fixed in versions argyll/1.6.3-1.
> --
Stopping processing here.

Please contact me if you need assistance.
-- 
670857: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670857
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.c.14102954454139.transcr...@bugs.debian.org



meanwhile_1.0.2-5_ppc64el.changes ACCEPTED into unstable

2014-09-09 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 09 Sep 2014 16:55:43 +
Source: meanwhile
Binary: libmeanwhile-dev libmeanwhile1
Architecture: source ppc64el
Version: 1.0.2-5
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group 
Changed-By: Andreas Barth 
Description:
 libmeanwhile-dev - development package for libmeanwhile1
 libmeanwhile1 - open implementation of the Lotus Sametime Community Client 
protoc
Closes: 468893 758120
Changes:
 meanwhile (1.0.2-5) unstable; urgency=low
 .
   [ Chris Vanden Berghe ]
   * Orphan package
 .
   [ Andreas Barth ]
   * Apply fixes for more recent sametime servers. Closes: #468893
   * Add dh-autoreconf to fix FTBFS on ppc64el. Closes: #758120
   * configure.ac: remove -shared as libtool changed interpretation.
Checksums-Sha1:
 4aeab7f1086032aef732e1eba7d9afafaa9f78cc 1159 meanwhile_1.0.2-5.dsc
 74a7c2c2c491def28df5728b10b0b1b6e37752df 7492 meanwhile_1.0.2-5.debian.tar.xz
 83d731d38cf2907ee5fd8b02fd9ff608b82b91dd 296712 
libmeanwhile-dev_1.0.2-5_ppc64el.deb
 bd21dc684d2be0610c05440b38f5e2fabdd9b7b8 65820 
libmeanwhile1_1.0.2-5_ppc64el.deb
Checksums-Sha256:
 86f57392e7d4b7e74fe70737d59165ce924c25617372cd9b45a3de0834ea3c17 1159 
meanwhile_1.0.2-5.dsc
 14d1eb2eb21de764c1c6b493a2da7c3b104407678e6702d605f306d4e72938d9 7492 
meanwhile_1.0.2-5.debian.tar.xz
 77413fd79596f4da9676aea3686c89026d5c85bd2ceffbd0c478a8749d7b64c8 296712 
libmeanwhile-dev_1.0.2-5_ppc64el.deb
 d110aa3f96962c8fe8d8fefb8bedfc8b8d5a0bfa84d675cc260f7d28d6e46c68 65820 
libmeanwhile1_1.0.2-5_ppc64el.deb
Files:
 e0bc2bd0b0984bd1fb4971ff6d91acc5 296712 libdevel optional 
libmeanwhile-dev_1.0.2-5_ppc64el.deb
 d66006cfd63758300893478cbcfa2795 65820 libs optional 
libmeanwhile1_1.0.2-5_ppc64el.deb
 b99c9e503a318164b8dafd6265462d5d 1159 net optional meanwhile_1.0.2-5.dsc
 aca30873d01fc50095b8832e9048cd5a 7492 net optional 
meanwhile_1.0.2-5.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAlQPZXcACgkQmdOZoew2oYVMEwCdEANjUaGHFBJz5cXunt8JVooA
MBMAn2AOR2+3Vm4artByC5UECPadX4KB
=MWjs
-END PGP SIGNATURE-


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xrsr1-0002br...@franck.debian.org