mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 12:28:09 +01:00
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:
parent
2608bfe95f
commit
7029c52ca7
2 changed files with 0 additions and 8 deletions
2
debian/gbp.conf
vendored
2
debian/gbp.conf
vendored
|
@ -1,8 +1,6 @@
|
||||||
# Configuration file for git-buildpackage
|
# Configuration file for git-buildpackage
|
||||||
|
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
cleaner = debian/rules prebuild && debuild clean
|
|
||||||
|
|
||||||
# The default branch for upstream sources
|
# The default branch for upstream sources
|
||||||
upstream-branch = master
|
upstream-branch = master
|
||||||
|
|
||||||
|
|
6
debian/rules
vendored
6
debian/rules
vendored
|
@ -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 $@
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue