From 99bf1eb752d39059412af0f3e23f1fe62e378032 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Tue, 24 Jul 2012 12:58:56 +0000 Subject: [PATCH] Create only source packages in Makefile. --- org.gridsite.core/src/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/org.gridsite.core/src/Makefile b/org.gridsite.core/src/Makefile index 11da7ba..c294750 100644 --- a/org.gridsite.core/src/Makefile +++ b/org.gridsite.core/src/Makefile @@ -559,6 +559,7 @@ dist: ../dist/gridsite-$(PATCH_VERSION)/interface cd ../dist ; tar zcvf ../gridsite-$(PATCH_VERSION).src.tar.gz \ gridsite-$(PATCH_VERSION) + chmod +x ../dist/gridsite-$(PATCH_VERSION)/src/make-debian-files rm -Rf ../dist/gridsite-$(PATCH_VERSION) @@ -595,7 +596,7 @@ rpm: rpm-prepare cp -f ../gridsite-$(PATCH_VERSION).src.tar.gz $(MYRPMDIR)/SOURCES cp -f gridsite.spec $(MYRPMDIR)/SPECS $(RPMCMD) --define "_topdir $(MYRPMDIR)" \ - -ba --buildroot $(MYRPMDIR)/BUILDROOT gridsite.spec + -bs --nodeps --buildroot $(MYRPMDIR)/BUILDROOT gridsite.spec deb-prepare: dist export PATCH_VERSION=$(PATCH_VERSION) && \ @@ -613,7 +614,7 @@ deb: deb-prepare cp -rf ../debian/ $(MYRPMDIR)/gridsite-$(PATCH_VERSION)/ (cd $(MYRPMDIR)/gridsite-$(PATCH_VERSION) && \ pwd && \ - dpkg-buildpackage) + dpkg-buildpackage -S -d -uc -us) wtf: pwd -- 1.8.2.3