]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - doc/INSTALL
simplify and unify source package generation
authorChristoph Hellwig <hch@lst.de>
Fri, 30 Oct 2009 07:04:20 +0000 (08:04 +0100)
committerhch@lst.de <Christoph Hellwig>
Fri, 30 Oct 2009 07:04:20 +0000 (08:04 +0100)
commit10a41599f99990353c46a735d4cf4876dd0f6c1f
tree78ecc337a5f2fb1d5bdb7ff7ae93817a301d4a9a
parent1d0df0af359c1082b814e5e487588d2a6286261c
simplify and unify source package generation

Currently the build/ directory can create rpm, debian and source / binary
tar packages.  The RPM generation is not used as all distributions prefer
their own spec files, and the binary tarball not used at all as it's
a not very useful format.  Reimplement the generation of the source
tarballs to use the source-link method used for the debian packages and
get rid of the whole old package generation machinery.  Also fix a small
bug in the link-based source directory creation which was not including
the .pot file for gettext.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Nathan Scott <nathans@debian.org>
17 files changed:
.gitignore
Makefile
Makepkgs [deleted file]
README
build/Makefile [deleted file]
build/rpm/Makefile [deleted file]
build/rpm/macros.template [deleted file]
build/rpm/rpm-2.rc.template [deleted file]
build/rpm/xfsprogs.spec.in [deleted file]
build/tar/Makefile [deleted file]
debian/rules
doc/INSTALL
doc/Makefile
doc/PORTING [deleted file]
include/buildmacros
include/buildrules
release.sh