Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rikvdh committed Aug 29, 2017
1 parent d3f42c9 commit 81479da
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

All notable changes to the [debpkg project](https://github.com/xor-gate/debpkg) will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased] - 2017-xx-xx

The first release comes with:

* Setting required fields for the control file
* Adding single files (with optional destination path)
* Adding directories with files recursivley (destination path is not supported)
* Adding empty directories
* Adding control extra files (`preinst`,`postinst`,`prerm`,`postrm`)
* Compression of the data archive with `tar.gz`
* Configuring a custom TMPDIR for intermediate files before `New` calls (defaults to OS)
* Unified configuration file and tool to generate Debian packages

0 comments on commit 81479da

Please sign in to comment.