summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-12-21 02:38:35 +0000
committernima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-12-21 02:38:35 +0000
commitb8ac8f18072dfaebaa5c3028017c7c37bd8e3853 (patch)
treedb6b9248faf4ba0e7df7637e3636f4418a785d8f /Makefile
parent0c05fe155d2c92451713dc36013f2d2a276a2a84 (diff)
downloadpython-dmidecode-b8ac8f18072dfaebaa5c3028017c7c37bd8e3853.tar.gz
python-dmidecode-b8ac8f18072dfaebaa5c3028017c7c37bd8e3853.tar.xz
python-dmidecode-b8ac8f18072dfaebaa5c3028017c7c37bd8e3853.zip
Changing to svn-buildpackage.
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@148 abc39116-655e-4be6-ad55-d661dc543056
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):