diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-08-19 16:33:59 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 14:40:10 +0200 |
commit | b69dab82b51904b3eee838fd109d78fa07ea901d (patch) | |
tree | b3e15447cf11c0812dc23cfa1420ace9eab48884 | |
parent | bea6fc0bba66dc66d40a0d1187186b696387bd25 (diff) |
added siretart's gbp.conf file to force prisine-tar with git-buildpackage
svn path=/trunk/abstractions/purepd/; revision=13840
-rw-r--r-- | debian/gbp.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..baae294 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,7 @@ +[DEFAULT] +upstream-branch = upstream +debian-branch = master +upstream-tag = upstream/%(version)s +debian-tag = debian/%(version)s +pristine-tar = True + |