summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-12-21 12:52:51 +0000
committernima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-12-21 12:52:51 +0000
commitffea5fcd1f1a50860e8f731e2afa8481a819e28b (patch)
tree2e7d2fde961553e174b703487eb0ed841d548f1d /Makefile
parentb89740eb95934cfa50815076a39a6948002f50ca (diff)
downloadpython-dmidecode-ffea5fcd1f1a50860e8f731e2afa8481a819e28b.tar.gz
python-dmidecode-ffea5fcd1f1a50860e8f731e2afa8481a819e28b.tar.xz
python-dmidecode-ffea5fcd1f1a50860e8f731e2afa8481a819e28b.zip
Removed unnecessay manpage.
Spell my own name correctly. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@161 abc39116-655e-4be6-ad55-d661dc543056
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
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 $@