mathgl: Upload new version 2.5

2021-12-12 Thread Rafael Laboissière

Hi,

The new upstream version 2.5 of MathGL has been recently released. I 
prepared the new version of the Debian package on the Git repo. If nobody 
objects, I will upload it. I am juste wondering whether it should be done 
to unstable or experimental. In this new upstream version, the upstream 
authors bumped (what they call) the "SOVERSION", such that all library 
binary packages produced by the mathgl source have to change names.


This will cause the new uploaded package to go through the NEW queue and 
will need a "mini-transition" involving the 3depict package (the only 
reverse-dependency on libmgl).


Now, the process of updating the mathgl package after such upstream 
"SOVERSION" bumps is pretty painful. This is caused by the very strange 
way in which upstream deals with the soversion. Indeed, a single 
"soversion" is defined in the CMakeLists.txt file:


$ grep SOVERSION CMakeLists.txt | grep ^set
set(MathGL_SOVERSION 7.6.0)

The defined variable (MathGL_SOVERSION) is then used to set the SOVERSION 
property of all libmgl* libraries:


$ grep MathGL_SOVERSION CMakeLists.txt | grep set_target
set_target_properties(${mgllib} PROPERTIES SOVERSION 
${MathGL_SOVERSION})

We end up with a collection of shared libraries that have the same 
"SOVERSION":


$ find debian/tmp -name \*.so.\*
debian/tmp/usr/lib/libmgl-wnd.so.7.6.0
debian/tmp/usr/lib/libmgl-mpi.so.7.6.0
debian/tmp/usr/lib/libmgl-wx.so.7.6.0
debian/tmp/usr/lib/libmgl-qt.so.7.6.0
debian/tmp/usr/lib/libmgl.so.7.6.0
debian/tmp/usr/lib/libmgl-qt5.so.7.6.0
debian/tmp/usr/lib/libmgl-glut.so.7.6.0
debian/tmp/usr/lib/libmgl-fltk.so.7.6.0

and this forces the changing of package names at each SOVERSION bump:

$ grep ^Package: debian/control | grep 7.6
Package: libmgl7.6.0
Package: libmgl-mpi7.6.0
Package: libmgl-wnd7.6.0
Package: libmgl-glut7.6.0
Package: libmgl-qt5-7.6.0
Package: libmgl-fltk7.6.0
Package: libmgl-wx7.6.0

This is pretty lame. Besides changing all package names and the names of 
the debian/libmgl*.install files, , we need to keep a ever-growing list 
of Replaces/Conflicts, for instance for the libmgl-glut7.6.0 package:


Replaces: libmgl-glut5, libmgl-glut6.0.0, libmgl-glut7.1.0, 
libmgl-glut7.2.0,
 libmgl-glut7.4.0, libmgl-glut7.4.1, libmgl-glut7.5.0
Conflicts: libmgl-glut5, libmgl-glut6.0.0, libmgl-glut7.1.0, 
libmgl-glut7.2.0,
 libmgl-glut7.4.0, libmgl-glut7.4.1, libmgl-glut7.5.0

IMHO, the scheme adopted by the upstream authors is not correct. First, 
the SOVERSION should be a single number, corresponding to the major part 
of the library version and not the composite major.minor.micro. Second, 
each individual library should have its own version/soversion, which 
should be bumped only when there are changes in it.


Anyway, I think that we are trapped in this strange package naming scheme 
for mathgl, unless the upstream authors change its way of setting 
soversion/version or we patch the upstream sources.


Best,

Rafael



Re: Mathgl upload issue

2013-01-27 Thread Dimitrios Eftaxiopoulos
Thank you Tobias for the comment. I will chase the culprit with the help of 
Sebastien.

Bests
Dimitris

Στις Παρ 25 Ιαν 2013 17:40:01 Tobias Hansen γράψατε:
 Sure, the package will probably build on experimental. But the
 Build-Depends are supposed to clearly state a set of packages that
 suffice for building, and adding a versioned build dependency is a good
 idea unless the versions in all supported Debian distributions satisfy
 the dependency. Just find the culprit and add a versioned build
 dependency. Where is the problem?
 
 Cheers,
 Tobias
 
 On 01/23/2013 01:53 PM, Dimitrios Eftaxiopoulos wrote:
  Hello,
  
  I have prepared version 2.1.1-1 of mathgl for upload to experimental.
  Since it will go to the NEW queue, I asked Sebastien Villemote to check
  it and possibly upload it.
  
  Sebastien's view is that in unstable, the build dependencies are
  satisfied but the package fails to compile. This is a bug. The package
  must compile when build dependencies are satisfied. The build
  dependencies must be tightened in order to pull in the needed stuff from
  experimental. Build daemons do not pull in stuff from experimental if
  the build dependencies can be satisfied in unstable, so the package will
  FTBFS everywhere.
  
  My view is that since the package builds successfully in a clean chroot
  created and updated with pbuilder with the option --distribution
  experimental, it will (most probably) build successfully after an upload
  to experimental as well. The package appears to be lintian clean apart
  from compilation flag hardening and missing manpages warnings. All
  issues related to its behavior upon upload to unstable will be dealt
  with by me when the time comes for the package to be uploaded to
  unstable.
  
  I ask other members of the list to try the package, share their views on
  it with me and possibly upload it. Note that only amd64 build is
  possible currently, due to more symbols file editing needed for other
  arches.
  
  Best regards
  Dimitris


--
To UNSUBSCRIBE, email to debian-science-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201301271149.23108.eftax...@otenet.gr



Re: Mathgl upload issue

2013-01-25 Thread Tobias Hansen
Sure, the package will probably build on experimental. But the 
Build-Depends are supposed to clearly state a set of packages that 
suffice for building, and adding a versioned build dependency is a good 
idea unless the versions in all supported Debian distributions satisfy 
the dependency. Just find the culprit and add a versioned build 
dependency. Where is the problem?


Cheers,
Tobias

On 01/23/2013 01:53 PM, Dimitrios Eftaxiopoulos wrote:

Hello,

I have prepared version 2.1.1-1 of mathgl for upload to experimental. Since it
will go to the NEW queue, I asked Sebastien Villemote to check it and possibly
upload it.

Sebastien's view is that in unstable, the build dependencies are
satisfied but the package fails to compile. This is a bug. The package
must compile when build dependencies are satisfied. The build dependencies must
be tightened in order to pull in the needed stuff from experimental. Build
daemons do not pull in stuff from experimental if the build dependencies can be
satisfied in unstable, so the package will FTBFS everywhere.

My view is that since the package builds successfully in a clean chroot
created and updated with pbuilder with the option --distribution
experimental, it will (most probably) build successfully after an upload to
experimental as well. The package appears to be lintian clean apart from
compilation flag hardening and missing manpages warnings. All issues related to
its behavior upon upload to unstable will be dealt with by me when the time
comes for the package to be uploaded to unstable.

I ask other members of the list to try the package, share their views on it
with me and possibly upload it. Note that only amd64 build is possible
currently, due to more symbols file editing needed for other arches.

Best regards
Dimitris





--
To UNSUBSCRIBE, email to debian-science-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5102a751.6070...@debian.org



Mathgl upload issue

2013-01-23 Thread Dimitrios Eftaxiopoulos
Hello,

I have prepared version 2.1.1-1 of mathgl for upload to experimental. Since it 
will go to the NEW queue, I asked Sebastien Villemote to check it and possibly 
upload it.

Sebastien's view is that in unstable, the build dependencies are
satisfied but the package fails to compile. This is a bug. The package
must compile when build dependencies are satisfied. The build dependencies must 
be tightened in order to pull in the needed stuff from experimental. Build 
daemons do not pull in stuff from experimental if the build dependencies can be
satisfied in unstable, so the package will FTBFS everywhere.  

My view is that since the package builds successfully in a clean chroot 
created and updated with pbuilder with the option --distribution 
experimental, it will (most probably) build successfully after an upload to 
experimental as well. The package appears to be lintian clean apart from 
compilation flag hardening and missing manpages warnings. All issues related to 
its behavior upon upload to unstable will be dealt with by me when the time 
comes for the package to be uploaded to unstable. 

I ask other members of the list to try the package, share their views on it 
with me and possibly upload it. Note that only amd64 build is possible 
currently, due to more symbols file editing needed for other arches.

Best regards
Dimitris


-- 
To UNSUBSCRIBE, email to debian-science-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201301231453.04555.eftax...@otenet.gr



Re: Mathgl upload

2012-11-15 Thread Ansgar Burchardt
Anton Gladky gladky.an...@gmail.com writes:
 no, I did not tried an uploading of an existing package, which
 should go to a NEW queue due to a new binary packages in
 it. I just heard[1], that this new DM-interface should allow
 such action.

 =
 ...
 Any DD may use this to grant/revoke upload permissions to existing
 packages (ie. at least in NEW);
 ...
 =

DDs can grant upload permission starting when a new package is in the
NEW queue (ie. as soon as dak knows about the package), but the rules
for DM uploads still do not allow uploads to NEW.

Ansgar


-- 
To UNSUBSCRIBE, email to debian-science-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/857gpmg0ql@tsukuyomi.43-1.org



Mathgl upload

2012-11-14 Thread Dimitrios Eftaxiopoulos
Hello,
could a DD have a look and upload mathgl? It's a NEW upload and I was not 
allowed to do it myself, since I am a DM.

At the moment, only amd64 build is possible.

Thanks
Dimitris


-- 
To UNSUBSCRIBE, email to debian-science-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201211150049.10742.eftax...@otenet.gr



Re: Mathgl upload

2012-11-14 Thread Anton Gladky
Hello Dimitris,

as your key is already in dm.txt [1], you should be probably
allowed to do even new uploads for mathgl. At least, just try.

Cheers,

Anton

[1] https://ftp-master.debian.org/dm.txt

2012/11/14 Dimitrios Eftaxiopoulos eftax...@otenet.gr:
 Hello,
 could a DD have a look and upload mathgl? It's a NEW upload and I was not
 allowed to do it myself, since I am a DM.

 At the moment, only amd64 build is possible.

 Thanks
 Dimitris


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



Re: Mathgl upload

2012-11-14 Thread Dimitrios Eftaxiopoulos
Hello Anton,
I tried yesterday and my attempt was rejected [2].

[2] http://lists.alioth.debian.org/pipermail/debian-science-maintainers/2012-
November/016038.html

Have you, as a DM, managed to do NEW uploads?

Regards
Dimitris

Στις Πεμ 15 Νοε 2012 00:55:03 Anton Gladky γράψατε:
 Hello Dimitris,
 
 as your key is already in dm.txt [1], you should be probably
 allowed to do even new uploads for mathgl. At least, just try.
 
 Cheers,
 
 Anton
 
 [1] https://ftp-master.debian.org/dm.txt
 
 2012/11/14 Dimitrios Eftaxiopoulos eftax...@otenet.gr:
  Hello,
  could a DD have a look and upload mathgl? It's a NEW upload and I was not
  allowed to do it myself, since I am a DM.
  
  At the moment, only amd64 build is possible.
  
  Thanks
  Dimitris


--
To UNSUBSCRIBE, email to debian-science-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201211150958.03718.eftax...@otenet.gr



Re: mathgl upload

2010-10-28 Thread Dimitrios Eftaxiopoulos
Hello Sylvestre,
You are right. The reason for the big size of the 
mathgl_1.10.2.1-3.debian.tar.gz is not the size of the pdf images. I think 
that the reason is the  big size of the debian-changes-1.10.2.1-3 patch file 
(10.2MB), which includes the STIX_vfm fonts (9.8MB).

Regards
Dimitris

Στις Παρασκευή 29 Οκτώβριος 2010 00:07:01 γράψατε:
 Ok but I don't understand with this comes up in the debian.tar.gz.
 It should appears only in the binary packages, don't you think ?
 
 Sylvestre
 
 Le vendredi 29 octobre 2010 à 00:47 +0300, Dimitrios Eftaxiopoulos a
 
 écrit :
  Hello Sylvestre,
  since version 1.10.2.1-2 I have added about 100 pdf sample graph images
  to the mathgl-doc package. The latter have been obtained by conversion
  from the about 100 png sample graph images created during the build of
  the mathgl-doc package. Each pdf image is about 20-30kB in size. The pdf
  images should be accessible by click to the user of the html
  documentation.
  
  Regards
  Dimitris
  
  Στις Τετάρτη 27 Οκτώβριος 2010 19:19:40 γράψατε:
   Le lundi 25 octobre 2010 à 03:39 +0300, Dimitrios Eftaxiopoulos a
   
   écrit :
Hello,
could someone check and upload mathgl?

The changelog includes:

mathgl (1.10.2.1-3) unstable; urgency=low

  * Make .pdf sample pictures accessible from the html documentation.
  * Correct several spelling mistakes in manpages and in lang/numpy.i
  * Create symbol files for libraries.
  * Add title to patch 00_add_info_section.diff.
  * Register documentation to doc-base.
   
   After doing a dpkg-source -b -i on the git repository with the current
   tarball from unstable, I get the file:
   mathgl_1.10.2.1-3.debian.tar.gz 2.5M
   
   Is is really normal ?
   
   Thanks,
   Sylvestre


--
To UNSUBSCRIBE, email to debian-science-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201010290501.36875.eftax...@otenet.gr



mathgl upload

2010-10-24 Thread Dimitrios Eftaxiopoulos
Hello,
could someone check and upload mathgl? 

The changelog includes:

mathgl (1.10.2.1-3) unstable; urgency=low

  * Make .pdf sample pictures accessible from the html documentation.
  * Correct several spelling mistakes in manpages and in lang/numpy.i
  * Create symbol files for libraries.
  * Add title to patch 00_add_info_section.diff.
  * Register documentation to doc-base.

Regards
Dimitris


-- 
To UNSUBSCRIBE, email to debian-science-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201010250339.41265.eftax...@otenet.gr



Re: Re: mathgl upload

2010-09-11 Thread Dimitrios Eftaxiopoulos
Hello,

Only the file debian/patches/debian-changes-1.10.2.1-2 has been retained,  
since it is necessary for the application of the changes to the source tree.

The location of the .png sample plot images has been changed so that they can 
be viewed from within the html documentation.

Could someone check and upload?

Regards
Dimitris



-- 
To UNSUBSCRIBE, email to debian-science-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201009111517.52816.eftax...@otenet.gr



Re: mathgl upload

2010-09-10 Thread Sylvestre Ledru
Hello,

What is the point of ?
debian/patches/debian-changes-1.10.2.1-1 
debian/patches/debian-changes-1.10.2.1-2

Cheers,
Sylvestre

Le vendredi 10 septembre 2010 à 17:00 +0300, Dimitrios Eftaxiopoulos a
écrit :
 Hello Manuel,
 I am the new maintainer of mathgl along with D. Haley. I request an upload of 
 mathgl 1.10.2.1-2 since I have added python support, thus closing bug 
 #541481. 
 The package is maintained within the debian-science git repository.
 
 Regards
 Dimitris
 
 Στις Παρασκευή 10 Σεπτέμβριος 2010 11:10:37 γράψατε:
  Hi Dimitrios!
  
  Am Dienstag, den 07.09.2010, 00:12 +0300 schrieb Dimitrios Eftaxiopoulos:
   could you please upload mathgl?
  
  Did someone take care of this already? I could have a look at it this
  weekend if you still need sponsoring.
  
  And thanks for your work! The package is on my TODO list for quite a
  while, but I unfortunately never got around to it.
  
  Best regards,
  Manuel
 
 



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



Re: mathgl upload

2010-09-10 Thread Dimitrios Eftaxiopoulos
Hello Dave,
No, I have not applied the proposed patch. I did it from scratch. 

Regards
Dimitris

Στις Παρασκευή 10 Σεπτέμβριος 2010 17:47:41 γράψατε:
 Hi Dimitrios,
 
 I had problems trying to track exactly what has changed from the gitweb
 interface -- did you simply apply the proposed patch in that bug?
 
 Thanks.
 
 --- On Sat, 9/11/10, Dimitrios Eftaxiopoulos eftax...@otenet.gr wrote:
  From: Dimitrios Eftaxiopoulos eftax...@otenet.gr
  Subject: Re: mathgl upload
  To: Manuel Prinz man...@debian.org, debian-science@lists.debian.org
  Date: Saturday, September 11, 2010, 2:00 AM
  Hello Manuel,
  I am the new maintainer of mathgl along with D. Haley. I
  request an upload of
  mathgl 1.10.2.1-2 since I have added python support, thus
  closing bug #541481.
  The package is maintained within the debian-science git
  repository.
  
  Regards
  Dimitris
  
  Στις Παρασκευή 10 Σεπτέμβριος 2010
  
  11:10:37 γράψατε:
   Hi Dimitrios!
   
   Am Dienstag, den 07.09.2010, 00:12 +0300 schrieb
  
  Dimitrios Eftaxiopoulos:
could you please upload mathgl?
   
   Did someone take care of this already? I could have a
  
  look at it this
  
   weekend if you still need sponsoring.
   
   And thanks for your work! The package is on my TODO
  
  list for quite a
  
   while, but I unfortunately never got around to it.
   
   Best regards,
   Manuel
  
  --
  To UNSUBSCRIBE, email to debian-science-requ...@lists.debian.org
  with a subject of unsubscribe. Trouble? Contact
  listmas...@lists.debian.org Archive:
  http://lists.debian.org/201009101700.14923.eftax...@otenet.gr


--
To UNSUBSCRIBE, email to debian-science-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201009102346.11396.eftax...@otenet.gr



Re: udav in debian-science repository (was: Re: Re: mathgl upload)

2010-08-16 Thread Salvatore Bonaccorso
Hi Sylvestre

On Mon, Aug 16, 2010 at 08:22:40PM +0200, Sylvestre Ledru wrote:
 Le mercredi 11 août 2010 à 08:20 +0200, Salvatore Bonaccorso a écrit :
  Hi Sylvestre 
  
  On Wed, Aug 11, 2010 at 06:33:42AM +0200, Sylvestre Ledru wrote:
   @Salvatore
   Could you move this package under the Debian Science umbrella ?
  
  Yes I have. Is it done the correct way? I followd the workflow email
  on debian-science list, and it is available under packages/udav.git
  
  If something is still wrong, I would fix it, please let me know :-)
  (still my first steps with git ...).
 Sounds good.
 You can upload it when you want!

Great! Will do! And then will look if I find some time to update to
newer upstream version (0.6.3) is available, but needs new mathgl.

btw, could need some help with commit-messages not showing up on
#debian-science channel.

Bests
Salvatore


signature.asc
Description: Digital signature


Re: Re: mathgl upload

2010-08-16 Thread Sylvestre Ledru
Le mercredi 11 août 2010 à 06:33 +0200, Sylvestre Ledru a écrit :
 Le dimanche 08 août 2010 à 03:06 +0300, Dimitrios Eftaxiopoulos a
 écrit :
  Redundant files have been cleaned up. Could you please check and upload?
 I am kind of in holidays after the DebConf but I will try to do that
 asap (worst case scenario, next week)
Uploaded

Sylvestre



-- 
To UNSUBSCRIBE, email to debian-science-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1281982767.13818.1738.ca...@zlarin



Re: udav in debian-science repository (was: Re: Re: mathgl upload)

2010-08-16 Thread Sylvestre Ledru
Le mercredi 11 août 2010 à 08:20 +0200, Salvatore Bonaccorso a écrit :
 Hi Sylvestre 
 
 On Wed, Aug 11, 2010 at 06:33:42AM +0200, Sylvestre Ledru wrote:
  @Salvatore
  Could you move this package under the Debian Science umbrella ?
 
 Yes I have. Is it done the correct way? I followd the workflow email
 on debian-science list, and it is available under packages/udav.git
 
 If something is still wrong, I would fix it, please let me know :-)
 (still my first steps with git ...).
Sounds good.
You can upload it when you want!

Sylvestre



-- 
To UNSUBSCRIBE, email to debian-science-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1281982960.13818.1742.ca...@zlarin



Re: udav in debian-science repository (was: Re: Re: mathgl upload)

2010-08-16 Thread Sylvestre Ledru
Le lundi 16 août 2010 à 20:27 +0200, Salvatore Bonaccorso a écrit :
 Hi Sylvestre
 
 On Mon, Aug 16, 2010 at 08:22:40PM +0200, Sylvestre Ledru wrote:
  Le mercredi 11 août 2010 à 08:20 +0200, Salvatore Bonaccorso a écrit :
   Hi Sylvestre 
   
   On Wed, Aug 11, 2010 at 06:33:42AM +0200, Sylvestre Ledru wrote:
@Salvatore
Could you move this package under the Debian Science umbrella ?
   
   Yes I have. Is it done the correct way? I followd the workflow email
   on debian-science list, and it is available under packages/udav.git
   
   If something is still wrong, I would fix it, please let me know :-)
   (still my first steps with git ...).
  Sounds good.
  You can upload it when you want!
 
 Great! Will do! And then will look if I find some time to update to
 newer upstream version (0.6.3) is available, but needs new mathgl.
I just uploaded it (a few minutes ago).

 btw, could need some help with commit-messages not showing up on
 #debian-science channel.
You have to configure your git repository to do this ... 

Sylvestre


-- 
To UNSUBSCRIBE, email to debian-science-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1281983477.13818.1756.ca...@zlarin



udav in debian-science repository (was: Re: Re: mathgl upload)

2010-08-11 Thread Salvatore Bonaccorso
Hi Sylvestre 

On Wed, Aug 11, 2010 at 06:33:42AM +0200, Sylvestre Ledru wrote:
 @Salvatore
 Could you move this package under the Debian Science umbrella ?

Yes I have. Is it done the correct way? I followd the workflow email
on debian-science list, and it is available under packages/udav.git

If something is still wrong, I would fix it, please let me know :-)
(still my first steps with git ...).

Bests
Salvatore


signature.asc
Description: Digital signature


Re: Re: mathgl upload

2010-08-10 Thread Sylvestre Ledru
Le dimanche 08 août 2010 à 03:06 +0300, Dimitrios Eftaxiopoulos a
écrit :
 Redundant files have been cleaned up. Could you please check and upload?
I am kind of in holidays after the DebConf but I will try to do that
asap (worst case scenario, next week)

@Salvatore
Could you move this package under the Debian Science umbrella ?

Thanks,
Sylvestre



-- 
To UNSUBSCRIBE, email to debian-science-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1281501222.6015.2698.ca...@zlarin



Re: mathgl upload

2010-08-08 Thread Salvatore Bonaccorso
Hi Dimitris

On Sat, Aug 07, 2010 at 01:38:05AM +0300, Dimitrios Eftaxiopoulos wrote:
 I have committed some changes to the mathgl.git repository, that make mathgl 
 lintian clean (no warnings or errors). Could anybody check and upload?

Would you be interested too to adopt 'udav'? [1]. See my explanation
in the bugreport #583943.

I still not have time and main intrest in packaging this, but if is it
usefull for debian-science team, it would be best for the package.
There is a new upstream version 0.6.3, which I have not packaged.

[1] http://bugs.debian.org/583943

Bests
Salvatore


signature.asc
Description: Digital signature


Re:Re: mathgl upload

2010-08-08 Thread D Haley
Hello,

I only just saw this thread.

I had a git collision with Dimitrios; mostly my fault; I didn't update to 
a4fa640093.

I am happy to co-maintain this package and have updated some of the patches, 
(such as the parallel build patch) which was a bit flaky.

I also imported some of the more important upstream patches from the mgl 
project's svn. I think that ac8a1e43ef507df... should be a good upload?

Thanks.

D. Haley



  


-- 
To UNSUBSCRIBE, email to debian-science-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/791509.10813...@web110415.mail.gq1.yahoo.com



Re: mathgl upload

2010-08-08 Thread Dimitrios Eftaxiopoulos
Hello Salvatore,

I have udav in my mind but I cannot make a statement at the moment.

Thanks
Dimitris


Στις Κυριακή 08 Αύγουστος 2010 19:58:52 Salvatore Bonaccorso γράψατε:

 Would you be interested too to adopt 'udav'? [1]. See my explanation
 in the bugreport #583943.
 
 I still not have time and main intrest in packaging this, but if is it
 usefull for debian-science team, it would be best for the package.
 There is a new upstream version 0.6.3, which I have not packaged.
 
 [1] http://bugs.debian.org/583943
 
 Bests
 Salvatore


--
To UNSUBSCRIBE, email to debian-science-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201008090247.54171.eftax...@otenet.gr



Re: Re: mathgl upload

2010-08-07 Thread Dimitrios Eftaxiopoulos
Redundant files have been cleaned up. Could you please check and upload?

Dimitris


-- 
To UNSUBSCRIBE, email to debian-science-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201008080306.46830.eftax...@otenet.gr



mathgl upload

2010-08-06 Thread Dimitrios Eftaxiopoulos
Hello,
I have committed some changes to the mathgl.git repository, that make mathgl 
lintian clean (no warnings or errors). Could anybody check and upload?

Thanks
Dimitris


-- 
To UNSUBSCRIBE, email to debian-science-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201008070138.05482.eftax...@otenet.gr



Re: mathgl upload

2010-08-06 Thread Sylvestre Ledru
Hello,

Le samedi 07 août 2010 à 01:38 +0300, Dimitrios Eftaxiopoulos a écrit :
 Hello,
 I have committed some changes to the mathgl.git repository, that make mathgl 
 lintian clean (no warnings or errors). Could anybody check and upload?
Could you first clean up what you just committed ?
You pushed many things which should not be in the git repository ;)
See:
http://git.debian.org/?p=debian-science/packages/mathgl.git;a=commitdiff;h=a4fa650093c26d97a8521014a5f57a134dfd002b

Sylvestre



-- 
To UNSUBSCRIBE, email to debian-science-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1281136276.21969.125.ca...@zlarin