Re: Building a python application

2013-04-02 Thread Niranjan Rao

On 04/02/2013 09:00 AM, Barry Warsaw wrote:

On Mar 23, 2013, at 07:14 PM, Niranjan Rao wrote:


My python code depends upon some python libraries, some of which are part
ubuntu repository and I could install them using apt-get. There are other
libraries which are not part of the repository and had to install using
python PIP.  So far I have been very careful not to depend upon something
which has non open source license, so all the libraries are open source
libraries. Additionally I have dependency on Webkit 3 and GTK. Not sure if I
need to explicitly declare these dependencies while creating package

robru described accurately that in order to get your application into Ubuntu
(or even better, Debian) all your dependencies would also need to be
packaged.  While this might be time-consuming, fortunately, the process is
fairly easy (for distutils-based packages) and well documented.  E.g.

http://wiki.debian.org/Python/LibraryStyleGuide

The Debian Python teams are also very helpful if you get stuck.

Cheers,
-barry



Thank you Barry. Will look into it.

Regards,

Niranjan
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Building a python application

2013-04-02 Thread Barry Warsaw
On Mar 23, 2013, at 07:14 PM, Niranjan Rao wrote:

>My python code depends upon some python libraries, some of which are part
>ubuntu repository and I could install them using apt-get. There are other
>libraries which are not part of the repository and had to install using
>python PIP.  So far I have been very careful not to depend upon something
>which has non open source license, so all the libraries are open source
>libraries. Additionally I have dependency on Webkit 3 and GTK. Not sure if I
>need to explicitly declare these dependencies while creating package

robru described accurately that in order to get your application into Ubuntu
(or even better, Debian) all your dependencies would also need to be
packaged.  While this might be time-consuming, fortunately, the process is
fairly easy (for distutils-based packages) and well documented.  E.g.

http://wiki.debian.org/Python/LibraryStyleGuide

The Debian Python teams are also very helpful if you get stuck.

Cheers,
-barry


signature.asc
Description: PGP signature
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Ubuntu Manpage Repository need some love

2013-04-02 Thread Dmitrijs Ledkovs
On 2 April 2013 13:06, Ma Xiaojun  wrote:
> On Tue, Apr 2, 2013 at 4:58 PM, Matthew Paul Thomas  
> wrote:
>> 
>
> I noticed this bug already.
>

It would help branching manpages repository, trying to run it locally
/ find out what needs to be done server side to "scan" quantal and
raring.

Regards,

Dmitrijs.

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Ubuntu Manpage Repository need some love

2013-04-02 Thread Ma Xiaojun
On Tue, Apr 2, 2013 at 4:58 PM, Matthew Paul Thomas  wrote:
> 

I noticed this bug already.

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Ubuntu Manpage Repository need some love

2013-04-02 Thread Matthew Paul Thomas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ma Xiaojun wrote on 29/03/13 17:38:
> 
> Man pages for QQ, RR is still not available, despite the fact that
> they are listed.
> 
> ...



- -- 
mpt

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with undefined - http://www.enigmail.net/

iEYEARECAAYFAlFanZgACgkQ6PUxNfU6ecp3bgCdEh61xV4tZp4VnOuY+lp8ajqL
3I8AoKavUaVlfasSNBcnqFB26L0Cdkai
=wUNI
-END PGP SIGNATURE-

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Unity-2d packages in Raring

2013-04-02 Thread Colin Law
On 2 April 2013 08:11, Didier Roche  wrote:
> Le 01/04/2013 23:21, Scott Kitterman a écrit :
>
>> On Monday, April 01, 2013 10:15:41 PM Colin Law wrote:
>>>
>>> On 1 April 2013 22:11, Jordon Bedwell  wrote:

 On Mon, Apr 1, 2013 at 4:08 PM, Colin Law 
 wrote:
>
> Just out of interest does anyone know why, on Raring, I keep getting
> updates for unity-2d packages when unity-2d is, I thought, dead and
> buried?

 Seems odd unless you are less than 12.10 but there could always be a
 deprecation period.
>>>
>>> I am on Raring.
>>> $ apt-cache policy unity-2d
>>> unity-2d:
>>>Installed: 6.12.0daily13.04.01-0ubuntu1
>>>Candidate: 6.12.0daily13.04.01-0ubuntu1
>>>Version table:
>>>   *** 6.12.0daily13.04.01-0ubuntu1 0
>>>  500 http://gb.archive.ubuntu.com/ubuntu/ raring/universe i386
>>> Packages 100 /var/lib/dpkg/status
>>>
>>> I do notice that they are all (unity-2d, unity-2d-spread and so on)
>>> only a few kB each, perhaps they are just placeholders to satisfy
>>> dependencies that have not been cleaned up yet.  On the other hand I
>>> am getting updates to them every few days which seems odd.
>>
>> They are transitional packages that depend on unity to smooth updates.
>> Every
>> time unity gets updated, they get updated too.
>>
>> Scott K
>>
> As Scott told, they are from Unity sources.
>
> We need to keep them until next LTS as we support LTS to LTS upgrade so that
> people who only had unity-2d installed will get transitioned to the new
> Unity, even if they removed it in the previous LTS, so that they don't end
> up in an empty session upon upgrade.

OK, that makes sense.  Many thanks.

Colin

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Unity-2d packages in Raring

2013-04-02 Thread Didier Roche

Le 01/04/2013 23:21, Scott Kitterman a écrit :

On Monday, April 01, 2013 10:15:41 PM Colin Law wrote:

On 1 April 2013 22:11, Jordon Bedwell  wrote:

On Mon, Apr 1, 2013 at 4:08 PM, Colin Law  wrote:

Just out of interest does anyone know why, on Raring, I keep getting
updates for unity-2d packages when unity-2d is, I thought, dead and
buried?

Seems odd unless you are less than 12.10 but there could always be a
deprecation period.

I am on Raring.
$ apt-cache policy unity-2d
unity-2d:
   Installed: 6.12.0daily13.04.01-0ubuntu1
   Candidate: 6.12.0daily13.04.01-0ubuntu1
   Version table:
  *** 6.12.0daily13.04.01-0ubuntu1 0
 500 http://gb.archive.ubuntu.com/ubuntu/ raring/universe i386
Packages 100 /var/lib/dpkg/status

I do notice that they are all (unity-2d, unity-2d-spread and so on)
only a few kB each, perhaps they are just placeholders to satisfy
dependencies that have not been cleaned up yet.  On the other hand I
am getting updates to them every few days which seems odd.

They are transitional packages that depend on unity to smooth updates.  Every
time unity gets updated, they get updated too.

Scott K


As Scott told, they are from Unity sources.

We need to keep them until next LTS as we support LTS to LTS upgrade so 
that people who only had unity-2d installed will get transitioned to the 
new Unity, even if they removed it in the previous LTS, so that they 
don't end up in an empty session upon upgrade.


Cheers,
Didier

--
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss