SF.net SVN: gar:[26002] csw/mgar/pkg/mercurial/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Oct 24 15:53:06 CEST 2016
Revision: 26002
http://sourceforge.net/p/gar/code/26002
Author: dmichelsen
Date: 2016-10-24 13:53:06 +0000 (Mon, 24 Oct 2016)
Log Message:
-----------
mercurial/trunk: Fix bug #5213
Modified Paths:
--------------
csw/mgar/pkg/mercurial/trunk/Makefile
Modified: csw/mgar/pkg/mercurial/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mercurial/trunk/Makefile 2016-10-23 19:23:27 UTC (rev 26001)
+++ csw/mgar/pkg/mercurial/trunk/Makefile 2016-10-24 13:53:06 UTC (rev 26002)
@@ -13,8 +13,11 @@
PACKAGES += CSWmercurial
SPKG_DESC_CSWmercurial = Mercurial SCM
-RUNTIME_DEP_PKGS_CSWmercurial += CSWlibpython2-7-1-0
RUNTIME_DEP_PKGS_CSWmercurial += CSWlibgcc-s1
+# We explicitly need a dependency to the Python 2.7 package as reported in bug #5213
+RUNTIME_DEP_PKGS_CSWmercurial += CSWpython27
+CHECKPKG_OVERRIDES_CSWmercurial += missing-dependency|CSWlibpython2-7-1-0
+CHECKPKG_OVERRIDES_CSWmercurial += surplus-dependency|CSWpython27
CHECKPKG_OVERRIDES_CSWmercurial += pkgname-does-not-start-with-CSWpy-
CHECKPKG_OVERRIDES_CSWmercurial += catalogname-does-not-start-with-py_
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list