summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Port to Python 3 while maintaining compatibility with Python >= 2.6Slavek Kabrda2015-02-031-3/+12
| | | | Signed-off-by: David Sommerseth <davids@redhat.com>
* Fix licensing problem, all now on GPLv2+Nima Talebi2010-02-261-3/+35
|
* Port dmidump to use the new log APIDavid Sommerseth2010-01-081-2/+2
| | | | | | This port will not create a new log buffer (Log_t), but log_append() will print errors to stderr in this case, as the log buffer pointer is NULL.
* Changes necessary to keep Debian packages saneNima Talebi2010-01-061-1/+7
| | | | | | | | Both setup.py and setup-dbg.py install the same file, namely: /usr/share/pyshared/dmidecode.py This generated Bug#561904. This commit closes this bug.
* Package the unit-tests and run the unit test after compilationDavid Sommerseth2009-12-101-1/+1
|
* Added rpm-md5 Make targetDavid Sommerseth2009-11-271-1/+6
| | | | | | | This is to build src.rpms which can be built on RHEL distribution. In Fedora 11, RPM changed the file hashing from MD5 to SHA1. The rpm-md5 will use rpmbuild-md5 on these distributions, which then uses the old MD5 hashing.
* Removed not needed lib/ directory from tarball ruleDavid Sommerseth2009-08-101-1/+1
|
* Added dmidump utilityDavid Sommerseth2009-06-181-2/+7
| | | | | | | | | This is a simple utility which dumps DMI/SMBIOS data straight to a file, written i C and should not depend on anything extra. Useful to get DMI/SMBIOS data without installing python and/or python-dmidecode. The data dump can be parsed by python-dmidecode later on on a different box.
* Small cleanupNima Talebi2009-06-171-1/+0
|
* More Makefile cleanupDavid Sommerseth2009-06-121-2/+3
|
* Fixed some issues after commit d0e32662845f2c86fd8090858a51a90408d39172David Sommerseth2009-06-121-2/+8
|
* CleanupNima Talebi2009-06-121-68/+10
|
* A nothing-changeNima Talebi2009-06-121-9/+9
|
* Use version info from version.h in MakefileDavid Sommerseth2009-06-111-2/+5
| | | | | Also cleaned up a little bit and added 'version' as a new target to show some version info
* Updated Makefile and redhat.spec to workDavid Sommerseth2009-06-101-5/+5
|
* Added new target `unit'Nima Talebi2009-05-241-0/+3
|
* Follow-up on recent XML config file renameNima Talebi2009-05-241-1/+1
|
* Broken commit - change in XML mapping designNima Talebi2009-05-241-1/+1
| | | | | | | | | | | Rather than hardcoding the data by function name (e.g. system, bios, connector, slot, etc), create each `type' as an individual XML tree, then group them under user-friendly names (as per the function names). Here the `pythonmap.xml' groups (but does not define) the various types (0..255), the types themselves are however defined in `typemap.xml'. This commit is broken, and a WIP.
* Completed preliminary reimplementation of type()Nima Talebi2009-05-241-1/+1
| | | | | | | Updated test unit to match. Throw an exception instead of returning None/False in some functions.
* Reimplementing the type() function - WIPNima Talebi2009-05-231-0/+6
|
* Reversioned, relicensed, and rejiggedNima Talebi2009-05-221-2/+2
| | | | | | | | | | | The version is of now, v3.10.6. The version major field has been upped due to the newly added XML functionality. The version has been reverted to GPLv2. Some headers have been cleaned up, copyright notices added etc. Credits given where due.
* Reverting recent (pointless) change.nima2009-03-311-0/+97
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@180 abc39116-655e-4be6-ad55-d661dc543056
* Preparing to migrate to GIT.nima2009-03-311-97/+0
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@179 abc39116-655e-4be6-ad55-d661dc543056
* Applied patch submitted by Clark Williams <williams at redhat.com>.nima2009-03-081-0/+13
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@175 abc39116-655e-4be6-ad55-d661dc543056
* Removed Debian-specific targets from the makefile.nima2009-01-121-29/+1
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@167 abc39116-655e-4be6-ad55-d661dc543056
* Applied the nice changes suggested by Piotr Ożarowsk.nima2008-12-221-14/+12
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@164 abc39116-655e-4be6-ad55-d661dc543056
* Cleaned up the fix for type(127).nima2008-12-221-8/+7
| | | | | | | | | Added the second type of stuffed bios (upstream). Integrated dmidecode the binary into the test case for a more objective result. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@163 abc39116-655e-4be6-ad55-d661dc543056
* Removed unnecessay manpage.nima2008-12-211-2/+5
| | | | | | | Spell my own name correctly. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@161 abc39116-655e-4be6-ad55-d661dc543056
* Added an upload into src.autonomy.net.au after source build.nima2008-12-211-0/+1
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@160 abc39116-655e-4be6-ad55-d661dc543056
* Remove README.Debian - no point.nima2008-12-211-16/+10
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@157 abc39116-655e-4be6-ad55-d661dc543056
* Cleanup.nima2008-12-211-15/+29
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@156 abc39116-655e-4be6-ad55-d661dc543056
* Handle cases where user does not have appropriate permission to access thenima2008-12-211-1/+1
| | | | | | | memory file or device. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@155 abc39116-655e-4be6-ad55-d661dc543056
* Upped debhelper build-required version from 5 to 7.nima2008-12-211-0/+4
| | | | | | | Final cleanups. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@152 abc39116-655e-4be6-ad55-d661dc543056
* Cleaned up and Lintian-approved.nima2008-12-211-1/+1
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@151 abc39116-655e-4be6-ad55-d661dc543056
* Sigh.nima2008-12-211-1/+1
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@149 abc39116-655e-4be6-ad55-d661dc543056
* Changing to svn-buildpackage.nima2008-12-211-6/+7
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@148 abc39116-655e-4be6-ad55-d661dc543056
* Cleanup.nima2008-12-211-4/+5
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@147 abc39116-655e-4be6-ad55-d661dc543056
* Source generation.nima2008-12-211-3/+7
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@146 abc39116-655e-4be6-ad55-d661dc543056
* Fixed watchfile now that I've created a src (orig.tar.gz) repository.nima2008-12-211-4/+8
| | | | | | | | | Added more copyright/lisencing information. More debianizing. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@145 abc39116-655e-4be6-ad55-d661dc543056
* Cleanup.nima2008-12-201-18/+19
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@143 abc39116-655e-4be6-ad55-d661dc543056
* Added missing info to copyright file.nima2008-12-201-0/+10
| | | | | | | Source creation target. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@138 abc39116-655e-4be6-ad55-d661dc543056
* Debian specific target.nima2008-12-201-1/+5
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@134 abc39116-655e-4be6-ad55-d661dc543056
* Further work in enforcing the Debian policy in package based on advice fromnima2008-12-191-0/+74
| | | | | | | `POX' and the documentation. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@119 abc39116-655e-4be6-ad55-d661dc543056
* Debianizing dmidecode.nima2008-12-171-76/+0
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@110 abc39116-655e-4be6-ad55-d661dc543056
* Cleaning up source area, ready for debianizing, and rpm after that.nima2008-12-171-4/+11
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@108 abc39116-655e-4be6-ad55-d661dc543056
* Changed default target of Makefile back to `setup.py' method of installation.nima2008-10-311-23/+16
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@107 abc39116-655e-4be6-ad55-d661dc543056
* Cleanup.nima2008-10-311-4/+5
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@106 abc39116-655e-4be6-ad55-d661dc543056
* Cleanup.nima2008-10-311-11/+12
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@97 abc39116-655e-4be6-ad55-d661dc543056
* Cleanup.nima2008-10-311-125/+36
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@96 abc39116-655e-4be6-ad55-d661dc543056
* Implementing (incomplete) upstream changes.nima2008-10-301-2/+2
| | | | git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@86 abc39116-655e-4be6-ad55-d661dc543056