Author: rafl
Date: Sat Nov 5 14:48:42 2005
New Revision: 9805
Modified:
/ (props changed)
trunk/debian/rules
Log:
[EMAIL PROTECTED]: rafl | 2005-11-05 23:49:51 +0100
* Added proper deps for the debian/control target in debian/rules.
Modified: trunk/debian/rules
==============================================================================
--- trunk/debian/rules (original)
+++ trunk/debian/rules Sat Nov 5 14:48:42 2005
@@ -10,8 +10,8 @@ else
CFLAGS += -O2
endif
-debian/control:
- perl -p -e 's/%SOVERSION%/$(SOVERSION)/g' debian/control.in >
debian/control
+debian/control: debian/control.in VERSION
+ perl -p -e 's/%SOVERSION%/$(SOVERSION)/g' $< > $@
configure: debian/control configure-stamp
configure-stamp: