williballenthin / EVTXtract

EVTXtract recovers and reconstructs fragments of EVTX log files from raw binary data, including unallocated space and memory images.
Apache License 2.0
189 stars 22 forks source link

Reorganize directory structure and prepare for DEB packaging #1

Closed williballenthin closed 7 years ago

williballenthin commented 10 years ago

Some pointers from Erik Kristensen:

Here is a PPA quick start guide — http://blog.launchpad.net/ppa/personal-package-archives-for-everyone

If you install the python-stdeb package, you’ll be able to do this very simply on a ubuntu system.

  1. python setup.py —command-packages=stdeb.command sdist_dsc
  2. cd deb_dist/package_name
  3. Edit the debian/control file, make sure section is set to something other then unknown.
  4. Edit the debian/changelog file, make sure your name and email address is in there, and that unstable is precise or any other ubuntu distro you want to support.
  5. debuild -S
  6. cd ..
  7. dput ppa:yourusername/yourppa your_package-version_source.changes
williballenthin commented 7 years ago

EVTXtract is now a nice python package on pypi