[med-svn] r11033 - trunk/packages/strap/trunk/debian
Christoph Gille
christophgil-guest at alioth.debian.org
Mon May 28 14:46:11 UTC 2012
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
+ *
More information about the debian-med-commit
mailing list