[DRE-commits] [gitlab-workhorse] 01/02: use packaged raven-go

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Oct 3 13:04:34 UTC 2016


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

praveen pushed a commit to branch master
in repository gitlab-workhorse.

commit a9820f622b1e792bb19b6ff3330c14964614098d
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon Oct 3 17:45:47 2016 +0530

    use packaged raven-go
---
 debian/changelog |  6 ++++++
 debian/control   |  3 ++-
 debian/copyright |  2 ++
 debian/watch     | 10 +++++++---
 4 files changed, 17 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 05057b5..ab005cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gitlab-workhorse (0.8.2+debian-1) UNRELEASED; urgency=medium
+
+  * Use packaged raven-go
+
+ -- Pirate Praveen <praveen at debian.org>  Sun, 02 Oct 2016 20:37:19 +0530
+
 gitlab-workhorse (0.8.2-1) unstable; urgency=medium
 
   * New upstream release 
diff --git a/debian/control b/debian/control
index 21babc6..c978e59 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Priority: optional
 Maintainer: Pirate Praveen <praveen at debian.org>
 Build-Depends: debhelper (>= 9),
                dh-golang,
-               golang-any
+               golang-any | go-compiler,
+               golang-github-getsentry-raven-go-dev
 ## tests:
 #    ,git
 #    ,curl
diff --git a/debian/copyright b/debian/copyright
index 748dbec..95c2534 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,8 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: gitlab-workhorse
 Source: https://gitlab.com/gitlab-org/gitlab-workhorse/
+Files-Excluded:
+    vendor/github.com/getsentry
 
 Files: *
 Copyright: 2015 GitLab B.V.
diff --git a/debian/watch b/debian/watch
index fa18cf0..a79725c 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,8 @@
 version=3
-opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)\d*)$/$1~$2/,\
-filenamemangle=s/.*=(.*)/gitlab-workhorse-$1.tar.gz/ \
-https://gitlab.com/gitlab-org/gitlab-workhorse/tags .*/archive.tar.gz\?ref=(.*)
+opts=\
+repacksuffix=+debian,\
+repack,compression=xz,\
+uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)\d*)$/$1~$2/,\
+filenamemangle=s/.*=(.*)/gitlab-workhorse-$1.tar.gz/,\
+dversionmangle=s/(\d)[\+]?(debian|dfsg|ds|deb|gh)\d*$/$1/ \
+https://gitlab.com/gitlab-org/gitlab-workhorse/tags?sort=updated_desc .*/archive.tar.gz\?ref=v(.*)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gitlab-workhorse.git



More information about the Pkg-ruby-extras-commits mailing list