aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/rules
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-04-16 10:00:11 -0700
committerGravatar Carl Worth <cworth@cworth.org>2010-04-16 10:00:11 -0700
commit7029c52ca7f0739d37f63f1659c6f60967d4fba3 (patch)
tree42dcdfb613ae5b6fe689f7c3031e9cfeb08ee437 /debian/rules
parent2608bfe95f2c29ba568fa14904087882373971bc (diff)
debian: Don't auto-generate debian/changelog.
David Bremner informs me that shoving everything from the notmuch "git log" into the debian/changelog is a bit excessive. Instead, we'll start manually updating this file, (which feels a bit redundant with NEWS, but perhaps makes us a better Debian-comunity member).
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules6
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/rules b/debian/rules
index 4dae6583..a4b526c1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,5 @@
#!/usr/bin/make -f
-# This target invoked by git-buildpackage using a clean hook, see gbp.conf
-prebuild:
- git-dch --release --new-version=$(VERSION)
- git commit -n debian/changelog \
- -m "Automatically update debian/changelog for $(VERSION)"
-
%:
dh $@