[mondrian] 11/18: debian/watch: Watch the release tags on GitHub

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Nov 6 13:26:01 UTC 2015


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

ebourg-guest pushed a commit to branch master
in repository mondrian.

commit 2024a7a36cbcb50d8e1d694b31b1e6133732a798
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Nov 6 11:46:12 2015 +0100

    debian/watch: Watch the release tags on GitHub
---
 debian/changelog        |  1 +
 debian/copyright        |  6 +++++-
 debian/orig-tar.exclude |  0
 debian/orig-tar.sh      | 17 -----------------
 debian/watch            |  3 +--
 5 files changed, 7 insertions(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 561159d..d5160d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ mondrian (1:3.4.1-2) UNRELEASED; urgency=medium
     - Package co-maintained by the Java Team
     - Standards-Version updated to 3.9.6 (no changes)
   * Switch to debhelper level 9
+  * debian/watch: Watch the release tags on GitHub
   * Moved the package to Git
 
  -- Emmanuel Bourg <ebourg at apache.org>  Fri, 06 Nov 2015 09:29:50 +0100
diff --git a/debian/copyright b/debian/copyright
index f00abe0..0db9813 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,11 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Mondrian
 Upstream-Contact: http://mondrian.pentaho.org/
-Source: http://sourceforge.net/projects/mondrian/files/
+Source: https://github.com/pentaho/mondrian
+Files-Excluded: intellij
+                lib/*.jar
+                .project
+                .classpath
 
 Files: *
 Copyright: 
diff --git a/debian/orig-tar.exclude b/debian/orig-tar.exclude
deleted file mode 100644
index e69de29..0000000
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index 96fedf2..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh -e
-
-# called by uscan with '--upstream-version' <version> <file>
-DIR=mondrian-$2
-TAR=mondrian_$2.orig.tar.gz
-
-# Repack upstream source to tar.gz
-mkdir $DIR
-(
-cd $DIR
-unzip -j $3 mondrian-*/mondrian-*-src.zip
-unzip -d . mondrian-*-src.zip
-mv mondrian-*/* .
-rm mondrian-*-src.zip
-)
-GZIP=--best tar czf $TAR -X debian/orig-tar.exclude $DIR
-rm -rf $DIR
diff --git a/debian/watch b/debian/watch
index 3353a87..0307cdc 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,2 @@
 version=3
-http://sf.net/mondrian/mondrian-([\d\.]+).zip debian debian/orig-tar.sh
-
+https://github.com/pentaho/mondrian/tags .*/([\d\.]+)-R.tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/mondrian.git



More information about the pkg-java-commits mailing list