diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-09-27 18:07:10 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-09-27 18:07:10 -0300 |
commit | 1343aba06f115d410440aab969ffecfedf9f514f (patch) | |
tree | 5bbac7e406381767237986878fdec47a7ffd78f0 | |
parent | 9b90bbc96de1f43a7a2369f41c7c0c28962de93f (diff) | |
download | keyringer-1343aba06f115d410440aab969ffecfedf9f514f.tar.gz keyringer-1343aba06f115d410440aab969ffecfedf9f514f.tar.bz2 |
Environment maintenance and debian/changelog updatedebian_keyringer_0.2.5-1
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | development.mdwn | 13 |
3 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2013-09-27 Silvio Rhatto <rhatto@riseup.net> + + Development workflow enhancements + 2013-09-26 - 0.2.4 Silvio Rhatto <rhatto@riseup.net> Integrate version check and upgrade into workflow (closes #17) diff --git a/debian/changelog b/debian/changelog index cc4acdc..ea19f5b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +keyringer (0.2.5-1) unstable; urgency=low + + * Packaging upstream 0.2.5 + + -- Silvio Rhatto <rhatto@riseup.net> Fri, 27 Sep 2013 18:00:52 -0300 + keyringer (0.2.4-1) unstable; urgency=low * Packaging upstream 0.2.4 diff --git a/development.mdwn b/development.mdwn index 24d0ffb..e44da93 100644 --- a/development.mdwn +++ b/development.mdwn @@ -19,6 +19,19 @@ The following steps needs to be run just once. DIST=sid sudo cowbuilder --create +Environment maintenance +----------------------- + +These steps should be run once in a while to ensure we have an up to date packaging environment. + +### Pbuilder + + DIST=sid sudo pbuilder update + +### Cowbuilder + + DIST=sid sudo cowbuilder --update + Release workflow ---------------- |