From 7029c52ca7f0739d37f63f1659c6f60967d4fba3 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Fri, 16 Apr 2010 10:00:11 -0700 Subject: [PATCH] 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). --- debian/gbp.conf | 2 -- debian/rules | 6 ------ 2 files changed, 8 deletions(-) diff --git a/debian/gbp.conf b/debian/gbp.conf index 4c8ce7ff..dba526f6 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -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 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 $@ -- 2.43.0