Open GoogleCodeExporter opened 8 years ago
This patch removes all auto-generated files, and add autogen.sh taken from
typical
GNOME packages. You will need gnome-common to use it.
While testing it, I got stuck at the partially done intltool support. So, I
also fix
it so I can test it.
After applying it, you may want to issue these commands before committing:
$ svn rm --force `lsdiff -E -s chartr-vcs-build.patch | grep '^-' | cut -d' '
-f2`
$ chmod +x autogen.sh
And then you can use './autogen.sh' instead of './configure' to configure the
source,
just like typical GNOME packages.
Besides, please use 'make dist' or 'make distcheck' to generate the distributed
tarball. Having unrelated files like debian/chartr/usr/* tree in it is quite
awkward.
Original comment by theppi...@gmail.com
on 20 Jul 2009 at 2:08
Attachments:
[deleted comment]
[deleted comment]
Your probably right. I tried your patch out, but had some difficulties to build
the
package from there. Therefore, I may let the messy inherited building stuff as
it is
for now. But as cleaning it would improve the readability of the project, I
will
probably take care of this problem in a later developing session.
Original comment by nico.big...@gmail.com
on 27 Oct 2009 at 11:03
Original issue reported on code.google.com by
theppi...@gmail.com
on 20 Jul 2009 at 1:59