how to convert a html documentation to manpage?

2009-04-05 Thread Grammostola Rosea

Hi,

how to convert a html documentation to manpage?

or an file like an READ ME file?

\r


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



upload to git.debian.org

2009-04-05 Thread Grammostola Rosea

Hi,

The Debian Multimedia Team likes to have packages on git.debian.org, 
http://git.debian.org/git/pkg-multimedia/ .

I have no experience with git or svn at all.

Thanks in advance,

\r


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: upload to git.debian.org

2009-04-05 Thread David Paleino
On Sun, 05 Apr 2009 10:19:19 +0200, Grammostola Rosea wrote:

 Hi,
 
 The Debian Multimedia Team likes to have packages on git.debian.org, 
 http://git.debian.org/git/pkg-multimedia/ .

Here's how to have a git repository [0] created by the Alioth admins:

http://wiki.debian.org/Alioth/Git

[0] not quite true, they create a directory where *you* must create
repositories.

 I have no experience with git or svn at all.

Then why did you choose git? Any particular reason?

You can find tons of git/svn tutorials out there, just google! :)

David

-- 
 . ''`.  Debian maintainer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://snipr.com/qa_page
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


signature.asc
Description: PGP signature


Re: upload to git.debian.org

2009-04-05 Thread Grammostola Rosea

David Paleino wrote:

On Sun, 05 Apr 2009 10:19:19 +0200, Grammostola Rosea wrote:

  

Hi,

The Debian Multimedia Team likes to have packages on git.debian.org, 
http://git.debian.org/git/pkg-multimedia/ .



Here's how to have a git repository [0] created by the Alioth admins:

http://wiki.debian.org/Alioth/Git

[0] not quite true, they create a directory where *you* must create
repositories.

  


Ok, let's start...
I get an error here:

:~/debian_pakketbouw/git/project.git$ chmod a+x hooks/post-update
chmod: cannot access `hooks/post-update': No such file or directory


\r


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: how to convert a html documentation to manpage?

2009-04-05 Thread Ben Finney
Grammostola Rosea rosea.grammost...@gmail.com writes:

 how to convert a html documentation to manpage?
 
 or an file like an READ ME file?

You will most likely need to craft one yourself. Working with upstream
to have it incorporated in a future release is also a good idea.

If you're comfortable with reStructuredText as a source document
language, please try the ‘rst2man’ package and feel free to submit bug
reports :-)

-- 
 \ “Creativity can be a social contribution, but only in so far as |
  `\society is free to use the results.” —Richard Stallman |
_o__)  |
Ben Finney


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: upload to git.debian.org

2009-04-05 Thread Lionel Elie Mamane
On Sun, Apr 05, 2009 at 10:37:40AM +0200, David Paleino wrote:
 On Sun, 05 Apr 2009 10:19:19 +0200, Grammostola Rosea wrote:

 The Debian Multimedia Team likes to have packages on git.debian.org,
 http://git.debian.org/git/pkg-multimedia/ .

 Here's how to have a git repository [0] created by the Alioth admins:

 http://wiki.debian.org/Alioth/Git

Yes, but the only situation where they have to get involved is a
directory for a repository for a new project; if you intend to put it
in pkg-multimedia, you need to:

 1) be a member of the pkg-multimedia project

 2) ssh git.debian.org
cd /git/pkg-multimedia/
mkdir NEWDIR.git
cd NEWDIR.git
git init --bare --shared=all
sensible-editor description

(replace NEWDIR by something descriptive, such as the name of the
 package)

Or you can use a personal git in the beginning of a package, before it
goes under the umbrella of a project. To do that:

ssh git.debian.org
mkdir public_git
cd public_git
mkdir NEWDIR.git
cd NEWDIR.git
git init --bare --shared=all
sensible-editor description

-- 
Lionel


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: upload to git.debian.org

2009-04-05 Thread Ben Finney
Grammostola Rosea rosea.grammost...@gmail.com writes:

 The Debian Multimedia Team likes to have packages on git.debian.org,
 http://git.debian.org/git/pkg-multimedia/ .
 I have no experience with git or svn at all.

One of the wonderful things about learning to maintain Debian packages
is the number of new things to learn.

 Thanks in advance,

Was there a question you wanted to ask?

-- 
 \ “A cynic is a man who, when he smells flowers, looks around for |
  `\  a coffin.” —Henry L. Mencken |
_o__)  |
Ben Finney


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: upload to git.debian.org

2009-04-05 Thread David Paleino
On Sun, 5 Apr 2009 11:17:22 +0200, Lionel Elie Mamane wrote:

 On Sun, Apr 05, 2009 at 10:37:40AM +0200, David Paleino wrote:
  On Sun, 05 Apr 2009 10:19:19 +0200, Grammostola Rosea wrote:
 
  The Debian Multimedia Team likes to have packages on git.debian.org,
  http://git.debian.org/git/pkg-multimedia/ .
 
  Here's how to have a git repository [0] created by the Alioth admins:
 
  http://wiki.debian.org/Alioth/Git
 
 Yes, but the only situation where they have to get involved is a
 directory for a repository for a new project; if you intend to put it
 in pkg-multimedia, you need to: [..]

Ahah, I misunderstood the request of the OP... I thought that the
pkg-multimedia people _wanted_ a Git repo, not that they prefer hosting
packages in Git :)

Sorry for the noise, then.

David

-- 
 . ''`.  Debian maintainer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://snipr.com/qa_page
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


signature.asc
Description: PGP signature


Re: upload to git.debian.org

2009-04-05 Thread Grammostola Rosea

Lionel Elie Mamane wrote:

On Sun, Apr 05, 2009 at 10:37:40AM +0200, David Paleino wrote:
  

On Sun, 05 Apr 2009 10:19:19 +0200, Grammostola Rosea wrote:



  

The Debian Multimedia Team likes to have packages on git.debian.org,
http://git.debian.org/git/pkg-multimedia/ .
  


  

Here's how to have a git repository [0] created by the Alioth admins:



  

http://wiki.debian.org/Alioth/Git



Yes, but the only situation where they have to get involved is a
directory for a repository for a new project; if you intend to put it
in pkg-multimedia, you need to:

 1) be a member of the pkg-multimedia project

 2) ssh git.debian.org
cd /git/pkg-multimedia/
mkdir NEWDIR.git
cd NEWDIR.git
git init --bare --shared=all
sensible-editor description

(replace NEWDIR by something descriptive, such as the name of the
 package)

Or you can use a personal git in the beginning of a package, before it
goes under the umbrella of a project. To do that:

ssh git.debian.org
mkdir public_git
cd public_git
mkdir NEWDIR.git
cd NEWDIR.git
git init --bare --shared=all
sensible-editor description

  

Ah, I think this is what I'm looking for.

Thanks.

\r


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: upload to git.debian.org

2009-04-05 Thread Chow Loong Jin
On Sun, 2009-04-05 at 11:26 +0200, Grammostola Rosea wrote:
 Lionel Elie Mamane wrote:
  On Sun, Apr 05, 2009 at 10:37:40AM +0200, David Paleino wrote:

  On Sun, 05 Apr 2009 10:19:19 +0200, Grammostola Rosea wrote:
  
 

  The Debian Multimedia Team likes to have packages on git.debian.org,
  http://git.debian.org/git/pkg-multimedia/ .

 

  Here's how to have a git repository [0] created by the Alioth admins:
  
 

  http://wiki.debian.org/Alioth/Git
  
 
  Yes, but the only situation where they have to get involved is a
  directory for a repository for a new project; if you intend to put it
  in pkg-multimedia, you need to:
 
   1) be a member of the pkg-multimedia project
 
   2) ssh git.debian.org
  cd /git/pkg-multimedia/
  mkdir NEWDIR.git
  cd NEWDIR.git
  git init --bare --shared=all
  sensible-editor description
 
  (replace NEWDIR by something descriptive, such as the name of the
   package)
 
  Or you can use a personal git in the beginning of a package, before it
  goes under the umbrella of a project. To do that:
 
  ssh git.debian.org
  mkdir public_git
  cd public_git
  mkdir NEWDIR.git
  cd NEWDIR.git
  git init --bare --shared=all
  sensible-editor description
 

 Ah, I think this is what I'm looking for.
 
 Thanks.
 
 \r
 
 
In most cases I think a setup-repository script exists
in /git/projectname. I know it does for pkg-cli-* and collab-maint.
-- 
Chow Loong Jin


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


Re: upload to git.debian.org

2009-04-05 Thread David Paleino
On Sun, 05 Apr 2009 17:34:17 +0800, Chow Loong Jin wrote:

 In most cases I think a setup-repository script exists
 in /git/projectname. I know it does for pkg-cli-* and collab-maint.

It only exists on collab-maint, and copied multiple times over /git/*/. It was
me who adapted it for pkg-cli-* ;)

David

-- 
 . ''`.  Debian maintainer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://snipr.com/qa_page
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


signature.asc
Description: PGP signature


Re: upload to git.debian.org

2009-04-05 Thread Chow Loong Jin
On Sun, 2009-04-05 at 12:03 +0200, David Paleino wrote:
 On Sun, 05 Apr 2009 17:34:17 +0800, Chow Loong Jin wrote:
 
  In most cases I think a setup-repository script exists
  in /git/projectname. I know it does for pkg-cli-* and collab-maint.
 
 It only exists on collab-maint, and copied multiple times over /git/*/. It was
 me who adapted it for pkg-cli-* ;)
 
 David
 
The following have it:
bash-completion/setup-repository
collab-maint/setup-repository
pkg-boinc/setup-repository
pkg-cli-apps/setup-repository
pkg-cli-libs/setup-repository
pkg-games/setup-repository
pkg-multimedia/setup-repository
pkg-perl/setup-repository
pkg-pnet/setup-repository
pkg-xorg/setup-repository

The thread was regarding pkg-multimedia to begin with, and it has a
setup-repository =)
-- 
Chow Loong Jin


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


Re: upload to git.debian.org

2009-04-05 Thread David Paleino
On Sun, 05 Apr 2009 12:16:55 +0200, Grammostola Rosea wrote:

 Chow Loong Jin wrote:
  The thread was regarding pkg-multimedia to begin with, and it has a
  setup-repository =)
 
 So I can use such a script for pkg-multimedia? Why is it useful and how 
 to use it?

It lets you create a repository with:

ssh git.debian.org
cd /git/pkg-multimedia/
./setup-repository package.git Description of the repository

instead of:

ssh git.debian.org
cd /git/pkg-multimedia/
mkdir package.git
cd package.git
git init --bare --shared=all
echo Description of the repository  description


Bye,
David

-- 
 . ''`.  Debian maintainer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://snipr.com/qa_page
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


signature.asc
Description: PGP signature


Re: upload to git.debian.org

2009-04-05 Thread Chow Loong Jin
On Sun, 2009-04-05 at 12:16 +0200, Grammostola Rosea wrote:
 Chow Loong Jin wrote:
  On Sun, 2009-04-05 at 12:03 +0200, David Paleino wrote:

  On Sun, 05 Apr 2009 17:34:17 +0800, Chow Loong Jin wrote:
 
  
  In most cases I think a setup-repository script exists
  in /git/projectname. I know it does for pkg-cli-* and collab-maint.

  It only exists on collab-maint, and copied multiple times over /git/*/. It 
  was
  me who adapted it for pkg-cli-* ;)
 
  David
 
  
  The following have it:
  bash-completion/setup-repository
  collab-maint/setup-repository
  pkg-boinc/setup-repository
  pkg-cli-apps/setup-repository
  pkg-cli-libs/setup-repository
  pkg-games/setup-repository
  pkg-multimedia/setup-repository
  pkg-perl/setup-repository
  pkg-pnet/setup-repository
  pkg-xorg/setup-repository
 
  The thread was regarding pkg-multimedia to begin with, and it has a
  setup-repository =)

 
 So I can use such a script for pkg-multimedia? Why is it useful and how 
 to use it?
 
 \r
 
 
alioth:~$ cd /git/pkg-multimedia
alioth:/git/pkg-multmedia$ ./setup-repository reponame description
alioth:/git/pkg-multimedia$ ^D
local:~$ git clone ssh://usern...@git.debian.org/git/reponame.git
local:~$ cd reponame
## do stuff!
-- 
Chow Loong Jin


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


Re: upload to git.debian.org

2009-04-05 Thread Chow Loong Jin
On Sun, 2009-04-05 at 18:25 +0800, Chow Loong Jin wrote:
 alioth:~$ cd /git/pkg-multimedia
 alioth:/git/pkg-multmedia$ ./setup-repository reponame description
 alioth:/git/pkg-multimedia$ ^D
 local:~$ git clone ssh://usern...@git.debian.org/git/reponame.git
 local:~$ cd reponame
 ## do stuff!

No wait, not git clone. You have to push to
ssh://usern...@git.debian.org/git/reponame.git. 

Basically setup-repository does the whole git init --bare thing for you.
-- 
Chow Loong Jin


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


Re: upload to git.debian.org

2009-04-05 Thread David Paleino
On Sun, 05 Apr 2009 18:16:34 +0800, Chow Loong Jin wrote:

 The following have it:
 bash-completion/setup-repository   [*]
 collab-maint/setup-repository  [ ]
 pkg-boinc/setup-repository [ ]
 pkg-cli-apps/setup-repository  [*]
 pkg-cli-libs/setup-repository  [*]
 pkg-games/setup-repository [ ]
 pkg-multimedia/setup-repository[ ]
 pkg-perl/setup-repository  [ ]
 pkg-pnet/setup-repository  [*]
 pkg-xorg/setup-repository  [ ]

Those marked with * have been copied there by me *g* :P

-- 
 . ''`.  Debian maintainer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://snipr.com/qa_page
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


signature.asc
Description: PGP signature


Re: upload to git.debian.org

2009-04-05 Thread David Paleino
On Sun, 05 Apr 2009 18:25:38 +0800, Chow Loong Jin wrote:

 alioth:~$ cd /git/pkg-multimedia
 alioth:/git/pkg-multmedia$ ./setup-repository reponame description
 alioth:/git/pkg-multimedia$ ^D
 local:~$ git clone ssh://usern...@git.debian.org/git/reponame.git
 local:~$ cd reponame

I tend to avoid including usernames into URLs. :)

this is better, IMHO:

$ cat END  ~/.ssh/config
 
 Host git.debian.org
 User foo-guest
 END
$
$ git clone git+ssh://git.debian.org/git/pkg-multimedia/reponame.git
$ cd reponame

:)

This way, if one ever becomes DD, or changes username for whatever reason, you
don't have to reclone everything -- just edit ~/.ssh/config

Kindly,
David

-- 
 . ''`.  Debian maintainer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://snipr.com/qa_page
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


signature.asc
Description: PGP signature


Re: RFS: pyblock

2009-04-05 Thread Emilio Pozuelo Monfort
Hi Miguelangel,

Miguelangel Jose Freitas Loreto wrote:
 I am looking for a sponsor for my package pyblock.

I'm not a DD, but my AM will upload the package if/when it's fine, so I've
reviewed it.

You don't need to edit the Makefile in the diff.gz, instead you can remove
COPYING and the dir in the binary-post-install target in debian/rules.

Since you're using python-central, you don't need to build-depend on
python-support (or if you decide to use python-support, remove python-central
from the build-dependencies).

Standards-Version is outdated, 3.8.1 is the latest.

The homepage doesn't really look like a homepage :) but I can't find one...

The binary package should be named python-block (i.e. you prefix the name of the
python module with 'python-', in this case the module is block).

You must build the module for all the supported python versions

A couple of lintian tags:
I: pyblock source: debian-watch-file-is-missing
I: python-pyblock: extended-description-is-probably-too-short


emi...@saturno:~$ python -c 'import block'
dm.c: 1585: not running as root returning empty list
Traceback (most recent call last):
  File string, line 1, in module
  File /usr/lib/python2.5/site-packages/block/__init__.py, line 50, in 
module
from bdevid import bdevid as _bdevid
ImportError: No module named bdevid
emi...@saturno:~$

Looks like we need libbdevid, which is not in Debian...

emi...@saturno:~/tmp/pyblock-0.36$ grep bdevid python-pyblock.spec
BuildRequires: zlib-devel, libbdevid = 5.1.0
Requires: libbdevid, libbdevid-python, dmraid-libs = %{dmrver}


In debian/copyright you say the sources are GPL2+, but it looks like they are
GPL2 | GPL3 to me.

Cheers,
Emilio



signature.asc
Description: OpenPGP digital signature


RFS: nc6 (updated package)

2009-04-05 Thread Guillaume Delacour
Dear mentors,

I am looking for a sponsor for the new version 1.0-4
of my package nc6. This update is just to suppress some lintian
warnings; some other packages could replace it in the future
(maybe netcat, netcat-openbsd or socat, see Bug#516881).

It builds these binary packages:
netcat6- TCP/IP swiss army knife with IPv6 support

The package appears to be lintian clean.

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/n/nc6
- Source repository: deb-src http://mentors.debian.net/debian unstable
main contrib non-free
- dget http://mentors.debian.net/debian/pool/main/n/nc6/nc6_1.0-4.dsc

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

Kind regards
 Guillaume Delacour


signature.asc
Description: PGP signature


Re: RFS: lbzip2

2009-04-05 Thread ERSEK Laszlo
On 03/17/09 10:19, Paul Wise wrote:
 On Tue, Mar 17, 2009 at 5:55 AM, ERSEK Laszlo la...@elte.hu wrote:
 
 http://mentors.debian.net/debian/pool/main/l/lbzip2
 
 Uploaded.
 

I released upstream-version 0.15 and uploaded dpkg-version 0.15-1 to the
URL above.

I kindly request you to put the package in NEW for me. It seemed to be
lintian-clean in a sid pbuilder chroot. With your (and others') help,
version 0.14-1 already made it to unstable.

Thank you very much,
lacos


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



RFS: wwwstat (adopted updated)

2009-04-05 Thread Peter Pentchev
Dear mentors,

I am looking for a sponsor for the new version 2.0-5 of my
package wwwstat.  It's an adoption attempt, ITA: #519383.

It builds a single binary package:
wwwstat- httpd logfile analysis package

The package has been tested with lintian and pbuilder.

The upload would fix these bugs: 519383

The package can be found on mentors.debian.net:
dget -x http://mentors.debian.net/debian/pool/main/w/wwwstat/wwwstat_2.0-5.dsc

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

Just for reference, here's my adoption changelog entry:

wwwstat (2.0-5) unstable; urgency=low

  * New maintainer.  Closes: #519383
  * Use quilt for patch management.
  * Add a watchfile.
  * Move debhelper from B-D-I to B-D - used in the clean target.
  * Move the manual pages to separate files under debian/ instead of
creating them from a patch.
  * Correct the copyright statements on the manual pages.
  * Use wwwstat.manpages and do not pass -A to dh_installman.
  * Fix a couple of hyphens in the oldlog2new.8 manual page.
  * Add the Homepage, Vcs-Svn, and Vcs-Browser fields.
  * Bump the debhelper compatibility version to 7:
- add misc:Depends to the binary package
- minimize the rules file using debhelper's override targets
  * Bump Standards-Version to 3.8.1:
- add the README.source file mentioning the use of quilt
  * Update the copyright file:
- convert it to the machine-parseable format
- add my copyright notice on the Debian packaging
- elaborate on the need to quote the package's LICENSE file verbatim;
  wwwstat is licensed under the old Artistic license, not the one
  included in common-licenses, so it must be spelled out in full
- remove the note about common-licenses
  * Do not install the README file - it contains no useful info by itself.

 -- Peter Pentchev r...@ringlet.net  Mon, 06 Apr 2009 01:17:11 +0300

G'luck,
Peter

-- 
Peter Pentchev  r...@ringlet.netr...@space.bgr...@freebsd.org
PGP key:http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
I am not the subject of this sentence.


pgpT7a40UvS0V.pgp
Description: PGP signature


RFS: gnome-inm-forecast (updated package)

2009-04-05 Thread Gustavo Iñiguez Goya
Dear mentors,

I am looking for a sponsor for the new version 0.8.0-1
of my package gnome-inm-forecast.

It builds these binary packages:
gnome-inm-forecast - Spanish weather forecast applet for the GNOME panel

The package appears to be lintian clean.

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/g/gnome-inm-forecast
- Source repository: deb-src http://mentors.debian.net/debian unstable
  main contrib non-free
- dget 
  
http://mentors.debian.net/debian/pool/main/g/gnome-inm-forecast/gnome-inm-forecast_0.8.0-1.dsc

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

Kind regards
Gustavo Iñiguez Goya



-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: screenruler (updated package) (ruby)

2009-04-05 Thread Peter Pentchev
On Sat, Feb 28, 2009 at 12:39:59AM +0100, Siegfried Gevatter (RainCT) wrote:
 Dear mentors,
 
 I am looking for a sponsor for the new version
 0.85really0.8.9.1+bzr24-1 of my package screenruler. (The version is
 this weird because is using a broken version scheme and I didn't
 realize in time... I've already asked him to change it).

E...  Sorry if this is a sorta-uninformed comment on the wrong track,
but if the reason for this kind of versioning is that the last upstream
release (and the one that is in the Debian archive) is 0.85 and now
upstream released 0.8.9.1 and 0.8  0.85, shouldn't this really be
solved with an epoch?  Couldn't you set a version of 1:0.8.9.1-1 on
your new package and be done with it? :)

Yes, I know that epochs are generally frowned upon, discouraged and
stuff, and it's the same way in the FreeBSD ports system - an epoch
is a measure of last resort, since once bumped (or set), it *has* to
stay forever.  Still, sometimes it's the necessary evil.

Of course, I could be wrong in this particular case :)

G'luck,
Peter

-- 
Peter Pentchev  r...@ringlet.netr...@space.bgr...@freebsd.org
PGP key:http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
This sentence is false.


pgpN5bjCQpFZd.pgp
Description: PGP signature


Re: RFS: ljcrop

2009-04-05 Thread Darren Salt
I demand that Tristan Greaves may or may not have written...

 Darren Salt wrote:
 The package would be lintian-clean but for what I think is a false
 positive. lintian (in testing) complains about a dependency on wish, but
 that can't be right:
   Depends: wish | tk8.5, libtk-img, libjpeg-progs

 http://lintian.debian.org/tags/virtual-package-depends-without-real-package-depends.html

 You have in your debian/control file:
   Depends: wish | tk8.5, libtk-img, libjpeg-progs

 As per the warning note, put the real package _first_ ('wish' is the 
 virtual here), i.e.:
   Depends: tk8.5 | wish, libtk-img, libjpeg-progs

Fixed  reuploaded.

-- 
| Darren Salt| linux or ds at  | nr. Ashington, | Toon
| RISC OS, Linux | youmustbejoking,demon,co,uk | Northumberland | Army
| + Buy less and make it last longer. INDUSTRY CAUSES GLOBAL WARMING.

That wouldn't be cricket.


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: RFS: lbzip2

2009-04-05 Thread Paul Wise
On Mon, Apr 6, 2009 at 5:13 AM, ERSEK Laszlo wrote:

 I kindly request you to put the package in NEW for me.

Packages only go through NEW when they are introduced to Debian or
when they add new binary packages.

I'll have another look later today.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org