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).
This commit is contained in:
Carl Worth 2010-04-16 10:00:11 -07:00
parent 2608bfe95f
commit 7029c52ca7
2 changed files with 0 additions and 8 deletions

2
debian/gbp.conf vendored
View file

@ -1,8 +1,6 @@
# Configuration file for git-buildpackage
[DEFAULT]
cleaner = debian/rules prebuild && debuild clean
# The default branch for upstream sources
upstream-branch = master

6
debian/rules vendored
View file

@ -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 $@