diff options
author | Stephane Glondu <steph@glondu.net> | 2010-10-31 10:59:15 +0100 |
---|---|---|
committer | Stephane Glondu <steph@glondu.net> | 2010-10-31 10:59:15 +0100 |
commit | a361346aaab3805ecbed297b005ef31fd6dbfe34 (patch) | |
tree | 04832838551bd15724706a2f94d602552d926cd8 /debian | |
parent | e942f0c9b2c6be2799f0858a11edaf26e17b18f8 (diff) |
Add debian/source/local-options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/gbp.conf | 1 | ||||
-rw-r--r-- | debian/source/local-options | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf index a469c3a7..dfa07a01 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,5 +1,4 @@ [DEFAULT] pristine-tar = True -cleaner = debuild clean && dh_quilt_unpatch && dh_clean upstream-branch = experimental/upstream debian-branch = experimental/master diff --git a/debian/source/local-options b/debian/source/local-options new file mode 100644 index 00000000..c4cf4805 --- /dev/null +++ b/debian/source/local-options @@ -0,0 +1,2 @@ +abort-on-upstream-changes +unapply-patches |