[DRE-commits] [rubocop] 03/07: Add get-orig-source target to d/rules
Miguel Landaeta
nomadium at moszumanska.debian.org
Mon Jan 16 22:03:47 UTC 2017
This is an automated email from the git hooks/post-receive script.
nomadium pushed a commit to branch master
in repository rubocop.
commit 05beec792638dff2c72768fbf4acf5d4c5abef5b
Author: Miguel Landaeta <nomadium at debian.org>
Date: Mon Jan 16 21:38:02 2017 +0000
Add get-orig-source target to d/rules
---
debian/changelog | 1 +
debian/rules | 3 +++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 8935ad3..7f5923f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
rubocop (0.47.0-1) unstable; urgency=medium
* New upstream release.
+ * Add get-orig-source target to d/rules.
-- Miguel Landaeta <nomadium at debian.org> Mon, 16 Jan 2017 21:26:19 +0000
diff --git a/debian/rules b/debian/rules
index a9a21b5..ed5e68e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,3 +9,6 @@ override_dh_link:
dh_link
cd ./debian/rubocop/usr/lib/ruby/vendor_ruby && \
patch -p2 < $(CURDIR)/debian/patches/03-modify-rubocop-homedir.diff
+
+get-orig-source:
+ uscan --verbose --download-current-version
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/rubocop.git
More information about the Pkg-ruby-extras-commits
mailing list