Re: RFS: statist - Small and fast terminal-based statistics program

2005-12-30 Thread Jakson A. Aquino
On Thu, Dec 29, 2005 at 11:53:15PM -0500, Joey Hess wrote:
 Mario Iseli wrote:
  -Depends: ${shlibs:Depends}, ${misc:Depends}
  +Depends: ${shlibs:Depends}
  (You don't need the second variable, it isn't defined anywhere...)
 
Automatic generation of miscellaneous dependencies.
 
Some debhelper commands may make the generated package need to depend
on some other packages. For example, if you use dh_installdebconf(1),
your package will generally need to depend on debconf. Or if you use
dh_installxfonts(1), your package will generally need to depend on a
particular version of xutils. Keeping track of these miscellaneous
dependencies can be annoying since they are dependant on how debhelper
does things, so debhelper offers a way to automate it.
 
All commands of this type, besides documenting what dependencies may be
needed on their man pages, will automatically generate a substvar
called ${misc:Depends}. If you put that token into your debian/control
file, it will be expanded to the dependencies debhelper figures you
need.
 
-- debhelper(7)
 
 If you don't care about debhelper commands needing to add new dependencies
 later then you can remove it if you want to, but it is a better idea to leave
 it in. It's unfortunate that dpkg generates an ugly build message if it's
 empty, but it does do the right thing.

Thank you for the explanation. Just for precaution I'll put
the variable ${misc:Depends} back again in the control file.
But since currently it's not being used, I'll not upload the
package to mentors again.

I have a question about uploading to mentors. I know that I
have to increase the Debian revision number every time I
make a new revision of the package. But since currently I'm
only improving the conformance of the package to Debian
policy, and not fixing any bug in the program itself, I'm
simply replacing the old package with a new one. Should I
add entries to the changelog acknowledging these changes in
the debian subdirectory even though the package isn't in
the official repository?

Best regards,

Jakson




signature.asc
Description: Digital signature


Re: RFS: statist - Small and fast terminal-based statistics program

2005-12-29 Thread Jakson A. Aquino
Hi,

Thank you, Mario Iseli, for your suggestions (and for
reopening this thread), and thank you Russ Allbery and
Justin Pryzby for your additional comments.

On Fri, Dec 30, 2005 at 12:34:39AM +0100, Mario Iseli wrote:
 debian/copyright:
 - Architecture: any
 + Architecture: all

According to Debian policy (version 3.6.2.2; section 5.6.8),
all indicates an architecture-independent package, and
any indicates a package available for building on any
architecture. Since statist is a binary package, the most
appropriate is the use of any. I suppose that it can be
built in any architecture supported by Debian, although I
actually have only compiled it under i386 and amd64.

 -Depends: ${shlibs:Depends}, ${misc:Depends}
 +Depends: ${shlibs:Depends}
 (You don't need the second variable, it isn't defined anywhere...)

Your were correct. dpkg-gencontrol output:

  dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends}

Thus, I removed the second variable.
 
   Homepage: http://wald.intevation.org/projects/statist/
 This is a bit a problem, i'm also not sure because everybody makes it a
 bit different, i thought it has to be like that (no warranty):
  Homepage:  http://.

The two spaces at the begin of the line are there to let
the line be displayed verbatim. This was a suggestion made
by someone in this list some time ago (see also Debian
policy, section 5.6.13). And, as Allbery and Pryzby said,
 are more commonly used around email addresses.

 debian/copyright:
 - It was downloaded from http://wald.intevation.org/projects/statist
 + It was downloaded from http://wald.intevation.org/projects/statist
 (+/- can't be ommitted)
 
 - Copyright Holder:  1997-1999 Dirk Melcher
 -1998-2005 Bernhard Reiter [EMAIL PROTECTED]
 -2005 Jakson Aquino [EMAIL PROTECTED]
 + Copyright Holders:  Dirk Melcher [EMAIL PROTECTED]
   1998-2005 Bernhard Reiter [EMAIL PROTECTED]
 +  2005 Jakson Aquino [EMAIL PROTECTED]
 (1. plural form; 2. i think the years can here be ommitted)

I had not put Dirk Melcher's email before because he's no
longer involved in the development of statist. But I think
you were correct. I took dpkg as an example, because it
has a lot of copyright holders, and wrote the following in
the copyright file:

Copyright (C) 1997-1999 Dirk Melcher [EMAIL PROTECTED]
Copyright (C) 1998-2005 Bernhard Reiter [EMAIL PROTECTED]
Copyright (C) 2005 Jakson Aquino [EMAIL PROTECTED]

 debian/rules:
 clean:
 testdir and testroot not needed.

I followed Allbery remarks and I'm keepping the testdir and
testroot.

 binary-arch:
 dh_installchangelogs (should this not install YOUR debian/changelog?)
 dh_installdocs (useless: you have to provide a debian/docs or remove
 this)

As Allbery wrote, the package needs both dh_installchangelogs
and dh_installdocs. Please, the man pages of these programs.
 
 The rest i think should work, i compile it now and test it a bit. :-)

Thank you again!

Regards,

Jakson


signature.asc
Description: Digital signature


Re: RFS: statist - Small and fast terminal-based statistics program

2005-12-27 Thread Jakson A. Aquino
Hi,

I did all changes suggested, and uploaded the package again.
I also wrote to debian-science.

The size_t changes are in the upstream cvs version, and,
thus, will be in the next upstream version of statist.

Thank you very much!

Jakson

On Tue, Dec 27, 2005 at 03:07:54PM +0800, Paul Wise wrote:
 On Mon, 2005-12-26 at 21:36 -0200, Jakson A. Aquino wrote:
 
  This package was discussed here before, but I didn't find a sponsor yet.
  Below, some information about it:
  
  Package: statist
 
 The package looks good. I have a couple of comments:
 
   * In the diff.gz, the changes to the .po files look irrelevant,
 since they only change the POT-Creation-Date and remove blank
 lines. You may as well restore the original versions.
   * Be sure to send the size_t changes to upstream.
   * debian/statist.doc-base  debian/copyright: there is a extra
 unnecessary blank line at the end.
   * debian/rules: the configure/configure-stamp targets should
 probably be removed.
 
   Section: math
   Description: Small and fast terminal-based statistics program
 
 You might want to ask on the debian-science list for a sponsor. The list
 seems fairly active, with quite a few math related posts.
 
 -- 
 bye,
 pabs
 
 http://wiki.debian.org/PaulWise




signature.asc
Description: Digital signature


RFS: statist - Small and fast terminal-based statistics program

2005-12-26 Thread Jakson A. Aquino
Hello!

This package was discussed here before, but I didn't find a sponsor yet.
Below, some information about it:

 Package: statist
 Version: 1.3.2-1
 Section: math
 Priority: optional
 Architecture: any
 Depends: libc6
 Suggests: gnuplot
 Installed-Size: 756
 Description: Small and fast terminal-based statistics program
  Statist is a statistics program with an interactive menu that makes it very
  easy to use. It can also be run in scripts and big datasets are handled
  reasonably well on small machines. In spite of its low overhead statist can
  do quite a bunch of regression functions and tests. It uses gnuplot to create
  graphics.
  .
   Homepage: http://wald.intevation.org/projects/statist/

The license is the GNU/GPL, and I've just uploaded the new debian package
(corresponding to a new upstream version):

http://mentors.debian.net/debian/pool/main/s/statist/

Thank you,

Jakson


signature.asc
Description: Digital signature


Re: RFS: statist - Small and fast terminal-based statistics program

2005-11-15 Thread Jakson A. Aquino
Hi,

I've had many problems building the package for some reasons.
One of them was that I was using Debian stable. So, I
usually thought that the package was lintian and linda clean
when in, fact, it wasn't. Although I can't have a pure
unstable system here, I upgraded some packages (dpkg,
lintian, linda, debhelper). Thanks to the help that I
received here, I hope that now there is no longer any
problem that might prevent the package of being uploaded.

I uploaded the files to mentors repository to avoid the ever
changing links of wald.intevation.org. Thus the new links are:

http://mentors.debian.net/debian/pool/main/s/statist/statist_1.3.1-1.diff.gz
http://mentors.debian.net/debian/pool/main/s/statist/statist_1.3.1-1.dsc
http://mentors.debian.net/debian/pool/main/s/statist/statist_1.3.1.orig.tar.gz

I would be very grateful if Nico Golde, Alexander Schmehl,
or someone else could check (again) the package.

Thanks,

Jakson

On Wed, Nov 09, 2005 at 07:49:15PM +0100, Nico Golde wrote:
 Ok here are the comments:
  - changelog file will not close an ITP
  - add one space before the Homepage tag in control (like 
described in developers reference)
  - consider to add Upstream Author tag to copyright with 
email addresses of them (not a bug)
  - delete unneeded comments in rules (sample file etc.)
  - the website in the readme is not the same as in control 
and copyright
  - is dh_fixperms really needed?
  - dh_installexamples is not needed
  -  lintian -I ../*.changes
 I: statist: hyphen-used-as-minus-sign usr/share/man/man1/statist.1.gz:7
 I: statist: hyphen-used-as-minus-sign usr/share/man/man1/statist.1.gz:8
 I: statist: hyphen-used-as-minus-sign usr/share/man/man1/statist.1.gz:64
 (not a real problem, consider repoting it to upstream)
 
 I think besides the first one this things should not prohibit an upload
 but it would be nice if you can fix them.
 Like I told in PM I am not yet a DD so I can not sponsor your package but it
 would be nice if someone else could do it, its a cool tool.
 Regards Nico
 -- 
 Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
 http://www.ngolde.de | http://www.muttng.org | http://grml.org
 Forget about that mouse with 3/4/5 buttons -
 gimme a keyboard with 103/104/105 keys!
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 


signature.asc
Description: Digital signature


Re: RFS: statist - Small and fast terminal-based statistics program

2005-11-09 Thread Jakson A. Aquino
Hi,

On Wed, Nov 09, 2005 at 10:46:32PM -0200, Jakson A. Aquino wrote:
 I added (Closes: #155073), but this bug was already
 automatically closed on 22 Sep 2005 because there was no
 activity around it in 365 days. Is there any problem in
 trying to close an already closed bug? 
 
 This is currently the only doubt that I have, and I would
 like to solve it before uploading the .diff.gz and .dsc
 files again

I wrote to Carleos Artime and he reopened the bug. Then I
uploaded the files.  The new links are:

http://wald.intevation.org/frs/download.php/45/statist_1.3.1-1.diff.gz
http://wald.intevation.org/frs/download.php/46/statist_1.3.1-1.dsc

Thanks,

Jakson


signature.asc
Description: Digital signature


Re: RFS: statist - Small and fast terminal-based statistics program

2005-11-08 Thread Jakson A. Aquino
Hi,

On Tue, Nov 08, 2005 at 01:15:34AM +0100, Alexander Schmehl wrote:
 * Nico Golde [EMAIL PROTECTED] [051108 00:11]:
   http://wald.intevation.org/frs/download.php/35/statist_1.3.1-1.diff.gz
   http://wald.intevation.org/frs/download.php/36/statist_1.3.1-1.dsc
  Same problem here:
 
 Works fine for me with the two URLs above, and the one mentioned earlier
 in this thread:
 http://wald.intevation.org/frs/download.php/34/statist_1.3.1.orig.tar.gz  

 You downloaded the diff.gz in tripplet... did you noticed the difference
 between those URLs?  I was using wget and bash history, only changing
 file not noticing the changing {34,35,36} in the URL, and wondered
 myself what's wrong there..

Thanks, Alexander! On Sunday, the links were all pointing to
34, and clicking in different links would download the
same file. Now, as you noted, the links changed, but it
seems that the directory number is more important than the
file name that follows it. I don't know why, since I'm only
a user of the site.

 - debian/control
   - Current standards version ist not 3.6.1

I changed it to 3.6.2. Ok?

   - Would be nice to add upstreams homepage to the package description

Added.

   - Not a native english speaker myself so better ask someone who knows
 better: I think you don't need the comma at in scripts, and big in
 the package desctiption

I removed the commas. You might be correct: English uses
less commas than Portuguese.

 - debian/copyright
   - The address of the FSF has changed

I noted the difference in addresses when was making the
package. I'll correct the address in the upstream package
for the next version of the program, but I'm not including
the file COPYING in the the Debian package. The file
copyright has the correct address, and it asks the user to
see /usr/share/common-licenses/GPL-2.

 - debian/README.debian
   - Uhm... I don't see any valuable information in there...

Deleted.

 - debian/rules
   - (Just a personal note) I found it quite easier to read, if all those
 commented dh_foos are removed, not just commented

dh_foo commented lines deleted. I had almost not changed the
rules created by dh_make. I've only added the option
-Xmanual to dh_compress, although I'm not 100% sure that
this is accordance with the Debian Policy, which says that
most files have to be compressed. However, some systems are
not configured to transparently deal with .pdf.gz, and the
user of statist have to read the manual if he or she wants
to know how to prepare data files for statist.

 Beside that, I couldn't find any problems with your package (but I did
 only a quick view)... Please not howerver, that you really should check
 your packages with lintian, that would have found you the outdated
 standards and the FSF address problems.

I've checked it with lintian (1.23.8) and linda
(0.3.13.sarge.1). But, as I told above, I'm not using the
file COPYING, where the old address is.

I uploaded the new files, downloaded with wget, and
dpkg-source them. Two links CHANGED again:

http://wald.intevation.org/frs/download.php/39/statist_1.3.1-1.dsc
http://wald.intevation.org/frs/download.php/40/statist_1.3.1-1.diff.gz

The .orig.tar.gz remains the same:

http://wald.intevation.org/frs/download.php/34/statist_1.3.1.orig.tar.gz

Thanks,

Jakson


signature.asc
Description: Digital signature


Re: RFS: statist - Small and fast terminal-based statistics program

2005-11-08 Thread Jakson A. Aquino
Hi,

I'm sorry for still using the wrong FSF address. Now it's
really fixed. The new links are:

http://wald.intevation.org/frs/download.php/43/statist_1.3.1-1.diff.gz
http://wald.intevation.org/frs/download.php/44/statist_1.3.1-1.dsc

Many thanks,

Jakson

On Tue, Nov 08, 2005 at 03:22:05PM +0100, Nico Golde wrote:
 Hi,
 * Alexander Schmehl [EMAIL PROTECTED] [2005-11-08 14:47]:
  
  * Nico Golde [EMAIL PROTECTED] [051108 00:11]:
 [...] 
(/tmp/la/) md5sum *
d30696674cb0b80ba2e8e3ac84ee8625  statist_1.3.1-1.diff.gz
d30696674cb0b80ba2e8e3ac84ee8625  statist_1.3.1-1.dsc
d30696674cb0b80ba2e8e3ac84ee8625  statist_1.3.1.orig.tar.gz
  
  You downloaded the diff.gz in tripplet... did you noticed the difference
  between those URLs?  I was using wget and bash history, only changing
  file not noticing the changing {34,35,36} in the URL, and wondered
  myself what's wrong there..
 
 Oh thanks, my fault.
 Regards Nico
 
 -- 
 Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
 http://www.ngolde.de | http://www.muttng.org | http://grml.org
 Forget about that mouse with 3/4/5 buttons -
 gimme a keyboard with 103/104/105 keys!




signature.asc
Description: Digital signature


Re: RFS: statist - Small and fast terminal-based statistics program

2005-11-07 Thread Jakson A. Aquino
Dear Nico Golde,

Could you, please, forgive me for my previous mistakes, and
try just once more to download the .diff and .dsc files? I
tested the links yesterday and they finally were correct.
This is the first package I'm building, but because very few
changes were necessary to adequate the source code to
Debian, I think that it will be easy for you to check the
package. The two links that changed are:

http://wald.intevation.org/frs/download.php/35/statist_1.3.1-1.diff.gz
http://wald.intevation.org/frs/download.php/36/statist_1.3.1-1.dsc

Thank you!

Jakson

On Sun, Nov 06, 2005 at 10:09:31PM +0100, Nico Golde wrote:
 Hi,
 * Jakson A. Aquino [EMAIL PROTECTED] [2005-11-06 21:53]:
  On Sun, Nov 06, 2005 at 08:42:06PM +0100, Nico Golde wrote:
  
   dpkg-source -x statist_1.3.1-1.dsc 
   dpkg-source: error: file statist_1.3.1.orig.tar.gz has size 578 instead 
   of expected 487187
   
   Please fix.
  
  It's strange... I wget the file 
  
  http://wald.intevation.org/frs/download.php/34/statist_1.3.1.orig.tar.gz
  
  and it has the correct size:
  
  -rw-r--r--  1 jakson jakson 487187 2005-11-06 18:07 
  statist_1.3.1.orig.tar.gz
  
  I got the link from:
  
  http://wald.intevation.org/frs/?group_id=12
  
  I copied the files .diff.gz, .dsc and .orig.tar.gz to a new
  directory and have no error with dpkg-source.
  
  Could you please verify if you downloaded the correct files?
 
 So here is another try:
 dpkg-source -x statist_1.3.1-1.dsc 
 dpkg-source: error: syntax error in source control file ./statist_1.3.1-1.dsc 
 at line 1: line with unknown format (not field-colon-value)
 
 I downloaded:
 http://wald.intevation.org/frs/download.php/34/statist_1.3.1.orig.tar.gz
 http://wald.intevation.org/frs/download.php/34/statist_1.3.1-1.dsc
 http://wald.intevation.org/frs/download.php/34/statist_1.3.1-1.diff.gz
 
 md5sum *
 1bfa04825d46f9306db7e75ac408712a  statist_1.3.1-1.diff.gz
 1bfa04825d46f9306db7e75ac408712a  statist_1.3.1-1.dsc
 1bfa04825d46f9306db7e75ac408712a  statist_1.3.1.orig.tar.gz
 
 What is this??
 Regards Nico
 -- 
 Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
 http://www.ngolde.de | http://www.muttng.org | http://grml.org
 Forget about that mouse with 3/4/5 buttons -
 gimme a keyboard with 103/104/105 keys!




signature.asc
Description: Digital signature


RFS: statist - Small and fast terminal-based statistics program

2005-11-06 Thread Jakson A. Aquino
Hello Mentors!

Statist is a simple software, and, because it's very easy to
use, I believe that it's good for introductory classes of
statistics. Portuguese and German translations are complete,
and most strings were also translated into Spanish and
Italian. The license is GNU GPL.

Description in the control file:
 Statist is a statistics program with an interactive
 menu that makes it very easy to use. It can also be run in
 scripts, and big datasets are handled reasonably well on
 small machines. In spite of its low overhead, statist can
 do quite a bunch of regression functions and tests. It uses
 gnuplot to create graphics.

I just released a new version of statist. Among the released
files, I included a Debian binary. Thanks to Justin Pryzby
--who helped me in this list-- the package is lintian and
linda clean. The .deb (356 KB), diff.gz (4 KB), and dsc.asc
files can be downloaded from:

http://wald.intevation.org/projects/statist/

or, directly from:

http://wald.intevation.org/frs/?group_id=12release_id=10

I didn't upload the .orig.tar.gz file because it was the
same statist-1.3.1.tar.gz.

I hope a Debian Developer can check and sponsor the
package...

There was a ITP for statist before (#155073), but it was for
a previous version (1.0.1), and was closed due to more than
365 days of inactivity. I wrote for Carleos Artime, author
of the bug report, and he told me that I could use the new
package to try again to have statist in Debian repository.

Historical information about statist can be found at:

http://www.usf.uos.de/~breiter/tools/statist/index.en.html

Thanks,

Jakson





signature.asc
Description: Digital signature


Re: RFS: statist - Small and fast terminal-based statistics program

2005-11-06 Thread Jakson A. Aquino
Hi,

On Sun, Nov 06, 2005 at 03:54:07PM -0200, Jakson A. Aquino wrote:
 The only problem that I had while building the package was
 that the .dsc file wasn't automatically signed. I signed it
 manually after dpkg-buildpackage finished its job. That's
 why it has the extension .asc. Any problem? I can rename it
 to .dsc, upload the renamed file, and delete the dsc.asc.

Problem solved. I was using Jakson Aquino in the control
files, but I used my full name in my GnuPG key. I put my
full name in the debian subdirectory files, and everything
was ok.

I uploaded the files again, including the .orig.tar.gz., and
a new one: .changes

I think that now they can checked...

Best,

Jakson
 




signature.asc
Description: Digital signature


Re: RFS: statist - Small and fast terminal-based statistics program

2005-11-06 Thread Jakson A. Aquino
Hi,

On Sun, Nov 06, 2005 at 08:38:53PM +0100, Nico Golde wrote:
 Have you build with -uc -us?

No, I used:

  dpkg-buildpackage -rfakeroot

  I signed it
  manually after dpkg-buildpackage finished its job. That's
  why it has the extension .asc. Any problem? I can rename it
  to .dsc, upload the renamed file, and delete the dsc.asc.
 
 You should use debsign.

I can use my full name. I have no preference about that.
I've just noted that most people use only name surname,
and tried to do the same. I forgot that I've created my key
as Jakson Alves de Aquino. Using my full name I can use
dpkg-buildpackage without -uc -us.

Are the new uploaded files ok now?

Best,

Jakson



signature.asc
Description: Digital signature


Re: RFS: statist - Small and fast terminal-based statistics program

2005-11-06 Thread Jakson A. Aquino
Hi,

On Sun, Nov 06, 2005 at 08:42:06PM +0100, Nico Golde wrote:
 .changes is also not needed.
 A source package always includes a diff.gz, an .orig.tar.gz 
 and .dsc. If the package is a native package .diff.gz is not 
 needed.

Ok, I can delete them later.

 dpkg-source -x statist_1.3.1-1.dsc 
 dpkg-source: error: file statist_1.3.1.orig.tar.gz has size 578 instead of 
 expected 487187
 
 Please fix.

It's strange... I wget the file 

http://wald.intevation.org/frs/download.php/34/statist_1.3.1.orig.tar.gz

and it has the correct size:

-rw-r--r--  1 jakson jakson 487187 2005-11-06 18:07 statist_1.3.1.orig.tar.gz

I got the link from:

http://wald.intevation.org/frs/?group_id=12

I copied the files .diff.gz, .dsc and .orig.tar.gz to a new
directory and have no error with dpkg-source.

Could you please verify if you downloaded the correct files?

Best,

Jakson


signature.asc
Description: Digital signature


Re: RFS: statist - Small and fast terminal-based statistics program

2005-11-06 Thread Jakson A. Aquino
Hi,

On Sun, Nov 06, 2005 at 10:09:31PM +0100, Nico Golde wrote:
 So here is another try:
 dpkg-source -x statist_1.3.1-1.dsc 
 dpkg-source: error: syntax error in source control file ./statist_1.3.1-1.dsc 
 at line 1: line with unknown format (not field-colon-value)
 
 I downloaded:
 http://wald.intevation.org/frs/download.php/34/statist_1.3.1.orig.tar.gz
 http://wald.intevation.org/frs/download.php/34/statist_1.3.1-1.dsc
 http://wald.intevation.org/frs/download.php/34/statist_1.3.1-1.diff.gz
 
 md5sum *
 1bfa04825d46f9306db7e75ac408712a  statist_1.3.1-1.diff.gz
 1bfa04825d46f9306db7e75ac408712a  statist_1.3.1-1.dsc
 1bfa04825d46f9306db7e75ac408712a  statist_1.3.1.orig.tar.gz
 What is this??
 
They are all the same file: .orig.tar.gz! I had the same
problem here. When I use wget, the smaller, .dsc, still has
487187 bytes, which is the size of .orig.tar.gz.

Then I deleted the .dsc and .diff.gz and uploaded them
again.  It's the first time that I'm using the gforge
system, and probably I made a mistake. This time I
clicked on a update button for each file, and now the
correct files were downloaded here. Two links are different
now:

http://wald.intevation.org/frs/download.php/35/statist_1.3.1-1.diff.gz
http://wald.intevation.org/frs/download.php/36/statist_1.3.1-1.dsc

I'm sorry for the trouble :(

Best,

Jakson



signature.asc
Description: Digital signature


statist - terminal based statistics program

2005-11-02 Thread Jakson A. Aquino
Hello!

I would like to add a small statistics software to Debian
official packages. Statist home page currently is on:

  http://www.usf.uos.de/~breiter/tools/statist/index.en.html

Soon we will have a new release of statist (1.3.1), and I've
edited a script that creates a binary .deb file. (I got the
original script from Kurumin, a Kannopix/Debian based
distro). I checked the package with lintian and fixed all
warnings and errors reported. Linda reports two errors but
don't is as informative as lintian on how to fix them. 

  E: statist-1.3.1-1; Package does not contain a copyright file.
   The package does not have a copyright file, which is a 
   violation of a Policy.
  E: statist-1.3.1-1; The package contains no changelog.
   The package shown above has no changelog installed. It
   should *always* have a Debian changelog.

In fact, the package has the changelog and the copyright
files, but they might be in the wrong directory.

I don't know very well how to use the Debian tools to build
a package. I'm using only dpkg-deb, and I need help to
replace the script with the adequate procedures.

Currently, it's possible to create the package following the
steps below:

1) Download the tarball from the cvs tree:
  
http://intevation.de/cgi-bin/viewcvs-statist.cgi/statist/statist.tar.gz?tarball=1

  (If you use wget, it might be necessary to rename the file,
  removing ?tarbal=1 from its name).

2) Edit the file Makefile.inc, changing the path from
/usr/local to /usr

3) Compile the binary(cd src; make).

4) Compile the pdf files (cd ../doc; make).

5) Run the script create_deb_rpm.sh.

There was an ITP  bug report for statist-1.0.1 in the past
(bug # 155073), but it was closed due to more than 365 days
of inactivity. The package was uploaded to
mentors.debian.net repository:

  http://mentors.debian.net/debian/pool/main/s/statist/

Can anyone help me? I think I need a sponsor...

Best regards,

Jakson


signature.asc
Description: Digital signature


Re: statist - terminal based statistics

2005-11-02 Thread Jakson A. Aquino
Hi Justin,

Thanks for your help!

I see.  You'll want to read the New Maint Guide at
http://www.debian.org/devel/

I'm following the instructions from maint-guide,
but when I do the command:

  dpkg-buildpackage -rfakeroot -d

The result is:

  dpkg-gencontrol: error: control file must have at least one binary package 
part


  5) Run the script create_deb_rpm.sh.
This is probably largely unnecessary, but some parts might
also go into ./debian/rules.

I'll delete create_deb_rpm.sh, and I can even put the
Debian directory in the statist cvs tree.

Best,

Jakson



signature.asc
Description: Digital signature


Re: statist - terminal based statistics

2005-11-02 Thread Jakson A. Aquino
On Wed, Nov 02, 2005 at 01:30:06PM -0500, Justin Pryzby wrote:
 It has to have at least 2 stanzas; the first is for the source
 package, and the rest are for binary packages created by that source
 package.  Maybe check other people's control files for examples.

2 stanzas: It worked: I put back an empty line that I had
deleted from the control file! The package still need some
adjustments (the pdf files were gziped), but I think that
I'll be able to fix the problems.

I think that I don't need the files below:

  dirs   postinst.ex  preinst.ex statist-default.ex
  compat postrm.exprerm.ex

Can I delete them?

Thanks,

Jakson


signature.asc
Description: Digital signature


Re: statist - terminal based statistics

2005-11-02 Thread Jakson A. Aquino
On Wed, Nov 02, 2005 at 03:03:47PM -0500, Justin Pryzby wrote:
 Deleted from then end?  Most unix editors always put a newline at the
 end of a file; what editor are you using?

I'm using a good editor, but I deleted manually a line
between the source and the package part of the control file.
I'm using vim.

  The package still need some adjustments (the pdf files were gziped),
  but I think that I'll be able to fix the problems.
 You probably shouldn't bother ungzipping them; dh_installdocs may just
 rezip them anyway.  You should, however, include doc-base files to
 point to documentation.  Check my recent sextractor upload for an
 example (and I'm only using it as an example because I know Florian
 checked it!).

I get the diff file of sextractor, and will use it as an
example to write statist doc-base. Wouldn't it be possible
ungzip the pdfs with a post-install script?

Thanks again,

Jakson


signature.asc
Description: Digital signature


Re: statist - terminal based statistics

2005-11-02 Thread Jakson A. Aquino
On Wed, Nov 02, 2005 at 03:30:51PM -0500, Justin Pryzby wrote:
 It would be possible, but not desirable IMHO, and probably not in the
 opinion of many people here.  Documentation files are rarely used :)
 
 Seriously, though, xpdf is linked with zlib anyway, and transparently
 handles .pdf.gz, and gv handles .ps.gz.

I'll let them gziped.

Thanks, Justin, for your help! Lintian and Linda are
reporting no errors or warnings anymore, and I'm using the
proper Debian tools. Now, I'll try to find a sponsor for the
package.

Best,

Jakson


signature.asc
Description: Digital signature