mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 18:08:35 +02:00
parent
d1da1d5e40
commit
97411b4e3b
13
Makefile
13
Makefile
@ -3596,18 +3596,17 @@ endif
|
||||
ifdef SNAPSHOT
|
||||
DEBUSESVN=1
|
||||
endif
|
||||
ifeq ($(wildcard ${DEBSRC_ORIG}.tar.gz),)
|
||||
ifndef DEBUSESVN
|
||||
$(error Need "${DEBSRC_ORIG}.tar.gz" to build for DEBBUILD = "${DEBBUILD}" > 1)
|
||||
endif
|
||||
endif
|
||||
ifndef SIGN
|
||||
DEB_BUILDPKG_OPT+= -us -uc
|
||||
endif
|
||||
debcheck:
|
||||
ifneq ($(DEBVERSION),$(PACKAGE_VERSION))
|
||||
@$(ECHO) "Debian version ($(DEBVERSION)) is not correct, expect $(PACKAGE_VERSION)"
|
||||
@exit 1
|
||||
! ${ECHO} "Debian version ($(DEBVERSION)) is not correct, expect $(PACKAGE_VERSION)"
|
||||
endif
|
||||
ifeq ($(wildcard ${DEBSRC_ORIG}.tar.gz),)
|
||||
ifndef DEBUSESVN
|
||||
! ${ECHO} 'Need "${DEBSRC_ORIG}.tar.gz" to build for DEBBUILD = "${DEBBUILD}" > 1'
|
||||
endif
|
||||
endif
|
||||
debcopy: distclean
|
||||
${DELTREE} ${BUILDDIR}
|
||||
|
13
Makefile.fpc
13
Makefile.fpc
@ -192,19 +192,18 @@ endif
|
||||
ifdef SNAPSHOT
|
||||
DEBUSESVN=1
|
||||
endif
|
||||
ifeq ($(wildcard ${DEBSRC_ORIG}.tar.gz),)
|
||||
ifndef DEBUSESVN
|
||||
$(error Need "${DEBSRC_ORIG}.tar.gz" to build for DEBBUILD = "${DEBBUILD}" > 1)
|
||||
endif
|
||||
endif
|
||||
ifndef SIGN
|
||||
DEB_BUILDPKG_OPT+= -us -uc
|
||||
endif
|
||||
|
||||
debcheck:
|
||||
ifneq ($(DEBVERSION),$(PACKAGE_VERSION))
|
||||
@$(ECHO) "Debian version ($(DEBVERSION)) is not correct, expect $(PACKAGE_VERSION)"
|
||||
@exit 1
|
||||
! ${ECHO} "Debian version ($(DEBVERSION)) is not correct, expect $(PACKAGE_VERSION)"
|
||||
endif
|
||||
ifeq ($(wildcard ${DEBSRC_ORIG}.tar.gz),)
|
||||
ifndef DEBUSESVN
|
||||
! ${ECHO} 'Need "${DEBSRC_ORIG}.tar.gz" to build for DEBBUILD = "${DEBBUILD}" > 1'
|
||||
endif
|
||||
endif
|
||||
|
||||
debcopy: distclean
|
||||
|
Loading…
Reference in New Issue
Block a user