Bug#769375: svg to png conversion

2015-04-25 Thread Peter Spiess-Knafl
Hi Bhavyanshu,

about the SVG to png generation during build time. Maybe you can use
what I have done in a different package (sudoku).

http://anonscm.debian.org/cgit/collab-maint/sudoku.git/tree/debian/rules

It uses rsvg-convert to create a .png out of a .svg.

You then need the following build-depends in d/control: librsvg2-bin

Greetings
Peter


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/553b4f04.5090...@autistici.org



build dependency range

2015-04-25 Thread Ole Streicher
Hi,

I have a package (cpl) that in the past did build-depend from
libcfitsio3-dev, but now depends on libcfitsio-dev. I want to keep the
dependency from libcfitsio3-dev for easier backports.

The minimal version needed by cpl is 3.310.

The transition between libcfitsio-dev and libcfitsio3-dev was between
releases 3.340-3 and 3.370-1.

How do I specify this build dependency?

I tried:

Build-Depends: libcfitsio-dev (>= 3.310)
 | libcfitsio3-dev (>= 3.310) & libcfitsio3-dev (<< 3.370-1)

and

Build-Depends: libcfitsio-dev (>= 3.310)
 | (libcfitsio3-dev (>= 3.310), libcfitsio3-dev (<< 3.370-1))

and

Build-Depends: libcfitsio-dev (>= 3.310) | libcfitsio3-dev (>= 3.310, << 3.370)

but all produce the error

dpkg-source: error: error occurred while parsing Build-Depends

So what should I set here?


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/878udglb9d@news.ole.ath.cx



RC bug fixed in SVN but not yet released

2015-04-25 Thread Jerome BENOIT
Hello List,

one of the package that I maintained, apophenia not to mention it, is subject to
an RC bugreport, as such to AUTORM (in a couple of days): the issue is fixed in 
the
upstream git repository, so it will be fixed in the next upstream release which 
may
happen after the scheduled removal time.

It is  copyright issue, so I do not feel very comfortable to just modify the
debian package: it is why I am waiting for the upstream release to close 
definitively
the RC bug. Meanwhile I would like to stop the AUTORM machinery: may I 
downgrade the
the severity in view to froze the process ?  or may I do something else ?

Best wishes,
Jerome


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/553b8fcf.9050...@rezozer.net



Re: RC bug fixed in SVN but not yet released

2015-04-25 Thread Andrey Rahmatullin
On Sat, Apr 25, 2015 at 02:59:59PM +0200, Jerome BENOIT wrote:
> It is  copyright issue, so I do not feel very comfortable to just modify the
> debian package
Why?

-- 
WBR, wRAR


signature.asc
Description: Digital signature


Re: RC bug fixed in SVN but not yet released

2015-04-25 Thread Paul Wise
On Sat, Apr 25, 2015 at 8:59 PM, Jerome BENOIT wrote:

> It is  copyright issue, so I do not feel very comfortable to just modify the
> debian package: it is why I am waiting for the upstream release to close 
> definitively
> the RC bug. Meanwhile I would like to stop the AUTORM machinery: may I 
> downgrade the
> the severity in view to froze the process ?  or may I do something else ?

Sending a mail to the bug about the status should postpone the autoremoval.

-- 
bye,
pabs

https://wiki.debian.org/PaulWise


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAKTje6E2sfvvQkoy_YZD0grqVEBX=Hx=3_o7mjxdamfqs4y...@mail.gmail.com



Re: RC bug fixed in SVN but not yet released

2015-04-25 Thread Jerome BENOIT


On 25/04/15 15:06, Andrey Rahmatullin wrote:
> On Sat, Apr 25, 2015 at 02:59:59PM +0200, Jerome BENOIT wrote:
>> It is  copyright issue, so I do not feel very comfortable to just modify the
>> debian package
> Why?
> 

Because it would mean that Debian maintainers could modify upstream copyrights
according to their fantasy. I guess it is not wanted.

Jerome


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/553b97da.2010...@rezozer.net



Re: RC bug fixed in SVN but not yet released

2015-04-25 Thread Jerome BENOIT


On 25/04/15 15:09, Paul Wise wrote:
> On Sat, Apr 25, 2015 at 8:59 PM, Jerome BENOIT wrote:
> 
>> It is  copyright issue, so I do not feel very comfortable to just modify the
>> debian package: it is why I am waiting for the upstream release to close 
>> definitively
>> the RC bug. Meanwhile I would like to stop the AUTORM machinery: may I 
>> downgrade the
>> the severity in view to froze the process ?  or may I do something else ?
> 
> Sending a mail to the bug about the status should postpone the autoremoval.
> 
I am getting lost here: do you meant reply with a short update ? or something 
else ?

Thanks in advance,
Jerome


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/553b988b.5010...@rezozer.net



Re: RC bug fixed in SVN but not yet released

2015-04-25 Thread Paul Wise
On Sat, Apr 25, 2015 at 9:37 PM, Jerome BENOIT wrote:

> I am getting lost here: do you meant reply with a short update ? or something 
> else ?

Exactly that.

-- 
bye,
pabs

https://wiki.debian.org/PaulWise


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



Re: build dependency range

2015-04-25 Thread Rebecca N. Palmer
The valid way to specify "libcfitsio-dev (>= 3.310) or libcfitsio3-dev 
(>= 3.310, << 3.370)" would be to use A|(B&C) = (A|B)&(A|C):


libcfitsio-dev (>= 3.310) | libcfitsio3-dev (>= 3.310), libcfitsio-dev 
(>= 3.310) | libcfitsio3-dev (<< 3.370)


but you probably don't actually need that: as libcfitsio3-dev >= 3.370 
is an empty package depending on libcfitsio-dev,


libcfitsio-dev (>= 3.310) | libcfitsio3-dev (>= 3.310)

should be sufficient.

Note that libcfitsio-dev needs to be first as buildds only look at the 
first alternative.  I do not know if this rule also applies to 
backports, but given that jessie has 3.370 and wheezy 3.300, it won't be 
an issue for Debian backports anyway.



--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/553b88e2.2050...@zoho.com



Bug#783302: RFS: entityx/1.1.2-1 [ITP] -- fast, type-safe C++ Entity Component System

2015-04-25 Thread Jason Pleau
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for reviews (and possibly a sponsor) for my package "entityx":

* Package name: entityx
  Version : 1.1.2-1
  Upstream Author : Alec Thomas 
* URL : https://github.com/alecthomas/entityx
* License : Expat
  Section : libs

It builds those binary packages:

  libentityx-doc   : fast, type-safe C++ Entity Component System (API
documentation)

  libentityx-dev   : fast, type-safe C++ Entity Component System
(development files)

  libentityx1  : fast, type-safe C++ Entity Component System

  libentityx1-dbg  : Debug symbols for libentityx1


To access further information about this package, please visit the
following URL:

  http://mentors.debian.net/package/entityx


Alternatively, one can download the package with dget using this command:

  dget -x
http://mentors.debian.net/debian/pool/main/e/entityx/entityx_1.1.2-1.dsc

For people who prefer working with git, there is also a git repository
of the packaging files available at
https://anonscm.debian.org/cgit/collab-maint/entityx.git -- one can
clone it using

  git clone git://anonscm.debian.org/collab-maint/entityx.git


More information about entityx can be obtained from
https://github.com/alecthomas/entityx

Changes since the last upload:

 * Initial release (Closes: #772414)

Additionnal notes:

1.

I added a lintian-override for the symbols file in libentityx1. The
generated symbols were different between i386 and amd64, and since I
can't test for other architectures myself I couldn't tell if they were
different on say armel for example. Any help on that is appreciated.

2.

To make the build reproducible, I had to use a newer version of
dh-strip-nondeterminism than what's available in unstable right now.
(This was to remove timestamps from PNG files)

I built the git version available here:
https://anonscm.debian.org/cgit/reproducible/strip-nondeterminism.git (I
assume it'll get uploaded to unstable after jessie release).

This means my package cannot be included in Debian right now, but I'd be
happy if someone could review my package until dh-strip-determinism is
in unstable.

Thanks !

-- 
Jason Pleau


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/553bb1ec.1020...@jpleau.ca



Bug#783308: RFS: mediagoblin/0.7.1+dfsg1-1 [ITP]

2015-04-25 Thread Simon Fondrie-Teitler
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package "mediagoblin"

 * Package name: mediagoblin
   Version : 0.7.1+dfsg1-1
   Upstream Author : Various persons, GNU
 * URL : http://mediagoblin.org/
 * License : GPL-3+
   Section : web

It builds those binary packages:

mediagoblin - web application for sharing photos, video and other media
mediagoblin-doc - web application for sharing photos, video and other media - 
documentation

To access further information about this package, please visit the following 
URL:

http://mentors.debian.net/package/mediagoblin


Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/m/mediagoblin/mediagoblin_0.7.1+dfsg1-1.dsc

Changes since the last upload:

  * Initial release. (Closes: #657405)


Regards,
Simon


signature.asc
Description: PGP signature


Re: RC bug fixed in SVN but not yet released

2015-04-25 Thread Jerome BENOIT


On 25/04/15 15:49, Paul Wise wrote:
> On Sat, Apr 25, 2015 at 9:37 PM, Jerome BENOIT wrote:
> 
>> I am getting lost here: do you meant reply with a short update ? or 
>> something else ?
> 
> Exactly that.

It rocked !

Thanks,
Jerome

> 


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/553bf1ed.5030...@rezozer.net



Bug#782738: Update of the package

2015-04-25 Thread Gunter Königsmann
I just have updated the package wxMaxima as the last upstream release 
has been updated (without a change in the version number).


The old changelog of the release read:

 * wxWidgets 3.0 is now a mandatory requirement
 * Various bugfixes
 * Loads of stability and performance fixes
 * Adjustable framerate for animations
 * A version-control friendly flavour of the wxmx format
 * A mimetype marker at the beginning of wxmx files
 * Better desktop integration
 * An offline manual
 * Autodetection of maxima's working directory on Mac and Windows
 * Use gnuplot_postamble instead of gnuplot_preamble
 * Dropped the hard dependency of TeXinfo
 * Translation updates
 * LaTeX: Use centered dots for multiplications
 * LaTeX: Added an option to select if superscripts should be
   placed above or after subscripts
 * LaTeX: Allow the user to add additional commands to the preamble.
 * Export of animations to pdf (via a pdfTeX file run) and html
 * Now complex conjugates are drawn as overstrike text.
 * bumped the minor version number of .wxmx: overstrike text is
   a new feature and therefore a file containing it cannot be read by
   old wxMaxima versions.
 * An autosave functionality that makes maxima work more like a mobile
   app whose documents are always saved.
 * A table-of-contents pane for faster navigation
 * It is now possible to scroll away from a running evaluation for
   arbitrary lengths of time and to choose to follow the evaluation
   process again.
 * Now TeX scales down images that are obviously too big for the page.
 * An undo for cell deletes and for adding cells.
 * Autocompletion for units from ezUnits


The new re-release addresses a windows-only bug and fixes the 
long-standing problem that the cursor sometimes instead of moving down 
jumped to the beginning of the worksheet.


Kind regards,

   Gunter.


Help with Java package needed

2015-04-25 Thread Andreas Tille
Hi,

I intent to package mauve[1] and prepared the package in Git[2].  I was
able to get rid of several JARs upstream included but it seems now it
starts to become tricky enough that I need some help.

The Mauve download contains ext/zeus-jscl.jar.  The source of this is
available here[3] and I think I was able to create a proper package of
this in pkg-java Git[4].

However, if I try to build Mauve which was working before changing the
location of zaus-jscl.jar in build.xml I get:


compile:
[mkdir] Created dir: 
/home/andreas/debian-maintain/repack/mauve/mauve-2.4.0+4734/bin
[javac] 
/home/andreas/debian-maintain/repack/mauve/mauve-2.4.0+4734/build.xml:96: 
warning: 'includeantruntime' was not set, defaulting to 
build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 202 source files to 
/home/andreas/debian-maintain/repack/mauve/mauve-2.4.0+4734/bin
[javac] 
/home/andreas/debian-maintain/repack/mauve/mauve-2.4.0+4734/src/org/gel/mauve/MyConsole.java:17:
 error: incompatible types
[javac] console = JConsole.getConsole ();
[javac]   ^
[javac]   required: JConsole
[javac]   found:JConsolePane
[javac] 
/home/andreas/debian-maintain/repack/mauve/mauve-2.4.0+4734/src/org/gel/mauve/MyConsole.java:22:
 error: cannot find symbol
[javac] console.startConsole ();
[javac]^
[javac]   symbol:   method startConsole()
[javac]   location: variable console of type JConsole
[javac] 
/home/andreas/debian-maintain/repack/mauve/mauve-2.4.0+4734/src/org/gel/mauve/MyConsole.java:24:
 error: cannot find symbol
[javac] console.stopConsole ();
[javac]^
[javac]   symbol:   method stopConsole()
[javac]   location: variable console of type JConsole
[javac] 
/home/andreas/debian-maintain/repack/mauve/mauve-2.4.0+4734/src/org/gel/mauve/MyConsole.java:33:
 error: cannot find symbol
[javac] console.showConsole ();
[javac]^
[javac]   symbol:   method showConsole()
[javac]   location: variable console of type JConsole
[javac] 
/home/andreas/debian-maintain/repack/mauve/mauve-2.4.0+4734/src/org/gel/mauve/MyConsole.java:39:
 error: cannot find symbol
[javac] console.showConsole ();
[javac]^
[javac]   symbol:   method showConsole()
[javac]   location: variable console of type JConsole
[javac] 
/home/andreas/debian-maintain/repack/mauve/mauve-2.4.0+4734/src/org/gel/mauve/gui/MauveFrame.java:500:
 error: incompatible types
[javac] JConsole console = JConsole.getConsole();
[javac]   ^
[javac]   required: JConsole
[javac]   found:JConsolePane
[javac] 
/home/andreas/debian-maintain/repack/mauve/mauve-2.4.0+4734/src/org/gel/mauve/gui/MauveFrame.java:501:
 error: cannot find symbol
[javac] console.showConsole();
[javac]^
[javac]   symbol:   method showConsole()
[javac]   location: variable console of type JConsole
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 7 errors


I have no idea what might went wrong here.  Any idea?

Kind regards

  Andreas.


[1] http://darlinglab.org/mauve/
[2] git://anonscm.debian.org/debian-med/mauve.git
[3] http://sourceforge.net/projects/zeus-jscl/
[4] git://anonscm.debian.org/pkg-java/libzeus-jscl-java.git

-- 
http://fam-tille.de


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150426052059.ga28...@an3as.eu