[med-svn] r7166 - trunk/packages/phyml/trunk/debian
Charles Plessy
plessy at alioth.debian.org
Sun Jun 26 02:40:19 UTC 2011
Author: plessy
Date: 2011-06-26 02:40:19 +0000 (Sun, 26 Jun 2011)
New Revision: 7166
Modified:
trunk/packages/phyml/trunk/debian/changelog
trunk/packages/phyml/trunk/debian/rules
Log:
Added build-arch and build-indep targets.
Modified: trunk/packages/phyml/trunk/debian/changelog
===================================================================
--- trunk/packages/phyml/trunk/debian/changelog 2011-06-26 01:35:14 UTC (rev 7165)
+++ trunk/packages/phyml/trunk/debian/changelog 2011-06-26 02:40:19 UTC (rev 7166)
@@ -6,8 +6,9 @@
- Using debhelper 8 (debian/compat).
- Enhances bioperl-run (that has a PhyML wrapper).
- Standards-Version incremented to reflect compliance with Policy 3.9.2.
+ * Added build-arch and build-indep targets to debian/rules.
- -- Charles Plessy <plessy at debian.org> Sun, 26 Jun 2011 09:07:03 +0900
+ -- Charles Plessy <plessy at debian.org> Sun, 26 Jun 2011 11:35:27 +0900
phyml (2:20100720-1) unstable; urgency=low
Modified: trunk/packages/phyml/trunk/debian/rules
===================================================================
--- trunk/packages/phyml/trunk/debian/rules 2011-06-26 01:35:14 UTC (rev 7165)
+++ trunk/packages/phyml/trunk/debian/rules 2011-06-26 02:40:19 UTC (rev 7166)
@@ -43,4 +43,8 @@
dh binary-arch
binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+
+build-arch: build
+build-indep:
+
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install
More information about the debian-med-commit
mailing list