From b8ac8f18072dfaebaa5c3028017c7c37bd8e3853 Mon Sep 17 00:00:00 2001 From: nima Date: Sun, 21 Dec 2008 02:38:35 +0000 Subject: Changing to svn-buildpackage. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@148 abc39116-655e-4be6-ad55-d661dc543056 --- Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'Makefile') 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): -- cgit