Hi Martin,

How do you create new changelog entries?

I've noticed that you keep misappropriating the changes in the changelog, changing the version of the revision uploaded to Debian instead of adding a new entry for the Ubuntu rebuild.

Because the Ubuntu builds are usually just no-change rebuilds, the changelog should reflect this correctly.

The following dch command should do that:

dch -b -v $(dpkg-parsechangelog | grep Version: | awk -F': ' '{print $2}')~trusty -D trusty -m "Rebuild for trusty."

It appends '~trusty' to the revision of the latest changelog entry, sets the distribution to trusty and add a changelog entry to documenting the rebuild.

Kind Regards,

Bas

On 2016-04-19 14:18, Martin Landa wrote:
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,4 -1,25 +1,25 @@@
 -grass (7.0.4~rc1-1~exp1) experimental; urgency=medium
++grass (7.0.4~rc1-1~exp1~trusty1) trusty; urgency=medium
+
+   * New upstream release candidate.
+   * Add template for x-grass7.
+ * Drop explicit python-numpy dependency, included in ${python:Depends}
+     via dh_numpy.
+   * Have dh_python & dh_numpy act on specific packages only.
+ * Use dynamic list of wxpython images files to move to use /usr/share.
+   * Install additional icon sizes in hicolor icon theme.
+   * Bump Standards-Version to 3.9.8, changes:
+     additional icon sizes in hicolor theme.
+   * Update copyright file, changes:
+     - Add Jachym Ceppicky to copyright holders
+     - Add license & copyright for mapcalc.tab.{c,h}
+   * Drop patches applied upstream. Refresh remaining patches.
+ * Add python-matplotlib to grass-gui Recommends for the several wxGUI tools.
+   * Add patch to fix spelling errors.
+ * Add python-termcolor to grass-core Recommends for g.search.modules.
+
- -- Bas Couwenberg <[email protected]> Mon, 18 Apr 2016 23:57:37 +0200 ++ -- Martin Landa <[email protected]> Tue, 19 Apr 2016 13:51:35 +0200
+
 -grass (7.0.3-3) unstable; urgency=medium
 +grass (7.0.3-2~trusty1) trusty; urgency=medium

    * Update dh_python2 override to call dh_numpy too.
* Enable all hardening buildflags, except PIE (causes build failure).


_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to