]> git.notmuchmail.org Git - notmuch/commitdiff
debian: Don't auto-generate debian/changelog.
authorCarl Worth <cworth@cworth.org>
Fri, 16 Apr 2010 17:00:11 +0000 (10:00 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 16 Apr 2010 17:00:11 +0000 (10:00 -0700)
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).

debian/gbp.conf
debian/rules

index 4c8ce7ff85af8460fdeec42af2433554c25f11d5..dba526f66abc18e2b21fb616eccc75624dbc4958 100644 (file)
@@ -1,8 +1,6 @@
 # Configuration file for git-buildpackage
 
 [DEFAULT]
 # Configuration file for git-buildpackage
 
 [DEFAULT]
-cleaner = debian/rules prebuild && debuild clean
-
 # The default branch for upstream sources
 upstream-branch = master
 
 # The default branch for upstream sources
 upstream-branch = master
 
index 4dae6583e4d4e4cf56fd9d46a97357330f457242..a4b526c1a148b4c23c274d68f2fd0e47432e5241 100755 (executable)
@@ -1,11 +1,5 @@
 #!/usr/bin/make -f
 
 #!/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 $@
 
 %:
        dh $@