[med-svn] [libjung-java] 01/03: add standard debian-med gbp conf & fix VCS URL

Michael Crusoe misterc-guest at moszumanska.debian.org
Thu Jan 14 10:47:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

misterc-guest pushed a commit to branch master
in repository libjung-java.

commit 0f54f8e316ba70595b872dc8d57df164118495b2
Author: Michael R. Crusoe <crusoe at ucdavis.edu>
Date:   Thu Jan 14 01:50:00 2016 -0800

    add standard debian-med gbp conf & fix VCS URL
---
 debian/control  |  3 +--
 debian/gbp.conf | 12 ++++++++++++
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index ebd7cd7..40d7262 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends-Indep: default-jdk,
                      libjava3d-java,
                      libvecmath-java
 Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/libjung-java.git
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libjung-java.git
 Vcs-Git: git://anonscm.debian.org/debian-med/libjung-java.git
 Homepage: http://jung.sourceforge.net/
 
@@ -49,7 +49,6 @@ Description: Java Universal Network/Graph Framework
  layouts. In addition, filtering mechanisms are provided which allow users to
  focus their attention, or their algorithms, on specific portions of the graph.
 
-
 Package: libjung-free-java-doc
 Architecture: all
 Section: doc
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..32012ce
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,12 @@
+[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
+# gbp import-orig uses the following names for the upstream tags.
+# Change the value if you are not using gbp 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/debian-med/libjung-java.git



More information about the debian-med-commit mailing list