Username: Password: Remember me
Search Criteria Advanced
Package Details

lzip 1.8-1
http://www.nongnu.org/lzip/lzip.html
A lossless file compressor based on the LZMA algorithm

unsupported :: system
Maintainer: tdy
Votes: 16

License: GPL3

Last Updated: Tue, 24 Nov 2009 05:27:14 +0000
First Submitted: Tue, 14 Oct 2008 18:11:24 +0000

Tarball :: Files :: PKGBUILD

Dependencies gcc-libs

Sources
http://download.savannah.gnu.org/releases/lzip/lzip-1.8.tar.gz
Comment by: tdy on Tue, 06 Oct 2009 23:10:41 +0000
1.8
Comment by: tdy on Thu, 25 Jun 2009 15:38:53 +0000
1.7
Comment by: rabyte on Thu, 20 Nov 2008 16:40:34 +0000
Well, sometimes on the net, things reach the other end of the line in ways unintended. I guess that's the reason so many people love using smileys ;-)
Comment by: StefanHusmann on Thu, 20 Nov 2008 00:16:44 +0000
Sorry if my comments sounded angry, it was not the case. I was just trying to collect arguments to convince you :)

Keep up your work!
Comment by: rabyte on Wed, 19 Nov 2008 22:37:23 +0000
I didn't mean to claim that I know the exact stance of the average Arch user regarding info files. However, the standard approach always has been something like "strip info and doc files since the majority of users most likely won't need them but will rather get the information on the net". So I figured making the extra effort of including an .install file wasn't worth it. I also wasn't aware of the recent change of policy regarding info files. I see your points and will see to it asap. No need to get worked up about it...
Comment by: StefanHusmann on Wed, 19 Nov 2008 19:36:29 +0000
Not to mention in this special case:

SEE ALSO
The full documentation for Lzip is maintained as a Texinfo manual. If the info and Lzip programs are properly installed at your site, the command

info Lzip

should give you access to the complete manual.

(from lzip's manpage.)
Comment by: StefanHusmann on Wed, 19 Nov 2008 19:34:00 +0000
The official attitude regarding info files changed recently. A template for correct info file handling comes with pacman (see /usr/share/pacman directory). So I would answer your question with "yes".

BTW how do you know how "most archers" behave?
Comment by: rabyte on Wed, 19 Nov 2008 14:19:02 +0000
Do you really deem this necessary? Most Arch users don't use info files anyway.
Comment by: StefanHusmann on Tue, 18 Nov 2008 14:01:33 +0000
Please remove

/usr/share/info/dir

from the package and add an install file

infodir=/usr/share/info
filelist=(lzip.info)

post_install() {
for file in ${filelist[@]}; do
install-info $infodir/$file $infodir/dir 2> /dev/null
done
}

post_upgrade() {
post_install $1
}

pre_remove() {
for file in ${filelist[@]}; do
install-info --delete $infodir/$file $infodir/dir 2> /dev/null
done
}

v1.6.0