1
0
mirror of https://github.com/gryf/wicd.git synced 2026-01-04 12:54:12 +01:00

Reintroduce the CHANGES file for Debian (Axel Beckert) and other distributions

This commit is contained in:
Tom Van Braeckel
2016-01-26 06:03:52 +01:00
parent f813c1c7a8
commit d2665f19db
2 changed files with 30 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ In the sources:
- sudo python setup.py install
- test: sudo python wicd/wicd-daemon.py; python gtk/wicd-client.py # and check the versio number!
- update the NEWS file
- DON'T update the CHANGES file (hint: bzr log -r717.. | head -n -1 > CHANGES && cat in/CHANGES.suffix >> CHANGES)
- update the CHANGES file for Debian. Hint: bzr log -r717.. | head -n -1 > CHANGES && cat in/CHANGES.suffix >> CHANGES
Build the release tarball by running:
python setup.py sdist