[Pkg-ocaml-maint-commits] r1748 - trunk/packages/unison/trunk/debian

Sylvain LE GALL gildor-guest at costa.debian.org
Mon Sep 5 22:44:36 UTC 2005


Author: gildor-guest
Date: 2005-09-05 22:44:35 +0000 (Mon, 05 Sep 2005)
New Revision: 1748

Modified:
   trunk/packages/unison/trunk/debian/rules
Log:
Use a correct equality for ifeq statement in rules -- SLG


Modified: trunk/packages/unison/trunk/debian/rules
===================================================================
--- trunk/packages/unison/trunk/debian/rules	2005-09-05 22:32:00 UTC (rev 1747)
+++ trunk/packages/unison/trunk/debian/rules	2005-09-05 22:44:35 UTC (rev 1748)
@@ -14,7 +14,7 @@
 # PRIORITY should be set to 10 for stable compatibility package 
 # and to 20 for unstable/testing package
 
-ifeq ($(PACKAGE),"unison")
+ifeq ($(PACKAGE),unison)
 PACKAGE_VERSION=
 PRIORITY=20
 else




More information about the Pkg-ocaml-maint-commits mailing list