[mipp] 01/04: debian/gbp.conf added
Antonio Valentino
a_valentino-guest at moszumanska.debian.org
Wed Feb 17 00:36:21 UTC 2016
This is an automated email from the git hooks/post-receive script.
a_valentino-guest pushed a commit to branch master
in repository mipp.
commit ae4ef91a965ef21b73befb7dacdfe4993bf92ccf
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date: Wed Feb 17 00:12:36 2016 +0000
debian/gbp.conf added
---
.gitignore | 1 -
debian/changelog | 1 +
debian/gbp.conf | 16 ++++++++++++++++
3 files changed, 17 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 7b8dc37..fddea1d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,7 +4,6 @@
*.pyc
build
dist
-debian
etc
tmp
tests/jojo.py
diff --git a/debian/changelog b/debian/changelog
index 077d1da..41738ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
mipp (0.9.1-3) UNRELEASED; urgency=medium
* Fix debian/watch file
+ * debian/gbp.conf added
-- Antonio Valentino <antonio.valentino at tiscali.it> Sun, 22 Mar 2015 16:58:15 +0000
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..21d0417
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,16 @@
+[DEFAULT]
+
+# The default name for the upstream branch is "upstream".
+# Change it if the name is different (for instance, "master").
+upstream-branch = upstream
+
+# The default name for the Debian branch is "master".
+# Change it if the name is different (for instance, "debian/unstable").
+debian-branch = master
+
+# git-import-orig uses the following names for the upstream tags.
+# Change the value if you are not using git-import-orig
+upstream-tag = upstream/%(version)s
+
+# Always use pristine-tar.
+pristine-tar = True
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mipp.git
More information about the Pkg-grass-devel
mailing list