MANIFEST.in patches (was: Re: Mercurial SCM v0.6b released)
Thomas Arendsen Hein
thomas at intevation.de
Fri Jul 29 21:13:20 UTC 2005
* Vincent Danjean <vdanjean.ml at free.fr> [20050725 19:08]:
> On Thu, Jul 21, 2005 at 03:26:12PM -0700, Matt Mackall wrote:
> > On Wed, Jul 20, 2005 at 10:35:21AM +0200, Vincent Danjean wrote:
> > > Can you add doc/Makefile in MANIFEST.in, please ? I just see that it is
> > > included upstream (hg repo), but I still need it in my debian package
> > > (the .tar.gz does not have it).
> >
> > Done.
>
> Not really. You added Makefile instead of doc/Makefile... ;-)
Patch for this and another MANIFEST.in bug attached and pullable.
These are the last for today.
Good night,
Thomas
--
Email: thomas at intevation.de
http://intevation.de/~thomas/
-------------- next part --------------
# HG changeset patch
# User Thomas Arendsen Hein <thomas at intevation.de>
# Node ID ec7107c5d8adbb661b6be4cbd3d5247eda549d4b
# Parent 19388dcbac4952067ac0e925bcca97ec9675c62d
Drop .err files generated by failed tests from the MANIFEST.
diff -r 19388dcbac4952067ac0e925bcca97ec9675c62d -r ec7107c5d8adbb661b6be4cbd3d5247eda549d4b MANIFEST.in
--- a/MANIFEST.in Fri Jul 29 20:50:05 2005
+++ b/MANIFEST.in Fri Jul 29 21:07:42 2005
@@ -3,6 +3,7 @@
include hgweb.cgi
include hgeditor rewrite-log
include tests/README tests/run-tests tests/test-*[a-z] tests/*.out
+prune tests/*.err
include *.txt
include templates/map templates/map-*[a-z]
include templates/*.tmpl
-------------- next part --------------
# HG changeset patch
# User Thomas Arendsen Hein <thomas at intevation.de>
# Node ID f4d5f6b97f7740ca49c15b013ef5ebedaf398401
# Parent ec7107c5d8adbb661b6be4cbd3d5247eda549d4b
Add Makefile from doc directory instead of / to MANIFEST.
diff -r ec7107c5d8adbb661b6be4cbd3d5247eda549d4b -r f4d5f6b97f7740ca49c15b013ef5ebedaf398401 MANIFEST.in
--- a/MANIFEST.in Fri Jul 29 21:07:42 2005
+++ b/MANIFEST.in Fri Jul 29 21:10:36 2005
@@ -7,7 +7,7 @@
include *.txt
include templates/map templates/map-*[a-z]
include templates/*.tmpl
-include doc/README doc/*.txt Makefile
+include doc/README doc/*.txt doc/Makefile
recursive-include contrib *
include README
include CONTRIBUTORS
More information about the Mercurial
mailing list