[med-svn] [prokka] 04/05: add get-orig-source target; ship README.md
Michael Crusoe
misterc-guest at moszumanska.debian.org
Sat Feb 21 19:37:09 UTC 2015
This is an automated email from the git hooks/post-receive script.
misterc-guest pushed a commit to branch master
in repository prokka.
commit b9a4e5101ea3a7a3357a164ebca4b58d53b93ff5
Author: Michael R. Crusoe <mcrusoe at msu.edu>
Date: Fri Feb 20 18:31:28 2015 -0500
add get-orig-source target; ship README.md
---
debian/docs | 1 +
debian/rules | 18 ++----------------
2 files changed, 3 insertions(+), 16 deletions(-)
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/rules b/debian/rules
index 940a3bc..01ce81e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,22 +2,8 @@
DH_VERBOSE := 1
-# some helpful variables - uncomment them if needed
-# shamelessly stolen from http://jmtd.net/log/awk/
-#DEBVERS := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')
-#VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[0-9]*://' -e 's/-.*//')
-#DEBFLAVOR := $(shell dpkg-parsechangelog | awk '/^Distribution:/ {print $$2}')
-#DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
-#DEBIAN_BRANCH := $(shell awk 'BEGIN{FS="[= ]+"} /debian-branch/ {print $$2}' debian/gbp.conf)
-#GIT_TAG := $(subst ~,_,$(VERSION))
-
-# alternatively to manually set those variables you can
-# include /usr/share/cdbs/1/rules/buildvars.mk
-# and use what is set there. Any hint whether dh might set variables in
-# a similar manner are welcome.
-
%:
dh $@
-#get-orig-source:
-# . debian/get-orig-source
+get-orig-source:
+ uscan --verbose --force-download --repack --compression xz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/prokka.git
More information about the debian-med-commit
mailing list