Bug#691363: RFS: stumpwm/1:20111204.gitb1271a9-1

2012-10-24 Thread Christoph Egger
Hi!

"Desmond O. Chang"  writes:
>  * Package name: stumpwm
>Version : 1:20111204.gitb1271a9-1
>Upstream Author : Shawn Betts 
>  * URL : http://www.nongnu.org/stumpwm/
>  * License : GPL-2+ and others
>Section : x11



> stumpwm (1:20111204.gitb1271a9-1) unstable; urgency=low
>
>   * New Git checkout (b1271a91efe529f774d6c2d4189b9e3e95d61aea)
>   * debian/patches/08_fix-bashisms.diff (Closes: #690620).
> + Fix the bashisms reported by /usr/bin/checkbashisms .

  This seems to be a fix we want for the wheezy release right? I see no
chance for the other modifications to be acceptable for wheezy at the
current stage of the release process so maybe prepare a release with
only this change (and push the other changes later or to experimental)?

>   * debian/rules
> + Rewrite version number replacing code.
> + No need to remove bundled asdf.lisp .
>   * debian/control
> + Upgrade Standards-Version to 3.9.3
>
>  -- Desmond O. Chang   Tue, 23 Oct 2012 01:12:50 +0800

Regards

Christoph


-- 
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/878vavvbv8@mitoraj.siccegge.de



Bug#691363: RFS: stumpwm/1:20111204.gitb1271a9-1

2012-10-24 Thread Desmond O. Chang
Package: sponsorship-requests
Severity: normal

Dear mentors,

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

 * Package name: stumpwm
   Version : 1:20111204.gitb1271a9-1
   Upstream Author : Shawn Betts 
 * URL : http://www.nongnu.org/stumpwm/
 * License : GPL-2+ and others
   Section : x11

It builds those binary packages:

  stumpwm- tiling, keyboard driven Common Lisp window manager

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

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


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

  dget -x 
http://mentors.debian.net/debian/pool/main/s/stumpwm/stumpwm_20111204.gitb1271a9-1.dsc

More information about stumpwm can be obtained from 
http://www.nongnu.org/stumpwm/.

Changes since the last upload:

stumpwm (1:20111204.gitb1271a9-1) unstable; urgency=low

  * New Git checkout (b1271a91efe529f774d6c2d4189b9e3e95d61aea)
  * debian/patches/08_fix-bashisms.diff (Closes: #690620).
+ Fix the bashisms reported by /usr/bin/checkbashisms .
  * debian/rules
+ Rewrite version number replacing code.
+ No need to remove bundled asdf.lisp .
  * debian/control
+ Upgrade Standards-Version to 3.9.3

 -- Desmond O. Chang   Tue, 23 Oct 2012 01:12:50 +0800


Regards,
 Desmond O. Chang


-- 
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/1510f0f2-10aa-45a3-9f23-042909623...@mail.gmail.com



Re: RFS: stumpwm/1:20110819.gitca08e08-2 (3rd try)

2011-12-04 Thread Gergely Nagy
"Desmond O. Chang"  writes:

> Gergely Nagy  writes:
>
>> "Desmond O. Chang"  writes:
>
>> There's also one other thing though (still not a blocker, but worth
>> mentioning): I installed the stumpwm currently in sid, and when I tried
>> to run it from the unpacked and uncompiled dir of -2, I received error
>> messages along these lines:
>>
>> *** - OPEN: File 
>> #P"/home/algernon/src/debian/sponsor/stumpwm/stumpwm-20110819.gitca08e08/version.lisp"
>>  does not exist
>>
>> Changing directory, or building the sources did solve the issue. It's
>> most likely not stumpwm related, but some CL thing, but still.
>
> You have to run './autogen.sh && ./configure' to generate version.lisp
> if you want to run it from source code.

I didn't want to run it from source code. I was trying to launch the
installed version, while I happened to be standing in the source code
dir, and it tried to load that, instead of the installed files.

-- 
|8]


-- 
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/878vmrxz85@luthien.mhp



Re: RFS: stumpwm/1:20110819.gitca08e08-2 (3rd try)

2011-12-04 Thread Desmond O. Chang
Gergely Nagy  writes:

> "Desmond O. Chang"  writes:
>
>> I am looking for a sponsor for my package "stumpwm".
>
> Looks fine on a first look, except that debian/copyright points to an
> unversioned GPL. While that won't stop me from uploading, it'd be nice
> if that could be changed to point to GPL-2 in a future upload.
>
> (I can also be convinced otherwise, that the unversioned link is fine,
> but it's probably easier to go with my suggestion :P).

OK.

> There's also one other thing though (still not a blocker, but worth
> mentioning): I installed the stumpwm currently in sid, and when I tried
> to run it from the unpacked and uncompiled dir of -2, I received error
> messages along these lines:
>
> *** - OPEN: File 
> #P"/home/algernon/src/debian/sponsor/stumpwm/stumpwm-20110819.gitca08e08/version.lisp"
>  does not exist
>
> Changing directory, or building the sources did solve the issue. It's
> most likely not stumpwm related, but some CL thing, but still.

You have to run './autogen.sh && ./configure' to generate version.lisp
if you want to run it from source code.


-- 
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/abd4c4da-a639-4fd1-bb8a-f225341a5...@mail.gmail.com



Re: RFS: stumpwm/1:20110819.gitca08e08-2 (3rd try)

2011-12-04 Thread Gergely Nagy
"Desmond O. Chang"  writes:

> I am looking for a sponsor for my package "stumpwm".

Uploaded, along with clfswm.

-- 
|8]


-- 
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/87liqsr4uk@luthien.mhp



Re: RFS: stumpwm/1:20110819.gitca08e08-2 (3rd try)

2011-12-04 Thread Gergely Nagy
"Desmond O. Chang"  writes:

> I am looking for a sponsor for my package "stumpwm".

Looks fine on a first look, except that debian/copyright points to an
unversioned GPL. While that won't stop me from uploading, it'd be nice
if that could be changed to point to GPL-2 in a future upload.

(I can also be convinced otherwise, that the unversioned link is fine,
but it's probably easier to go with my suggestion :P).

I'll poke around a little more within the packaging, and if there's
nothing else, I'll upload within the hour.

There's also one other thing though (still not a blocker, but worth
mentioning): I installed the stumpwm currently in sid, and when I tried
to run it from the unpacked and uncompiled dir of -2, I received error
messages along these lines:

*** - OPEN: File 
#P"/home/algernon/src/debian/sponsor/stumpwm/stumpwm-20110819.gitca08e08/version.lisp"
 does not exist

Changing directory, or building the sources did solve the issue. It's
most likely not stumpwm related, but some CL thing, but still.

-- 
|8]


-- 
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/87zkf8r5t4@luthien.mhp



Re: RFS: stumpwm/1:20110819.gitca08e08-2 (3rd try)

2011-12-01 Thread Desmond O. Chang
Hi Gergely,

Gergely Nagy  writes:

> "Desmond O. Chang"  writes:
>
>> Dear mentors,
>>
>> I am looking for a sponsor for my package "stumpwm".
>
> Just an FYI for others: I'll be looking at this package tonight, and
> sponsor it if all goes well (together with clfswm).

Thank you!

> Also, a request to people posting sponsor requests: would it be possible
> to include either the appropriate parts of debian/changelog, or at least
> a list of bugs the upload would fix? Especially if it's not a new
> package.
>
> It would make it easier - at least for me - to see which packages I can
> find time and energy for.

I'll do that next time.

I suggest that Debexpo put them in the RFS template, like the old
mentors system.


Des


-- 
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/57a1f67f-3ad2-4d45-8a55-c570ae990...@mail.gmail.com



Re: RFS: stumpwm/1:20110819.gitca08e08-2 (3rd try)

2011-11-30 Thread Gergely Nagy
"Desmond O. Chang"  writes:

> Dear mentors,
>
> I am looking for a sponsor for my package "stumpwm".

Just an FYI for others: I'll be looking at this package tonight, and
sponsor it if all goes well (together with clfswm).

Also, a request to people posting sponsor requests: would it be possible
to include either the appropriate parts of debian/changelog, or at least
a list of bugs the upload would fix? Especially if it's not a new
package.

It would make it easier - at least for me - to see which packages I can
find time and energy for.

Thanks! :)

-- 
|8]


-- 
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/871usoenwq@luthien.mhp



Re: RFS: stumpwm

2011-11-11 Thread Desmond O. Chang
Hi David,

David Banks  writes:

> Hi Desmond,
>
> On 07/11/11 18:05, Desmond O. Chang wrote:
>> I am looking for a sponsor for my package "stumpwm".
>
> I am not a DD so I can't upload your package.  However I am a stumpwm
> user, except I have been using the upstream git version until now
> because I initially had trouble using the Debian package and didn't have
> the time to troubleshoot.
>
> Technically the package looks fine, it builds cleanly in a sid chroot.
> Lintian has one pedantic warning:
> P: stumpwm: copyright-refers-to-symlink-license
> usr/share/common-licenses/GPL
> You may want to change that to GPL-2.
>
> You might want to use DEP-3 for patches.
> Consider updating your DEP-5 formatting:
>   Format-Specification -> Format
>   Upstream-Source -> Source
>   Upstream-Maintainer -> Upstream-Contact
> And you need to expand the short name for the license GPL-3+.

I will rewrite debian/* in some future releases.

> I faced some problems in using the package.  Initially, both clisp and
> sbcl would complain about "Component 'stumpwm' not found".  I eventually
> found out that I needed a symlink:
> /usr/share/common-lisp/systems/stumpwm.asd ->
> /usr/share/common-lisp/source/stumpwm/stumpwm.asd
>
> I presume the package was meant to set this link up itself, but for some
> reason it didn't.  I installed it using 'dpkg -i' after building it with
> 'debuild'.
>
> Once I had set up the symlink, I was able to load and use stumpwm
> successfully with both SBCL and CLISP.

This is a bug of cl-asdf.  See #647544.

Stumpwm doesn't create the symlink because ASDF2 searches *.asd in
/usr/share/common-lisp/source/ by default.

In 2:2.018-1, due to #647544, cl-asdf searches in
/usr/common-lisp/source/, which doesn't exist.

Certainly you can make a symlink in /usr/share/common-lisp/systems/, but
this won't fix #647544.  The reason why it works is the file
'/etc/common-lisp/source-registry.conf.d/01-common-lisp-controller.conf'.

$ cat /etc/common-lisp/source-registry.conf.d/01-common-lisp-controller.conf 
(:directory  #p"/usr/share/common-lisp/systems/")

If you have a user-level config file like this, ASDF will not find
stumpwm even the symlink exists:

$ cat ~/.config/common-lisp/source-registry.conf 
;; -*- mode: lisp -*-
(:source-registry
 (:default-registry)
 (:ignore-inherited-configuration))

> I would give you some more detailed feedback on using the package, but
> at the moment I am using stumpwm with GNOME 3 (in fallback mode) and my
> configuration -- which is pretty fragile -- was broken.  I believe this
> is because upstream git defaults to compiling an SBCL image as a binary,
> which has a marginally faster startup time.  Because the packaged
> version of stumpwm loads slightly slower, GNOME is (most times!) able to
> load its panel first, causing Stumpwm to load on top of it, which breaks
> the ability to use the GNOME panel.  [Suggestions welcome, I don't
> consider this a bug in the stump package because using stump with the
> GNOME panel seems to be quite a bizarre and non-recommended
> configuration.  I have been meaning to migrate away from it but didn't
> get the time.]

I never use gnome so I don't know how to solve it.  But I find this on
the mailing list:

http://article.gmane.org/gmane.comp.window-managers.stumpwm.devel/1424/

If it doesn't help, you can post your problem to the mailing list.


Thanks,
Des


-- 
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/d2178d15-f9af-42ed-98f0-cb375e36a...@mail.gmail.com



Re: RFS: stumpwm

2011-11-09 Thread David Banks
Hi Desmond,

On 07/11/11 18:05, Desmond O. Chang wrote:
> I am looking for a sponsor for my package "stumpwm".

I am not a DD so I can't upload your package.  However I am a stumpwm
user, except I have been using the upstream git version until now
because I initially had trouble using the Debian package and didn't have
the time to troubleshoot.

Technically the package looks fine, it builds cleanly in a sid chroot.
Lintian has one pedantic warning:
P: stumpwm: copyright-refers-to-symlink-license
usr/share/common-licenses/GPL
You may want to change that to GPL-2.

I faced some problems in using the package.  Initially, both clisp and
sbcl would complain about "Component 'stumpwm' not found".  I eventually
found out that I needed a symlink:
/usr/share/common-lisp/systems/stumpwm.asd ->
/usr/share/common-lisp/source/stumpwm/stumpwm.asd

I presume the package was meant to set this link up itself, but for some
reason it didn't.  I installed it using 'dpkg -i' after building it with
'debuild'.

You might want to use DEP-3 for patches.
Consider updating your DEP-5 formatting:
  Format-Specification -> Format
  Upstream-Source -> Source
  Upstream-Maintainer -> Upstream-Contact
And you need to expand the short name for the license GPL-3+.

Once I had set up the symlink, I was able to load and use stumpwm
successfully with both SBCL and CLISP.

I would give you some more detailed feedback on using the package, but
at the moment I am using stumpwm with GNOME 3 (in fallback mode) and my
configuration -- which is pretty fragile -- was broken.  I believe this
is because upstream git defaults to compiling an SBCL image as a binary,
which has a marginally faster startup time.  Because the packaged
version of stumpwm loads slightly slower, GNOME is (most times!) able to
load its panel first, causing Stumpwm to load on top of it, which breaks
the ability to use the GNOME panel.  [Suggestions welcome, I don't
consider this a bug in the stump package because using stump with the
GNOME panel seems to be quite a bizarre and non-recommended
configuration.  I have been meaning to migrate away from it but didn't
get the time.]

Thanks for your work on stumpwm!

Cheers,
David


-- 
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/j9e2uj$nip$1...@dough.gmane.org



RFS: stumpwm

2011-11-07 Thread Desmond O. Chang
Dear mentors,

I am looking for a sponsor for my package "stumpwm".

 * Package name: stumpwm
   Version : 1:20110819.gitca08e08-2
   Upstream Author : Shawn Betts 
 * URL : http://nongnu.org/stumpwm/
 * License : GPL-2
   Section : x11

It builds those binary packages:

stumpwm- tiling, keyboard driven Common Lisp window manager

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

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

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

  dget -x 
http://mentors.debian.net/debian/pool/main/s/stumpwm/stumpwm_20110819.gitca08e08-2.dsc

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

Kind regards,

Desmond O. Chang


-- 
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/8762ivhkpa@mail.gmail.com



RFS: stumpwm

2011-10-27 Thread Desmond O. Chang
Dear mentors,

I am looking for a sponsor for my package "stumpwm".

 * Package name: stumpwm
   Version : 1:20110819.gitca08e08-1
   Upstream Author : Shawn Betts 
 * URL : http://nongnu.org/stumpwm/
 * License : See debian/copyright
   Section : devel

It builds those binary packages:

stumpwm- tiling, keyboard driven Common Lisp window manager

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

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

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

  dget -x 
http://mentors.debian.net/debian/pool/main/s/stumpwm/stumpwm_20110819.gitca08e08-1.dsc

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

Kind regards,

Desmond O. Chang


-- 
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/8739ee67e7@giroro.home



Re: RFS: stumpwm (updated package)

2010-08-20 Thread Luca Capello
Hi there!

On Fri, 2010-08-20 at 03:15 +0800, Desmond O. Chang wrote:
> I am looking for a sponsor for the new version 1:20100709.gitf6262b0-1
> of my package "stumpwm".

Done, as I am still listed in the Uploaders field and I was the previous
maintainer.

Thx, bye,
Gismo / Luca


signature.asc
Description: This is a digitally signed message part


RFS: stumpwm (updated package)

2010-08-19 Thread Desmond O. Chang
Dear mentors,

I am looking for a sponsor for the new version 1:20100709.gitf6262b0-1
of my package "stumpwm".

It builds these binary packages:
stumpwm- a Common Lisp window manager

The package appears to be lintian clean.

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/s/stumpwm
- Source repository: deb-src http://mentors.debian.net/debian unstable
main contrib non-free
- dget 
http://mentors.debian.net/debian/pool/main/s/stumpwm/stumpwm_20100709.gitf6262b0-1.dsc

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

Kind regards
 Desmond O. Chang


-- 
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/aanlktinos+sq0kspqdmdcin+h=z6xtjchlc4kdke9...@mail.gmail.com