The following commit has been merged in the master branch:
commit 51bde596ec5f9731982426f1fdcfd9f1802bf752
Author: Charles Plessy <[email protected]>
Date:   Wed Nov 16 13:56:18 2011 +0900

    Support build-arch and build-indep targets through dh.

diff --git a/debian/rules b/debian/rules
index 57e8815..65d8c8a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,31 +1,16 @@
 #!/usr/bin/make -f
+%:
+       dh $@
 
-build: build-stamp
-build-stamp:
-       dh_testdir
+override_dh_auto_configure:
        qmake-qt4
-       dh build
 
-clean:
+override_dh_clean:
        $(RM) moc_*
-       dh clean
-
-install:
-install: build
-       dh install
-
-# Build architecture-dependent files here.
-binary-arch: build install
-       dh binary-arch
-
-binary: binary-arch
-binary-indep: # does nothing
+       dh_clean
 
 override_dh_installchangelogs:
        dh_installchangelogs debian/CHANGELOG.upstream
 
 get-upstream-changelog:
-       # Get upstream changelog
        cd debian; wget -N --output-document=CHANGELOG.upstream 
http://www.clustal.org/download/current/CHANGELOG
-
-.PHONY: build clean binary-arch binary install

-- 
Multiple alignment of nucleic acid and protein sequences (graphical interface)

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

Reply via email to