Author: christophgil-guest Date: 2012-05-28 14:46:11 +0000 (Mon, 28 May 2012) New Revision: 11033
Added: trunk/packages/strap/trunk/debian/rules Log: Added: trunk/packages/strap/trunk/debian/rules =================================================================== --- trunk/packages/strap/trunk/debian/rules (rev 0) +++ trunk/packages/strap/trunk/debian/rules 2012-05-28 14:46:11 UTC (rev 11033) @@ -0,0 +1,23 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# export DH_VERBOSE=1 + +VERSION := 1 + +%: + dh $@ + +MANFILE1 := ~/java/charite/christo/strap/strap-protein-alignment.1 + + +override_dh_auto_build: + test -f $(MANFILE1) && cp $(MANFILE1) debian/strap.1 + +override_dh_clean: + dh_clean + +get-orig-source: + echo get-orig-source + +# cp $PWD/charite/christo/strap/strap-protein-alignment.1 .#!/usr/bin/make -f + Property changes on: trunk/packages/strap/trunk/debian/rules ___________________________________________________________________ Added: svn:executable + * _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
