diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-09-26 21:17:39 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-09-26 21:17:39 -0300 |
commit | 54f9f1f7c3a7c68eeb9bb848328b50afe673ac51 (patch) | |
tree | 04e43163ef6cb21eab8ab470092201d7d9f8662e | |
parent | ffcc50efad12adabad77b6fc6fc1bcd12d59ecb6 (diff) | |
download | keyringer-54f9f1f7c3a7c68eeb9bb848328b50afe673ac51.tar.gz keyringer-54f9f1f7c3a7c68eeb9bb848328b50afe673ac51.tar.bz2 |
Development: update debian changelogdebian_keyringer_0.2.4-1
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | development.mdwn | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 495e2ae..cc4acdc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -keyringer (0.2.4-1) UNRELEASED; urgency=low +keyringer (0.2.4-1) unstable; urgency=low * Packaging upstream 0.2.4 diff --git a/development.mdwn b/development.mdwn index 507c392..24d0ffb 100644 --- a/development.mdwn +++ b/development.mdwn @@ -31,6 +31,12 @@ Prepare the source code: $EDITOR ChangeLog make build_man +Update debian changelog: + + cd debian + dch -i + cd - + Commit and tag a release: git commit -a -m "Keyringer $VERSION" |