Re: syntax-error-in-dep5-copyright syntax error in section 4 after the tag license

2011-10-12 Thread Charles Plessy
Le Wed, Oct 12, 2011 at 07:51:02AM +0200, Guido van Steen a écrit :
 
 License: BSD-3-clause~FIZSH
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:

Dear Guido,

it looks like you miss to indent multi-line fields with one space.  For
instance, the above should be:

License: BSD-3-clause~FIZSH
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:

Note also that empty lines need to be escaped by dots, like in the Description
field of Debian control files.

The following parser may be useful to you:

  
http://ddumont.wordpress.com/2011/01/13/debian-copyright-dep5-parsereditorvalidatormigrator-is-released/

Have a nice day,

-- 
Charles Plessy
Tsurumi, Kanagawa, Japan


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20111012060502.gd18...@merveille.plessy.net



Re: syntax-error-in-dep5-copyright syntax error in section 4 after the tag license

2011-10-12 Thread Jan-Pascal van Best
Hoi Guido,

This hit me also and it took some time to figure out.
- indent multi-line fields with a space
- use 'space dot' - ' .' for empty lines in a multi-line field.

Like this:

License: BSD-3-clause~FIZSH
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are
 met:
 .
  * Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
  * Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
  * Neither the name of FIZSH nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Cheers

Jan-Pascal





signature.asc
Description: OpenPGP digital signature


Re: RFS: manaplus

2011-10-12 Thread Helmut Grohne
Hi Andrei,

On Tue, Oct 11, 2011 at 03:39:12AM +0400, andrei karas wrote:
 I will update packages after releasing next version.

Good.

 I dont know what write in public domain license field.
 It should be short explanation about public domain license or about code?
 And where i can find it?

This is not entirely clear to me either. Maybe someone else can comment
on this? What is obvious from reading dep5 is that both Copyright and
License are required. In this case it seems necessary to duplicate the
public-domain information to both fields and add the explanation
(presumably the URL) to the License field.

 Empty directories need for support for default theme with different name.
 Should i add lintian override for this?

Yes. This seems to be one of the few cases lintian overrides are good
for. Make sure that your override file explains the reason or it will be
frowned upon.

Helmut


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20111012062509.ga23...@alf.mars



Re: RFS: instead

2011-10-12 Thread Helmut Grohne
IANADD, so I cannot upload and I would recommend not uploading this
package in its current shape.

On Tue, Sep 13, 2011 at 11:15:39AM +0300, Sam Protsenko wrote:
 I am looking for a sponsor for my package instead.
 
  * Package name: instead
Version : 1.5.1-1
Upstream Author : Peter Kosyhp.ko...@gmail.com
  * URL : http://instead.googlecode.com
  * License : GPL
Section : games

This doesn't look too well.

Your description of the package in debian/control is not acceptable.
While the short description looks ok, the long description must go
into further details. A user who has never heard of this software should
be able to understand what it does just by reading this text.

Your debian/rules file basically needs to be rewritten. It contains
boiler plate like # Sample debian/rules that uses debhelper. It would
also help to compress the file by using e.g. dh. Why do you depend on
debhelper 8 again when you don't even use dh?

Also your debian/copyright doesn't list license headers and uses an
unversioned link to the GPL. Please reread the corresponding sections of
the Debian policy. While you are at it you might want to look into
http://dep.debian.net/deps/dep5/ to format your copyright file. Even
though using this format is not required lintian can parse parts of it
and help you spot mistakes.

Maybe you can also add a .menu file. Unfortunately there are currently
two competing and incompatible menu systems in Debian. One is .desktop
and the other is menu. Some desktop environments choose to only look at
the former (e.g. gnome) and others choose to only look at the latter
(e.g. fluxbox, awesome). So the only way to make your package visible in
all menus unfortunately is to ship both.

Since your package ships themes worth more than 3MB you should split
your package to an Architecture: all package. Otherwise these 3MB are
multiplied by the number of architectures on each mirror.

Also contacting the Debian games team at
debian-devel-ga...@lists.debian.org might be a good idea.

Helmut


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20111012071221.gb23...@alf.mars



Re: Notes about mentors.debian.net

2011-10-12 Thread Boris Pek
Hi Arno,

 1) Successfully uploaded packages are not deleted from mentors.debian.net as 
 it
 was earlier. There is no even such option in account settings. So people 
 should
 remove own packages manually. Not all need current functional for package
 reviewing...

 There is a setting. If you are logged in, you can remove a package by
 clicking on the Delete package link.

You have read my message carelessly. Read this cite again please. I have wrote
about possibility to delete a package manually. But option for _automatic_
deletion in an _account_settings_ is not the same that a hyperlink for manual
deletion in a package page.

 2) There is no any marker that a package was uploaded to the Debian in 
 package
 details page.

 Such packages are being removed (again) in future. The code is already
 there [1].

Sounds good. This is a really important function.

 3) Some time ago it was very interesting field with counter in package 
 details
 page. That counter was showing the number of downloads by potential sponsors.
 There is no such useful counter now. Was it something wrong with its 
 algorithm?

 I didn't assume anyone would miss it. Apparently people do, so it may
 come back in future. Or, if you want, send me a patch enabling it.
 Unless I am mistaken we have some code tracking it already.

Unfortunately I have no enough free time to investigate this code and make own
patches. Maybe I will look it later. Very later...

Thanks for reply.

Regards,
Boris


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/627381318404...@web104.yandex.ru



Re: RFS: instead

2011-10-12 Thread Jakub Wilk

* Helmut Grohne hel...@subdivi.de, 2011-10-12, 09:12:

Your debian/rules file basically needs to be rewritten.


Sorry, but that's not helpful. Care to elaborate what's so inherently 
wrong with the current debian/rules?


It contains boiler plate like # Sample debian/rules that uses 
debhelper.


Sure, the boilerplate is silly. I'd love if dh-make maintainer could be 
convinced not to insert this nonsense to every debian/rules it 
creates[0].



It would also help to compress the file by using e.g. dh.


Help with what? (I took me a while to understand what you meant here. dh 
doesn't compress anything, except through dh_compress. ;)


Why do you depend on debhelper 8 again 


Because he uses compat 8. 


when you don't even use dh?


I don't see how is that relevant.


[0] Or, better, if people stopped using dh-make. I really can't see how 
it makes anything easier. But maybe it's because I'm old and grumpy. :P


--
Jakub Wilk


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20111012081712.ga1...@jwilk.net



RFS: kinect-audio-setup (New Package; Closes #645072)

2011-10-12 Thread Antonio Ospite
Hi Debian Mentors (and OpenKinect people),

I am looking for a sponsor for my package kinect-audio-setup, it is
needed to enable audio input from the Microsoft Kinect sensor 
device. I am also one of the upstream authors.

* Package name: kinect-audio-setup
  Version : 0.1
  Upstream Author : Drew Fisher drew.m.fis...@gmail.com,
Antonio Ospite osp...@studenti.unina.it
* URL : http://git.ao2.it/kinect-audio-setup.git/
* License : BSD-2-Clause, WTFPL
  Programming Lang: C, Posix shell
  Description : enable audio input from the Microsoft Kinect sensor
device

It builds the binary package: kinect-audio-setup.

kinect-audio-setup provides:
  - kinect_fetch_fw which downloads and extracts the firmware from the
Microsoft Kinect SDK;
  - kinect_upload_fw which loads the firmware to the generic USB device
in order to get the USB Audio Class device to show up;
  - udev rules to call kinect_upload_fw when the device is plugged in.

kinect_fetch_fw is invoked in the postint hook to download the 
non re-distributable binary firmware needed to have the USB Audio Class 
device.

On debian-legal[1] I've been told that using the kinect word in
the project name should be OK, and that —because of the use of a binary
firmware— the package needs to go in 'contrib', so I choose
'contrib/sound' as the section.

Note that pulseaudio = 1.0 is needed for the actual audio input to work
but I am not depending on it as technically it is not needed to make
the above programs work, should I suggest or recommend it?

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

  http://bugs.debian.org/645072

The package can be downloaded with dget using this command:

  dget -u http://ao2.it/debian/kinect-audio-setup_0.1-1.dsc

The source package can be found in the 'debian' branch at:
  
  http://git.ao2.it/kinect-audio-setup.git/

The package has been tested with pbuilder, checked with lintian,
verified to be piuparts clean.

Thanks,
   Antonio

[1] http://lists.debian.org/debian-legal/2011/09/msg00057.html

-- 
Antonio Ospite
http://ao2.it

PGP public key ID: 0x4553B001

A: Because it messes up the order in which people normally read text.
   See http://en.wikipedia.org/wiki/Posting_style
Q: Why is top-posting such a bad thing?


pgpRdltFLP2pk.pgp
Description: PGP signature


RFS: task-spooler

2011-10-12 Thread Alexander Inyukhin
Dear mentors,

I am looking for a sponsor for my package task-spooler.

 * Package name: task-spooler
   Version : 0.7.1-1
   Upstream Author : Lluís Batlle i Rossel vi...@vicerveza.homeunix.net
 * URL : http://vicerveza.homeunix.net/~viric/soft/ts/
 * License : GPLv2+
   Section : misc

It builds these binary packages:
task-spooler - personal job scheduler

The package appears to be lintian clean.

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

  http://mentors.debian.net/package/task-spooler

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

  dget -x 
http://mentors.debian.net/debian/pool/main/t/task-spooler/task-spooler_0.7.1-1.dsc

I would be glad if someone uploaded this package for me.

Kind regards,
 Alexander Inyukhin


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20111012165747.ga23...@shurick.s2s.msu.ru



RFS: ESO Common Pipeline Library

2011-10-12 Thread Ole Streicher
Dear mentors,

I am looking for a sponsor for my package cpl.

 * Package name: cpl
   Version : 5.3.1-1
   Upstream Author : ESO Project Team cpl-h...@eso.org
 * URL : http://www.eso.org/sci/software/cpl/
 * License : GPLv2
   Section : libs

It builds those binary packages:

 libcext-dev - Header files for libcext
 libcext-doc - API documentation for libcext
 libcext0   - ESO's C Library Extensions
 libcpl-dev - Header files for the Common Pipeline Library
 libcpl-doc - API documentation for the Common Pipeline Library
 libcplcore12 - Fundamental CPL data types and functions
 libcpldfs12 - CPL functions to provide DFS compability
 libcpldrs12 - CPL higher level data processing algorithms
 libcplui12 - CPL framework interface library

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

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

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

  dget -x http://mentors.debian.net/debian/pool/main/c/cpl/cpl_5.3.1-1.dsc

I would be glad if someone uploaded this package for me.

Kind regards,

Ole Streicher


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4e95c6ff.3030...@liska.ath.cx



RFS: EsoRex - - Execution Tool for European Southern Observatory pipelines

2011-10-12 Thread Ole Streicher
Dear mentors,

I am looking for a sponsor for my package esorex.

 * Package name: esorex
   Version : 3.9.0-1
   Upstream Author : ESO Project Team cpl-h...@eso.org
 * URL : http://www.eso.org/sci/software/cpl/esorex.html
 * License : GPLv2
   Section : science

It builds those binary packages:

esorex - Execution Tool for European Southern Observatory pipelines

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

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

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

  dget -x
http://mentors.debian.net/debian/pool/main/e/esorex/esorex_3.9.0-1.dsc

I would be glad if someone uploaded this package for me.

Kind regards,

Ole Streicher


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4e95ca81.6070...@liska.ath.cx



Re: RFS: ESO Common Pipeline Library

2011-10-12 Thread Sylvestre Ledru
Hello Ole,

Le mercredi 12 octobre 2011 à 18:57 +0200, Ole Streicher a écrit :
 Dear mentors,
 
 I am looking for a sponsor for my package cpl.
I am willing to sponsor you under the Debian Science umbrella.
which will require your package to be hosted under svn or git and to
follow the debian science policy:
http://debian-science.alioth.debian.org/debian-science-policy.html

Anyway, it could be nice to update a bit the description of the package.

Thanks,
Sylvestre



--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1318439313.3600.55.ca...@losinj.inria.fr



Re: RFS: ESO Common Pipeline Library

2011-10-12 Thread Julian Taylor
On 10/12/2011 06:57 PM, Ole Streicher wrote:
 Dear mentors,
 
 I am looking for a sponsor for my package cpl.
 
  * Package name: cpl
Version : 5.3.1-1
Upstream Author : ESO Project Team cpl-h...@eso.org
  * URL : http://www.eso.org/sci/software/cpl/
  * License : GPLv2
Section : libs
 
 It builds those binary packages:
 
  libcext-dev - Header files for libcext
  libcext-doc - API documentation for libcext
  libcext0   - ESO's C Library Extensions
  libcpl-dev - Header files for the Common Pipeline Library
  libcpl-doc - API documentation for the Common Pipeline Library
  libcplcore12 - Fundamental CPL data types and functions
  libcpldfs12 - CPL functions to provide DFS compability
  libcpldrs12 - CPL higher level data processing algorithms
  libcplui12 - CPL framework interface library
 
 To access further information about this package, please visit the
 following URL:
 
   http://mentors.debian.net/package/cpl
 
 Alternatively, one can download the package with dget using this command:
 
   dget -x http://mentors.debian.net/debian/pool/main/c/cpl/cpl_5.3.1-1.dsc
 
 I would be glad if someone uploaded this package for me.
 


Hi,
the package does not build in a clean unstable chroot:
config.log
configure:12591: checking for cfitsio
configure: 12628: /usr/include/fitsio.h
taking that
configure: 12687: /usr/lib64/libcfitsio.a
configure: 12706: /usr/lib32/libcfitsio.a
configure: 12724: /usr/lib/libcfitsio.a
configure:12738: error: cfitsio was not found on your system. Please check!

This is because cfitsio has been converted to multiarch placing it in
/usr/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH)
The build should fall back to the system default paths when the library
is not found in the paths defined in m4/cpl.m4.

There are a couple of files with copyright held by the FSF in the source
but thats not mentioned in debian/copyright
You also don't need the GPL-2 license header twice, once is enough.

you don't need .dirs files for standard system paths like usr/{lib,include}

VLT instrument ... abbreviation in the description needs explaining or
maybe dropping.
fi is typed weird in everal places
line 68 operations de~Aned on, 108, 112 ...

Also as this package contains a number of libraries please consider
adding symbol files to aid finding api compatibility problems.

Else the package looks nice, good work.

Best Regards,
Julian Taylor



signature.asc
Description: OpenPGP digital signature


Re: RFS: ESO Common Pipeline Library

2011-10-12 Thread Julian Taylor
On 10/12/2011 06:57 PM, Ole Streicher wrote:
 Dear mentors,
 
 I am looking for a sponsor for my package cpl.
 
  * Package name: cpl
Version : 5.3.1-1
Upstream Author : ESO Project Team cpl-h...@eso.org
  * URL : http://www.eso.org/sci/software/cpl/
  * License : GPLv2
Section : libs
 
 It builds those binary packages:
 
  libcext-dev - Header files for libcext
  libcext-doc - API documentation for libcext
  libcext0   - ESO's C Library Extensions
  libcpl-dev - Header files for the Common Pipeline Library
  libcpl-doc - API documentation for the Common Pipeline Library
  libcplcore12 - Fundamental CPL data types and functions
  libcpldfs12 - CPL functions to provide DFS compability
  libcpldrs12 - CPL higher level data processing algorithms
  libcplui12 - CPL framework interface library
 
 To access further information about this package, please visit the
 following URL:
 
   http://mentors.debian.net/package/cpl
 
 Alternatively, one can download the package with dget using this command:
 
   dget -x http://mentors.debian.net/debian/pool/main/c/cpl/cpl_5.3.1-1.dsc
 
 I would be glad if someone uploaded this package for me.
 
 Kind regards,
 
 Ole Streicher
 
 

I forgot:
you depend on autotools-dev but do not use it.
With dh-7 its:
dh $@ --with autotools-dev




signature.asc
Description: OpenPGP digital signature


Re: RFS: EsoRex - - Execution Tool for European Southern Observatory pipelines

2011-10-12 Thread Julian Taylor
On 10/12/2011 07:12 PM, Ole Streicher wrote:
 Dear mentors,
 
 I am looking for a sponsor for my package esorex.
 
  * Package name: esorex
Version : 3.9.0-1
Upstream Author : ESO Project Team cpl-h...@eso.org
  * URL : http://www.eso.org/sci/software/cpl/esorex.html
  * License : GPLv2
Section : science
 
 It builds those binary packages:
 
 esorex - Execution Tool for European Southern Observatory pipelines
 
 To access further information about this package, please visit the
 following URL:
 
   http://mentors.debian.net/package/esorex
 
 Alternatively, one can download the package with dget using this command:
 
   dget -x
 http://mentors.debian.net/debian/pool/main/e/esorex/esorex_3.9.0-1.dsc
 
 I would be glad if someone uploaded this package for me.
 
 Kind regards,
 
 Ole Streicher
 
 

the package does not build in an almost clean unstable chroot (cpl b-d
installed)
Its missing a bunch of links:

/bin/bash ../libtool --tag=CC   --mode=link gcc  -g -O2 -fno-builtin
-L/usr/lib  -lltdl  -o esorex er_fileutils.o er_help.o er_main.o
er_params.o er_paramutils.o er_plugin.o er_pluginlist.o er_stringarray.o
er_stringutils.o er_paf.o -lcplui -lcpldfs -lltdl -ldl  -lnsl
libtool: link: gcc -g -O2 -fno-builtin -o esorex er_fileutils.o
er_help.o er_main.o er_params.o er_paramutils.o er_plugin.o
er_pluginlist.o er_stringarray.o er_stringutils.o er_paf.o  -L/usr/lib
-lcplui -lcpldfs /usr/lib/libltdl.so -ldl -lnsl
/usr/bin/ld: er_main.o: undefined reference to symbol 'cpl_get_description'
/usr/bin/ld: note: 'cpl_get_description' is defined in DSO
/usr/lib/libcplcore.so.12 so try adding it to the linker command line
/usr/lib/libcplcore.so.12: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[4]: *** [esorex] Error 1

as with cpl there are a couple of file from the FSF in the source not
mentioned in debian/copyright

you use dh-autoreconf so you don't need to depend on autotools-dev.



signature.asc
Description: OpenPGP digital signature


Re: syntax-error-in-dep5-copyright syntax error in section 4 after the tag license

2011-10-12 Thread Guido van Steen
Hi Charles and Jan Pascal,

Thanks for your help. Your tips on 'space dots' got me on the right
track. I also had to include the plain text of an identical BSD
license twice, because it appeared in two different sections of my
copyright file.

Best wishes,

Guido

On Wed, Oct 12, 2011 at 8:17 AM, Jan-Pascal van Best
janpas...@vanbest.org wrote:
 Hoi Guido,

 This hit me also and it took some time to figure out.
 - indent multi-line fields with a space
 - use 'space dot' - ' .' for empty lines in a multi-line field.

 Like this:

 License: BSD-3-clause~FIZSH
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are
  met:
  .
      * Redistributions of source code must retain the above copyright
        notice, this list of conditions and the following disclaimer.
      * Redistributions in binary form must reproduce the above
        copyright notice, this list of conditions and the following disclaimer
        in the documentation and/or other materials provided with the
        distribution.
      * Neither the name of FIZSH nor the names of its contributors may
        be used to endorse or promote products derived from this software
        without specific prior written permission.
  .
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  AS IS AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

 Cheers

 Jan-Pascal






--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/camtvz+vkpyesq27nkkey_bbfm1+saws5rjk5q2de8+q4ahr...@mail.gmail.com



Re: RFS: ESO Common Pipeline Library

2011-10-12 Thread Vincent Cheng
On Wed, Oct 12, 2011 at 11:30 AM, Julian Taylor
jtaylor.deb...@googlemail.com wrote:
 On 10/12/2011 06:57 PM, Ole Streicher wrote:
 Dear mentors,

 I am looking for a sponsor for my package cpl.

  * Package name    : cpl
    Version         : 5.3.1-1
    Upstream Author : ESO Project Team cpl-h...@eso.org
  * URL             : http://www.eso.org/sci/software/cpl/
  * License         : GPLv2
    Section         : libs

 It builds those binary packages:

  libcext-dev - Header files for libcext
  libcext-doc - API documentation for libcext
  libcext0   - ESO's C Library Extensions
  libcpl-dev - Header files for the Common Pipeline Library
  libcpl-doc - API documentation for the Common Pipeline Library
  libcplcore12 - Fundamental CPL data types and functions
  libcpldfs12 - CPL functions to provide DFS compability
  libcpldrs12 - CPL higher level data processing algorithms
  libcplui12 - CPL framework interface library

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

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

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

   dget -x http://mentors.debian.net/debian/pool/main/c/cpl/cpl_5.3.1-1.dsc

 I would be glad if someone uploaded this package for me.

 Kind regards,

 Ole Streicher



 I forgot:
 you depend on autotools-dev but do not use it.
 With dh-7 its:
 dh $@ --with autotools-dev




Please correct me if I'm mistaken...but isn't it supposed to be
--with autotools_dev (i.e. with an underscore, not a dash)?

Vincent


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



Re: RFS: ESO Common Pipeline Library

2011-10-12 Thread Ole Streicher
Julian Taylor jtaylor.deb...@googlemail.com writes:
 On 10/12/2011 06:57 PM, Ole Streicher wrote:
 I am looking for a sponsor for my package cpl.
 the package does not build in a clean unstable chroot:
 configure:12738: error: cfitsio was not found on your system. Please check!

 This is because cfitsio has been converted to multiarch placing it in
 /usr/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH)
 The build should fall back to the system default paths when the library
 is not found in the paths defined in m4/cpl.m4.

OK. One question here: there are other, optional libraries that are
checked in the same way -- libwcs4 and libfftw3. The configure would not
fail if these are not there, but the resulting cpl libs are then
suboptimal. 

A simple way would be to remove the checks for libcfitsio3, libwcs4 and
libfftw3 from cpl.m4 completely -- they are supposed to be there because
of the build dependencies of the package, and the filesystem standard
defines where they are. Would this be acceptable, or what would be the
best way to check the multiarch library path additionally? I could also
just add

--with-cfitsio-libs=/usr/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH) \
--with-wcs-libs=/usr/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH) \
--with-fftw-libs=/usr/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH) 

as configure options?

 There are a couple of files with copyright held by the FSF in the source
 but thats not mentioned in debian/copyright

How exact should this be? Would be something like

--8
Files: *
Copyright: Copyright (C) 2001-2010 European Southern Observatory
License: GPL-2
 This program is [...] version 2 can be found in the file
 `/usr/share/common-licenses/GPL-2'.

Files: */Makefile.in libltdl/* admin/* libcext/m4/lt*.m4 aclocal.m4 configure
Copyright: Copyright (C) 1994-2009 Free Software Foundation, Inc.
License: Free

Files: libcext/cext/snprintf.c
Copyright: Patrick Powell 1995
License: Free

Files: debian/*
Copyright: 2011 Ole Streicher deb...@liska.ath.cx
License: GPL-2
--8

be sufficient? 

 You also don't need the GPL-2 license header twice, once is enough.

I would just keep the first line License: GPL-2, right?

 you don't need .dirs files for standard system paths like usr/{lib,include}
 VLT instrument ... abbreviation in the description needs explaining or
 maybe dropping.
 fi is typed weird in everal places
 line 68 operations de~Aned on, 108, 112 ...

OK. Will be fixed.

 Also as this package contains a number of libraries please consider
 adding symbol files to aid finding api compatibility problems.

Since I just started with Debian packaging, I dont know how to do
this. I would suggest that I do that in a later release, once I learned
this.

Thank you for your review.

Best regards

Ole


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87zkh5udet@liska.ath.cx



RFS: cherrytree

2011-10-12 Thread Vincent Cheng
Dear mentors,

I am looking for a sponsor for my package cherrytree.

 * Package name: cherrytree
   Version : 0.23.1-1
   Upstream Author : Giuseppe Penone gius...@gmail.com
 * URL : http://www.giuspen.com/cherrytree/
 * License : GPL-2+
   Section : editors

It builds those binary packages (which are lintian -I --pedantic clean
and pbuilder clean):

cherrytree - hierarchical note taking application

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

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

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

  dget -x 
http://mentors.debian.net/debian/pool/main/c/cherrytree/cherrytree_0.23.1-1.dsc

I would be glad if someone uploaded this package for me.

Kind regards,

Vincent Cheng


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/caczd_tatli-j7ubbbauntaxbz1xw7quj08jpzqw90z_rfps...@mail.gmail.com



Re: syntax-error-in-dep5-copyright syntax error in section 4 after the tag license

2011-10-12 Thread Ben Finney
Guido van Steen vanst...@users.sourceforge.net writes:

 Thanks for your help. Your tips on 'space dots' got me on the right
 track.

(Please don't top-post your replies.)

Note that the formatting of those fields is (by design) exactly the same
you already learned for other fields, like the Description field in
‘debian/control’.

 I also had to include the plain text of an identical BSD license
 twice, because it appeared in two different sections of my copyright
 file.

You never need to duplicate license text in a DEP 5 document
URL:http://dep.debian.net/deps/dep5/#stand-alone-license-paragraph.

-- 
 \ “What is needed is not the will to believe but the will to find |
  `\   out, which is the exact opposite.” —Bertrand Russell, _Free |
_o__)   Thought and Official Propaganda_, 1928 |
Ben Finney


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87hb3dx40v@benfinney.id.au



Re: RFS: ESO Common Pipeline Library

2011-10-12 Thread Jakub Wilk

* Vincent Cheng vincentc1...@gmail.com, 2011-10-12, 13:19:

I forgot:
you depend on autotools-dev but do not use it.
With dh-7 its:
dh $@ --with autotools-dev

Please correct me if I'm mistaken...but isn't it supposed to be --with 
autotools_dev (i.e. with an underscore, not a dash)?


It can be either, dh does s/-/_/g before loading the module.

Reference:
http://anonscm.debian.org/gitweb/?p=debhelper/debhelper.git;a=blob;f=dh;h=3bcd069cadad6593e9d997942f277d5f20d3eb04;hb=b023550cd4256f0341c43860645b77c25f470509#l523

--
Jakub Wilk


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2011101023.ga9...@jwilk.net



Re: not installing files...(with cdbs)

2011-10-12 Thread Charles Plessy
Le Tue, Oct 11, 2011 at 02:15:02PM +0200, IOhannes m zmoelnig a écrit :
 
 i was wondering, what is the best way to *exclude* files from a package
 that get installed by upstream's make install target?
 
 - - removing the files right after the install target.

Dear IOhannes,

I tend to exclude files by removing them.  This way, it is self-documenting
(but a comment on why they are removed may be very useful sometimes).  I do not
use the --force option of rm, so that it is immediately noticed when the file
to remove is not installed anymore at a later upstream update.

Have a nice day,

-- 
Charles Plessy
Tsurumi, Kanagawa, Japan


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20111013001017.gb2...@merveille.plessy.net



RFS: calamaris

2011-10-12 Thread Daniel Echeverry
Dear mentors,

I am looking for a sponsor for my package calamaris.

 * Package name: calamaris
   Version : 2.99.4.0-16
   Upstream Author : Cord Beermann c...@wunder-nett.org
 * URL : http://www.Cord.de/~cord/tools/squid/calamaris/ *
License : GPL-2.0+
   Section : utils

It builds those binary packages:

calamaris  - log analyzer for Squid or Oops proxy log files

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

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

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

  dget -x 
http://mentors.debian.net/debian/pool/main/c/calamaris/calamaris_2.99.4.0-16.dsc

I would be glad if someone uploaded this package for me.

Kind regards,

Daniel Echeverry

-- 
Epsilon
http://www.rinconinformatico.net
http://www.fitnessdeportes.com
http://www.dragonjar.org
Linux user: #477840
Debian user