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 ++- debian/copyright | 2 +- debian/manpage.sgml | 156 ---------------------------------------------------- 3 files changed, 6 insertions(+), 159 deletions(-) delete mode 100644 debian/manpage.sgml 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 $@ diff --git a/debian/copyright b/debian/copyright index 5a5edda..48bb7b6 100644 --- a/debian/copyright +++ b/debian/copyright @@ -36,7 +36,7 @@ Copyrights ========== Copyright 2000-2002 Alan Cox Copyright 2002-2008 Jean Delvare -Copyright 2007-2008 Nma Talebi +Copyright 2007-2008 Nima Talebi License: This program is free software; you can redistribute it and/or modify diff --git a/debian/manpage.sgml b/debian/manpage.sgml deleted file mode 100644 index 5999be0..0000000 --- a/debian/manpage.sgml +++ /dev/null @@ -1,156 +0,0 @@ - manpage.1'. You may view - the manual page with: `docbook-to-man manpage.sgml | nroff -man | - less'. A typical entry in a Makefile or Makefile.am is: - -manpage.1: manpage.sgml - docbook-to-man $< > $@ - - - The docbook-to-man binary is found in the docbook-to-man package. - Please remember that if you create the nroff version in one of the - debian/rules file targets (such as build), you will need to include - docbook-to-man in your Build-Depends control field. - - --> - - - FIRSTNAME"> - SURNAME"> - - December 17, 2008"> - - SECTION"> - nima@autonomy.net.au"> - - DMIDECODE"> - - - Debian"> - GNU"> - GPL"> -]> - - - -
- &dhemail; -
- - &dhfirstname; - &dhsurname; - - - 2003 - &dhusername; - - &dhdate; -
- - &dhucpackage; - - &dhsection; - - - &dhpackage; - - program to do something - - - - &dhpackage; - - - - - - - - DESCRIPTION - - This manual page documents briefly the - &dhpackage; and bar - commands. - - This manual page was written for the &debian; distribution - because the original program does not have a manual page. - Instead, it has documentation in the &gnu; - Info format; see below. - - &dhpackage; is a program that... - - - - OPTIONS - - These programs follow the usual &gnu; command line syntax, - with long options starting with two dashes (`-'). A summary of - options is included below. For a complete description, see the - Info files. - - - - - - - - Show summary of options. - - - - - - - - Show version of program. - - - - - - SEE ALSO - - bar (1), baz (1). - - The programs are documented fully by The Rise and - Fall of a Fooish Bar available via the - Info system. - - - AUTHOR - - This manual page was written by &dhusername; &dhemail; for - the &debian; system (but may be used by others). Permission is - granted to copy, distribute and/or modify this document under - the terms of the &gnu; General Public License, Version 2 any - later version published by the Free Software Foundation. - - - On Debian systems, the complete text of the GNU General Public - License can be found in /usr/share/common-licenses/GPL. - - - -
- - - - -- cgit