ddssff / cabal-debian

Create a Debianization by examining a .cabal file.
Other
16 stars 10 forks source link

Initial release changelog entry on update #44

Open Kritzefitz opened 9 years ago

Kritzefitz commented 9 years ago

I tried to update a debian package to a new upstream version. The result was mostly satisfying, but the created changelog entry said was like this:

+haskell-setlocale (1.0.0.3-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #nnnn)
+
+ -- Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>  Thu, 09 Jul 2015 18:05:26 +0200

A more sane thing would be to create a changelog entry in the form New upstream release (if the last changelog entry had a smaller upstream version).