[Pkg-cli-apps-commits] r3637 - /packages/beagle-xesam/trunk/debian/rules
jsogo at users.alioth.debian.org
jsogo at users.alioth.debian.org
Thu Dec 27 00:13:17 UTC 2007
Author: jsogo
Date: Thu Dec 27 00:13:17 2007
New Revision: 3637
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=3637
Log:
beagle-xesam
+ re-add binary-arch target, required by policy
+ remove PYVERSIONS variable
Modified:
packages/beagle-xesam/trunk/debian/rules
Modified: packages/beagle-xesam/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/beagle-xesam/trunk/debian/rules?rev=3637&op=diff
==============================================================================
--- packages/beagle-xesam/trunk/debian/rules (original)
+++ packages/beagle-xesam/trunk/debian/rules Thu Dec 27 00:13:17 2007
@@ -19,8 +19,6 @@
else
CFLAGS += -O2
endif
-
-PYVERS=$(shell pyversions -vs)
configure: configure-stamp
configure-stamp: patch
@@ -84,6 +82,8 @@
dh_md5sums -i
dh_builddeb -i
-binary: binary-indep
+binary-arch:
-.PHONY: build clean binary-indep binary install configure patch unpatch
+binary: binary-indep binary-arch
+
+.PHONY: build clean binary-indep binary-arch binary install configure patch unpatch
More information about the Pkg-cli-apps-commits
mailing list