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