diff options
author | Guido Günther <agx@sigxcpu.org> | 2009-08-23 17:25:44 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2009-08-23 18:40:20 +0200 |
commit | aecb9b46a36a9a8871f1e2595ee10cd734f90347 (patch) | |
tree | cec5ea2d0ae6492ce850d42d6a9c143d51caaf71 /debian | |
parent | ee6c23824949baec5c7333a4933f64504d1a62d4 (diff) | |
download | git-buildpackage-aecb9b46a36a9a8871f1e2595ee10cd734f90347.tar.gz git-buildpackage-aecb9b46a36a9a8871f1e2595ee10cd734f90347.tar.bz2 git-buildpackage-aecb9b46a36a9a8871f1e2595ee10cd734f90347.zip |
--no-dch is no more
Diffstat (limited to 'debian')
-rw-r--r-- | debian/NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS index e98be909..9a5861de 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,17 @@ +git-buildpackage (0.4.57) unstable; urgency=low + + git-import-orig dosn't generate changelog entries by default anymore. This + means you can safely remove --no-dch from all your scripts and config files. + + If you want git-import-orig to behave as before add: + postimport = dch -v%(version)s New Upstream Version + to your gbp.conf. If you want to invoke git-dch instead, you can use: + postimport = git-dch -N%(version)s -S -a + The later is recommended since it creates git-dch compatible changelog + entries. + + -- Guido Günther <agx@sigxcpu.org> Sun, 23 Aug 2009 17:21:50 +0200 + git-buildpackage (0.3.3) unstable; urgency=low As of this version git-buildpackage doesn't pass hardcoded '-i\.git -I.git' |