[med-svn] [SCM] clustalx branch, master, updated. debian/2.1+lgpl-1-8-g6e768ba

Charles Plessy plessy at debian.org
Wed Nov 16 05:54:35 UTC 2011


The following commit has been merged in the master branch:
commit 51bde596ec5f9731982426f1fdcfd9f1802bf752
Author: Charles Plessy <plessy at debian.org>
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)



More information about the debian-med-commit mailing list