summaryrefslogtreecommitdiff
path: root/util/gen-tarball.in
AgeCommit message (Collapse)AuthorFilesLines
2008-09-07Unbreak build if directory renamed from e2fsprogs.Matthias Andree1-1/+1
gen-tarball currently assumes that the top-level directory is called e2fsprogs, which breaks building the tarball if it's named differently. Since we have already computed the basename, let's use it. Signed-off-by: Matthias Andree <matthias.andree@gmx.de> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2008-09-07Print size of resulting .tar.gz file.Matthias Andree1-1/+3
Signed-off-by: Matthias Andree <matthias.andree@gmx.de> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2008-07-07debian: Create debian release tarball to obey new WIP naming conventionTheodore Ts'o1-2/+11
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2007-06-24Remove RFC-4122 from e2fsprogs distributionTheodore Ts'o1-5/+1
Documentation about UUID's is available in enough places, and it's awkward to deal with debian-legal's insanities. So I'm caving in the "more-lunatic-than-RMS" wing of Debian by removing RFC-4122 so we don't have do the dfsg tarball. Also remove the rule that only tried to install RFC-4122 on Ubuntu, since Ubuntu seems to want to fetch e2fsprogs exclusively from Debian. Addresses Debian Bug: #407107 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2006-11-12Fixes for building RPM's via "make rpm"Andreas Dilger1-72/+4
Fixed version number generation so that the same common algorithm is used for Debian and RPM version numbering schemes. This allows the RPM spec file to do the right thing for WIP releases. Signed-off-by: Andreas Dilger <adilger@clusterfs.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2006-10-04Update Debian packaging for 1.39+1.40-WIP-2006.10.02+dfsg-1Theodore Ts'o1-0/+20
Remove I-D because of DFSG license Nazi's. Make e2fsck and uuid-dev have its own /usr/share/doc directories, and make the e2fsck-static package not depend on the e2fsprogs package. Addresses Debian Bug: #383521 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2005-03-02gen_tarball.in: Don't remove the .gmo files from the generated tarball; Theodore Ts'o1-1/+1
they are now treated as source files instead of generated files.
2005-01-07When generating tarballs for Debian builds, remove the hyphen in versionTheodore Ts'o1-0/+4
numbers such as "1.36-rc1", since Debian can't deal with version numbers with '-' characters in them.
2004-02-23Do not package autom4te.cache directory into tarball.Matthias Andree1-1/+2
2003-03-23Move tarball generation functions to util/gen-tarballTheodore Ts'o1-0/+92