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

tille pushed a commit to branch master
in repository hhsuite.

commit 553f3e63999f22fcc7e4620e8e1895d856e80d35
Author: Andreas Tille <[email protected]>
Date:   Wed Jan 18 12:05:47 2017 +0100

    simplify d/rules to make it more readable
---
 debian/changelog | 1 +
 debian/rules     | 9 ---------
 2 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a0e021d..5f5cc60 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ hhsuite (3.0~beta2+dfsg-2) UNRELEASED; urgency=medium
 
   * Really fix watch file to fetch latest version
   * debhelper 10
+  * simplify d/rules to make it more readable
 
  -- Andreas Tille <[email protected]>  Wed, 18 Jan 2017 12:03:25 +0100
 
diff --git a/debian/rules b/debian/rules
index 67903ef..465d749 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,32 +19,23 @@ export n_hhfilter=filter an alignment by maximum sequence 
identity of match stat
 export n_hhmake=build an HMM from an input alignment or convert between HMMER 
format and HHsearch format
 export n_hhsearch=search a database of HMMs with a query alignment or query HMM
 
-.PHONY: hhmanpages
 hhmanpages: $(HHMANPAGES)
 
-.PHONY: override_dh_strip
 override_dh_strip:
        dh_strip --dbg-package=hhsuite-dbg -Xlibffindex.a -Xlibffindex.so
 
-.PHONY: override_dh_installman
 override_dh_installman: $(HHMANPAGES)
        dh_installman
 
 $(HHMANPAGES): %.1 : debian/tmp/usr/bin/%
        unset LD_PRELOAD && export LD_LIBRARY_PATH=debian/tmp/usr/lib && export 
HHLIB=. && help2man --no-info --help-option '-h all' --version-string 
$(VERSION) -n "$$n_$*" '$<' | sed -e 's/\(^\|[^\]\)-/\1\\-/g;' > '$@'
 
-.PHONY: override_dh_clean
 override_dh_clean:
        rm -f $(HHMANPAGES)
        dh_clean
 
-.PHONY: override_dh_auto_build
 override_dh_auto_build:
        dh_auto_build -- NO_PNG=1
 
-get-orig-source:
-       mkdir -p ../tarballs
-       uscan --verbose --force-download --destdir=../tarballs
-
 %:
        dh $@ --builddirectory=mybuild

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/debian-med/hhsuite.git

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to