summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorThomas Preud'homme <robotux@celest.fr>2012-05-30 15:06:39 +0200
committerThomas Preud'homme <robotux@celest.fr>2012-05-30 15:06:39 +0200
commitf168dd8f587d4eacc3e7cf963e6611d9bdbc5e87 (patch)
tree0a017481d7f244d1291f7a1208105703fcb083f2 /debian/changelog
parent75b96f1356aa451b62f6eb4d5da1c014e3927513 (diff)
Promote debhelper to Build-Depends.
dh clean is called in the clean target of debian/rules but only Build-Depends and Build-Conflicts are guaranteed to be respected when calling debian/rules clean (policy ยง7.7). Hence promoting debhelper to Build-Depends is necessary.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c619d43..f9d7a17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,9 @@ gcp (0.1.3-2) unstable; urgency=low
+ Use correct license short name: GPL-3+.
+ Put GPL-3+ in a separate license stanza, as required.
+ Use 1.0 DEP5 copyright.
+ * debian/control:
+ + Promote debhelper from Build-Depends-Indep to Build-Depends since dh is
+ used in the clean target (Thanks ansgar).
* debian/rules:
+ Remove useless comments.
* Bump Standards-Version to 3.9.3 (no changes needed)