From ffea5fcd1f1a50860e8f731e2afa8481a819e28b Mon Sep 17 00:00:00 2001 From: nima Date: Sun, 21 Dec 2008 12:52:51 +0000 Subject: Removed unnecessay manpage. Spell my own name correctly. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@161 abc39116-655e-4be6-ad55-d661dc543056 --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b6eb9c5..5fce0c3 100644 --- a/Makefile +++ b/Makefile @@ -81,11 +81,14 @@ $(SRCSRV)/$(PACKAGE)/$(PACKAGE)_$(VERSION).orig.tar.gz: ../$(PACKAGE)_$(VERSION) .source: debian .orig.tar.gz cp ../tarballs/$(PACKAGE)_$(VERSION).orig.tar.gz ../$(PACKAGE)_$(VERSION).orig.tar.gz - debuild -S -sa + debuild -S -sa -i mv ../$(PACKAGE)_$(VERSION)* ../sources - cd ../sources && dupload -t mentors $(PACKAGE)_$(VERSION)-1_source.changes + lintian --verbose -iI ../sources/$(PACKAGE)_$(VERSION)-1_source.changes scp ../sources/$(PACKAGE)_$(VERSION).orig.tar.gz nima@ntrust.net.au:/var/www/nima/sites/src.autonomy.net.au/pub/$(PACKAGE)/ +dupload: .source + cd ../sources && dupload -t mentors $(PACKAGE)_$(VERSION)-1_source.changes + ############################################################################### libdmidecode.so: dmihelper.o util.o dmioem.o dmidecode.o dmidecodemodule.o $(CC) $(LDFLAGS) $(SOFLAGS) $^ -o $@ -- cgit