[DRE-commits] [ruby-mizuho] 01/06: Use uscan --repack to strip files from the orig tarball.

Felix Geyer fgeyer at moszumanska.debian.org
Sun Jun 21 14:11:07 UTC 2015


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

fgeyer pushed a commit to branch master
in repository ruby-mizuho.

commit eaa4601e830bab0e9e6c1ac2e466121b8378437f
Author: Felix Geyer <fgeyer at debian.org>
Date:   Sun Jun 21 15:05:18 2015 +0200

    Use uscan --repack to strip files from the orig tarball.
---
 debian/README.source | 2 +-
 debian/changelog     | 6 ++++++
 debian/copyright     | 4 ++++
 debian/rules         | 4 ----
 debian/watch         | 2 +-
 5 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/debian/README.source b/debian/README.source
index 3229f02..b1b54c7 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,3 +1,3 @@
 Minified javascript code without source and embedded code
 copies have been stripped from the ruby-mizuho tarball,
-see the dfsg-free target in debian/rules.
+see the Files-Excluded section in debian/copyright.
diff --git a/debian/changelog b/debian/changelog
index ceafe37..8162b45 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-mizuho (0.9.19+dfsg-2) UNRELEASED; urgency=medium
+
+  * Use uscan --repack to strip files from the orig tarball.
+
+ -- Felix Geyer <fgeyer at debian.org>  Sun, 21 Jun 2015 15:02:57 +0200
+
 ruby-mizuho (0.9.19+dfsg-1) unstable; urgency=low
 
   * Initial release. (Closes: #727757)
diff --git a/debian/copyright b/debian/copyright
index e01ef03..a878ac1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,10 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: mizuho
 Source: https://github.com/FooBarWidget/mizuho
+Files-Excluded: asciidoc
+                source-highlight
+                templates/jquery-1.6.1.min.js
+                templates/jquery-1.7.1.min.js
 
 Files: *
 Copyright: 2008-2013 Hongli Lai
diff --git a/debian/rules b/debian/rules
index e76e75b..a5e7dc8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,3 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
-
-dfsg-free:
-	rm templates/jquery-1.6.1.min.js templates/jquery-1.7.1.min.js
-	rm -r source-highlight asciidoc
diff --git a/debian/watch b/debian/watch
index af0b11b..2e66c74 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
-opts=dversionmangle=s/\+dfsg$// \
+opts=dversionmangle=s/\+dfsg$//,repacksuffix=+dfsg \
 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/mizuho .*/mizuho-(.*).tar.gz

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



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