Author: ivucica
Date: Tue May  6 11:32:59 2014
New Revision: 37845

URL: http://svn.gna.org/viewcvs/gnustep?rev=37845&view=rev
Log:
deb target no longer depends on debfiles. Corrected formatting of 
auto-dependency on gnustep-make.

Modified:
    tools/make/trunk/Master/deb.make

Modified: tools/make/trunk/Master/deb.make
URL: 
http://svn.gna.org/viewcvs/gnustep/tools/make/trunk/Master/deb.make?rev=37845&r1=37844&r2=37845&view=diff
==============================================================================
--- tools/make/trunk/Master/deb.make    (original)
+++ tools/make/trunk/Master/deb.make    Tue May  6 11:32:59 2014
@@ -84,10 +84,10 @@
 #
 
 ifeq ($(DEB_BUILD_DEPENDS),)
-  DEB_BUILD_DEPENDS = gnustep-make (>=$(GNUSTEP_MAKE_VERSION))
+  DEB_BUILD_DEPENDS = gnustep-make (>= $(GNUSTEP_MAKE_VERSION))
   export DEB_BUILD_DEPENDS
 else
-  DEB_BUILD_DEPENDS += , gnustep-make (>=$(GNUSTEP_MAKE_VERSION))
+  DEB_BUILD_DEPENDS += , gnustep-make (>= $(GNUSTEP_MAKE_VERSION))
   export DEB_BUILD_DEPENDS
 endif
 
@@ -119,7 +119,7 @@
        mv $(_ABS_OBJ_DIR)/debian_files/debian/* 
$(_ABS_OBJ_DIR)/debian_dist/$(VERSION_NAME)/debian
        -rm -rf $(_ABS_OBJ_DIR)/debian_files
 
-deb:: debfiles
+deb::
        $(ECHO_NOTHING)echo "Building Debian package..."$(END_ECHO)
        cd $(_ABS_OBJ_DIR)/debian_dist/$(VERSION_NAME)/ && debuild 
$(DEBUILD_ARGS) -S
        cd $(_ABS_OBJ_DIR)/debian_dist/$(VERSION_NAME)/ && debuild 
$(DEBUILD_ARGS) -b


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to