Re: Gitorious and debian/watch file

2013-11-25 Thread Tomasz Buchert
On 24/11/13 20:39, Mateusz Łukasik wrote:
 W dniu 24.11.2013 o 18:09 Tomasz Buchert tomasz.buch...@inria.fr pisze:
 
 
 Hi guys,
 any news for this problem with gitorious?
 
 Cheers,
 Tomasz
 
 
 Here is solution: https://wiki.debian.org/debian/watch/

Hi Mateusz,
the whole point is that the solution does *not* work :)
Gitorious has changed the URL scheme and there is no easy
way to extract tarball links. I will ping them to provide
something for us.

Cheers,
Tomasz


-- 
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/20131125105826.ga3...@piscopia.math



Bug#718323: another hyperrogue suggestion from debian reviewers

2013-11-25 Thread Damyan Ivanov
-=| chrysn, 23.11.2013 16:48:55 +0100 |=-
 On Sat, Nov 23, 2013 at 05:22:29PM +0200, Damyan Ivanov wrote:
  I intent to work on all the points and eventually upload the 
  package, if that's alright with you. (I am already member of 
  pkg-games, cc-ed).
 
 if you find the time before i do, i'd of course appreciate contributions
 to the package source in the team repo and it being uploaded!

I think I addressed all my points. The result is in pkg-games Git[1]. 
I hope my contributions are not too invasive.

[1] http://anonscm.debian.org/gitweb/?p=pkg-games/hyperrogue.git

If the changes look alright to you, I'll upload soon.

I have only two wishes to upstream:

 * lower CPU consumption
   It seems the game redraws as often as it can, resulting in fps from 
   60 to well over 100 when the window size is reduced. This is an 
   overkill and a great laptop battery drainer
   The same can be observed with the android version (albeit with fps 
   about 20, which is still too often, as the only moving things are 
   the treasures, which could be redrawn more seldom, I think)

 * parallel build
   it is a small issue, but when the source has to be rebuilt numerous 
   times (is when working on the packaging), employing all of the 
   available CPUs would help.
   I tried to produce a patch to implement this, but the changes 
   looked quite invasive, so I'll leave this to Zeno.


Cheers,
dam


signature.asc
Description: Digital signature


Bug#730425: marked as done (RFS: librasterlite/1.1g-2)

2013-11-25 Thread Debian Bug Tracking System
Your message dated Mon, 25 Nov 2013 16:27:01 +
with message-id e1vkz01-0007da...@quantz.debian.org
and subject line closing RFS: librasterlite/1.1g-2
has caused the Debian Bug report #730425,
regarding RFS: librasterlite/1.1g-2
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.)


-- 
730425: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730425
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: sponsorship-requests
Severity: normal

Dear mentors,

As part of the upcoming SpatiaLite transition am I looking for a sponsor for
my package librasterlite.

Please refer to the thread on debian-gis@ for more information on this
transition: https://lists.debian.org/debian-gis/2013/10/msg9.html

 Package name: librasterlite
 Version : 1.1g-2
 Upstream Author : Alessandro Furieri a.furi...@lqt.it
 URL : https://www.gaia-gis.it/fossil/librasterlite
 License : MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Section : libs

It builds those binary packages:

 librasterlite-dev - library supporting raster data sources for spatialite - 
headers
 librasterlite2 - library supporting raster data sources for spatialite
 rasterlite-bin - command line tools for librasterlite
 rasterlite-dbg - library supporting raster data sources for spatialite - 
debugging

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

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


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

  dget -x 
http://mentors.debian.net/debian/pool/main/libr/librasterlite/librasterlite_1.1g-2.dsc

More information about librasterlite can be obtained from 
https://www.gaia-gis.it/fossil/librasterlite.

Changes since the last upload:

 * Change priority to optional, keep priority extra for -dbg package.


Regards,
 Sebastiaan Couwenberg
---End Message---
---BeginMessage---
Package librasterlite version 1.1g-2 is in experimental now.
http://packages.qa.debian.org/librasterlite---End Message---


Bug#718323: another hyperrogue suggestion from debian reviewers

2013-11-25 Thread Zeno Rogue
chrysn wrote:

zeno, i think i have forgotten to mention this in my mails: if you
 published the source directly as your version control system, and/or
 produce a .tar.bz2 file with your original source code (and third party
 additons like the music), things would be a little easier for us, and for
 other distributions too. (eg, f-droid likes to pull its sources from git or
 hg repositories).


I am used to my local version control and release scripts, so using a
public git repository would be an additional hassle for me. But it could be
indeed a good idea, I will think about it.

On Mon, Nov 25, 2013 at 12:34 PM, Damyan Ivanov d...@debian.org wrote:

 -=| chrysn, 23.11.2013 16:48:55 +0100 |=-
  On Sat, Nov 23, 2013 at 05:22:29PM +0200, Damyan Ivanov wrote:
   I intent to work on all the points and eventually upload the
   package, if that's alright with you. (I am already member of
   pkg-games, cc-ed).
 
  if you find the time before i do, i'd of course appreciate contributions
  to the package source in the team repo and it being uploaded!

 I think I addressed all my points. The result is in pkg-games Git[1].
 I hope my contributions are not too invasive.

 [1] http://anonscm.debian.org/gitweb/?p=pkg-games/hyperrogue.git

 If the changes look alright to you, I'll upload soon.

 I have only two wishes to upstream:

  * lower CPU consumption
It seems the game redraws as often as it can, resulting in fps from
60 to well over 100 when the window size is reduced. This is an
overkill and a great laptop battery drainer
The same can be observed with the android version (albeit with fps
about 20, which is still too often, as the only moving things are
the treasures, which could be redrawn more seldom, I think)


I have introduced a framerate limit. Also it now stops music and rendering
if the window loses focus. I am not sure whether I should already release a
new version with just this small change (some other changes might appear
soon), but the changes are here:

http://roguetemple.com/z/hyperrogue-41.diff


 * parallel build
it is a small issue, but when the source has to be rebuilt numerous
times (is when working on the packaging), employing all of the
available CPUs would help.


I think changing this would take more time than it would save...

Thanks for the help! - Z


Re: Fwd: Re: Gramps Version 3.4.6

2013-11-25 Thread Ross Gammon
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 11/09/2013 12:44 PM, Ross Gammon wrote:
 Dear Andreas,
 
 I think gramps 3.4.6 is now ready for sponsoring.
 
snip
I can see you have been busy catching up with things now that Alioth
is back up :-) It would be great if you have a chance to look at
Gramps again.
 
 Please remember that I deleted the debian release tag that I did 
 too early last time. If you still have a local copy of the git 
 repository then please delete this tag, or delete everything and
 do a fresh clone.
 
 Thanks everyone for your support along the way.
 
 Cheers,
 
 Ross
 
Regards,

Ross

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

iQIcBAEBAgAGBQJSk5egAAoJEFP+e72miRD8+mMP/383W3QDuK+lpLadRm7ZEzgN
7XO2ju2L438ebK9nn43AxE8ReVdpM+1b+SESo4wT2jj0tPJymB8zCRmD1dKIWQet
9ZTCexUpwU1SXNvWYxvxQ/rYp8q9rWpMaUJbwMC14EOGmC3rHEOnt4ITxCcmApwG
F9hEuGaobYC/Zt1UE7gqfinsmgWf4NAAY/wmxCqomglrrYC2pYWqtO56KsmvC3uo
LnnLEt4N1YeHDJAWjyArH2FsJ5wtiXR6AuBKw3dkZE3PHTqstyikR81KwiEqiSAH
qcLWIeINxmNbvqNEEIAyplOz86AXlE47L5/6oA2dFiMipnh5L7D6O/loP/4L3gaJ
B6IhagPrsUs2ot2MdJkyzukY1wPXfeZGnMC8bTG2Vo3luqAueTaVhnCiGzp73zo7
B+WbU/TYpaj7AtS1FS2qtUOd8b+zgFlYIocQ0boNR2vHbUIAsmGLoB1DVyl1Gj3T
BLlaSkeVF88bcKRv5y1OSDIi7xkF9kO+yLYazD0lzVHhw8YGYsyLToc9fhTe9SCI
ydJ2bsk/KWZ7/4Ht6XoLDRztP6Vkp9QmzcBvIRe3011jA54NlY5E2Ck26Xp3OrF4
smyuwr7CZF8OuI4CcKZCP1npI/SbXBd79PAVoXVXppUkYLDITOwnczSb1+hXAk5M
7hgM6fkzSQPQdUKqnTX+
=Kh4n
-END PGP SIGNATURE-


-- 
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/529397b3.4060...@mail.dk



Re: Gitorious and debian/watch file

2013-11-25 Thread Bart Martens
On Tue, Oct 15, 2013 at 05:19:12PM +0200, Blanc Pierre wrote:
 Hello,

 I need help to create a wonderful watch file.

 The source is gitorious.

 I read again and again this page :
 https://wiki.debian.org/debian/watch#Gitorious
 I did test again and again but nothing works.

 I did also search on codesearch.debian.net from #debian-mentors advice.
 And I saw, I was not alone.

 I try here, maybe someone has successful with watch file and Gitorious
 symbiosis.

On Tue, Oct 15, 2013 at 05:33:04PM +0200, Pierre Blanc wrote:
 It's a general question non specific to my package :)
 
 The url is https://gitorious.org/osm-c-tools/osmctools

I suggest to use this :

  |  version=3
  |  opts=filenamemangle=s/\S*download=//g \
  |  
http://qa.debian.org/cgi-bin/fakeupstream.cgi?upstream=gitorious/osm-c-tools/osmctools
 \
  |  
.*=osmctools(?:[_\-]v?|)(\d[^\s/]*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)

Regards,

Bart Martens


-- 
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/20131125203822.ga29...@master.debian.org