diff options
| author | nima <nima@abc39116-655e-4be6-ad55-d661dc543056> | 2008-12-21 12:52:51 +0000 |
|---|---|---|
| committer | nima <nima@abc39116-655e-4be6-ad55-d661dc543056> | 2008-12-21 12:52:51 +0000 |
| commit | ffea5fcd1f1a50860e8f731e2afa8481a819e28b (patch) | |
| tree | 2e7d2fde961553e174b703487eb0ed841d548f1d /Makefile | |
| parent | b89740eb95934cfa50815076a39a6948002f50ca (diff) | |
| download | python-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-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 $@ |
