mirror of
git://git.proxmox.com/git/extjs.git
synced 2025-12-06 11:07:00 -05:00
bsys: also clean when building the dsc
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
9b86f8ce62
commit
d28613b235
2
Makefile
2
Makefile
@ -28,7 +28,7 @@ ${DEB}: ${BUILD_DIR}
|
|||||||
dsc: ${DSC}
|
dsc: ${DSC}
|
||||||
${DSC}: ${BUILD_DIR}
|
${DSC}: ${BUILD_DIR}
|
||||||
cd ${BUILD_DIR}; tar czf ../${PACKAGE}_${PKGVER}.orig.tar.gz *
|
cd ${BUILD_DIR}; tar czf ../${PACKAGE}_${PKGVER}.orig.tar.gz *
|
||||||
cd ${BUILD_DIR}; dpkg-buildpackage -S -us -uc -nc -d
|
cd ${BUILD_DIR}; dpkg-buildpackage -S -us -uc -d
|
||||||
lintian $@
|
lintian $@
|
||||||
|
|
||||||
.PHONY: upload
|
.PHONY: upload
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user