[DRE-commits] [ruby-ref] 03/07: tarball: No need to dfsg anymore

Sebastien Badia sbadia-guest at moszumanska.debian.org
Wed Aug 19 19:11:28 UTC 2015


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

sbadia-guest pushed a commit to branch master
in repository ruby-ref.

commit 5c1eadf73507190bd5d83b46a5d4a40738c00e3a
Author: Sebastien Badia <seb at sebian.fr>
Date:   Wed Aug 19 21:06:17 2015 +0200

    tarball: No need to dfsg anymore
    
    Upstream doesn't include jar files anymore, let switch in the mean time to github tarball, in order to include RSpec spec files.
---
 debian/README.source | 11 -----------
 debian/copyright     |  5 ++---
 debian/watch         |  4 ++--
 3 files changed, 4 insertions(+), 16 deletions(-)

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index faf4f5a..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,11 +0,0 @@
-This package uses the Debian 3.0 (quilt) source package format.
-
-The upstream tarball has been repacked to remove the compiled
-Java archive lib/org/jruby/ext/ref/references.jar.
-
-The removal has been done with git-buildpackage, during the import
-of the upstream tarball via git import-orig command and its filter
-option (see debian/gbp.conf).
-
-Cédric Boutillier <boutil at debian.org>
-Last Update: 2012-12-18
diff --git a/debian/copyright b/debian/copyright
index 6a59075..d58d2d9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,6 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: ref 
-Source: https://github.com/bdurand/ref
-Comment: Upstream tarball repacked to remove binary .jar file
+Upstream-Name: ref
+Source: https://github.com/ruby-concurrency/ref
 
 Files: *
 Copyright: 2011-2013 Brian Durand <brian at embellishedvisions.com>
diff --git a/debian/watch b/debian/watch
index 965d8ef..5f59f55 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
-opts=dversionmangle=s/\+dfsg// \
- http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/ref .*/ref-(.*).tar.gz
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/ref-$1\.tar\.gz/ \
+  https://github.com/ruby-concurrency/ref/tags .*/v?(\d\S*)\.tar\.gz

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



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