[GRASS-dev] [GRASS GIS] #2561: 7.0.0 beta & RC tarballs contain precompiled Python objects
GRASS GIS
trac at osgeo.org
Sun Jan 25 09:52:30 PST 2015
#2561: 7.0.0 beta & RC tarballs contain precompiled Python objects
-------------------------+--------------------------------------------------
Reporter: sebastic | Owner: grass-dev@…
Type: defect | Status: new
Priority: blocker | Milestone: 7.0.0
Component: Packaging | Version: svn-releasebranch70
Keywords: python | Platform: All
Cpu: Unspecified |
-------------------------+--------------------------------------------------
Comment(by sebastic):
Replying to [comment:1 neteler]:
> IMHO we need to fix "make distclean" here (fixing the release procedure
is rather a work around)
How about this:
{{{
Index: Makefile
===================================================================
--- Makefile (revision 64319)
+++ Makefile (working copy)
@@ -122,6 +122,7 @@
-rm -f ChangeLog ChangeLog.bak $(ERRORLOG) grass.pc
-rm -f include/config.h include/version.h
-rm -f include/Make/Platform.make include/Make/Doxyfile_arch_html
include/Make/Doxyfile_arch_latex 2>/dev/null
+ -find . -type f -name "*.pyc" -delete
include $(MODULE_TOPDIR)/include/Make/Install.make
include $(MODULE_TOPDIR)/include/Make/Docs.make
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2561#comment:2>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list