[med-svn] r6094 - trunk/packages/biomaj/trunk/debian
Andreas Tille
tille at alioth.debian.org
Thu Feb 24 20:33:57 UTC 2011
Author: tille
Date: 2011-02-24 20:33:52 +0000 (Thu, 24 Feb 2011)
New Revision: 6094
Modified:
trunk/packages/biomaj/trunk/debian/rules
Log:
Remove useless dh-make template comment, add get-orig-source target
Modified: trunk/packages/biomaj/trunk/debian/rules
===================================================================
--- trunk/packages/biomaj/trunk/debian/rules 2011-02-24 16:46:16 UTC (rev 6093)
+++ trunk/packages/biomaj/trunk/debian/rules 2011-02-24 20:33:52 UTC (rev 6094)
@@ -1,14 +1,7 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-#
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-#
-# Modified to make a template file for a multi-binary package with separated
-# build-arch and build-indep targets by Bill Allombert 2001
+# debian/rules for biomaj
+# Author: Olivier Sallou <olivier.sallou at irisa.fr>
+# License: CeCILL
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
@@ -74,6 +67,9 @@
dh_md5sums -p$@
dh_builddeb -p$@
+get-orig-source:
+ . debian/get-orig-source
+
binary-arch:
binary: binary-indep binary-arch
More information about the debian-med-commit
mailing list