aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--debian/gbp.conf2
-rwxr-xr-xdebian/rules6
2 files changed, 0 insertions, 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 $@