summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index b4ce000..a9621ea 100644
--- a/Makefile
+++ b/Makefile
@@ -45,10 +45,10 @@ dmidecode.so: $(SO)
$(SRCSRV)/$(PACKAGE)/$(PACKAGE)_$(VERSION).orig.tar.gz: ../$(PACKAGE)_$(VERSION).orig.tar.gz
cp $< $@
-.src: ../$(PACKAGE)_$(VERSION).orig.tar.gz
-../$(PACKAGE)_$(VERSION).orig.tar.gz: clean .
+.src: ../tarballs/$(PACKAGE)_$(VERSION).orig.tar.gz
+../tarballs/$(PACKAGE)_$(VERSION).orig.tar.gz: clean .
dh_clean
- cd .. && tar czvf $(PACKAGE)_$(VERSION).orig.tar.gz \
+ cd .. && tar czvf tarballs/$(PACKAGE)_$(VERSION).orig.tar.gz \
--exclude "*.svn" \
--exclude debian \
--exclude makefile \
@@ -57,9 +57,10 @@ $(SRCSRV)/$(PACKAGE)/$(PACKAGE)_$(VERSION).orig.tar.gz: ../$(PACKAGE)_$(VERSION)
$(PACKAGE)
.dpkg: debian .src
- dpkg-buildpackage -us -uc -rfakeroot -enima@it.net.au
- lintian --verbose -c ../$(PACKAGE)_$(VERSION)-1_i386.deb
- lintian --verbose -iI ../$(PACKAGE)_$(VERSION)-1_i386.changes
+ rm ../build-area/$(PACKAGE)_$(VERSION)*
+ svn-buildpackage -us -uc -rfakeroot -enima@it.net.au
+ lintian --verbose -c ../build-area/$(PACKAGE)_$(VERSION)-1_i386.deb
+ lintian --verbose -iI ../build-area/$(PACKAGE)_$(VERSION)-1_i386.changes
touch $@
$(SO):