[Pkg-ocaml-maint-commits] r3240 - in
/trunk/packages/camlgz/trunk/debian: control.in rules
tpetazzo-guest at users.alioth.debian.org
tpetazzo-guest at users.alioth.debian.org
Sun Oct 15 11:13:34 UTC 2006
Author: tpetazzo-guest
Date: Sun Oct 15 11:13:33 2006
New Revision: 3240
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3240
Log:
Remove control.in
Removed:
trunk/packages/camlgz/trunk/debian/control.in
Modified:
trunk/packages/camlgz/trunk/debian/rules
Modified: trunk/packages/camlgz/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/camlgz/trunk/debian/rules?rev=3240&op=diff
==============================================================================
--- trunk/packages/camlgz/trunk/debian/rules (original)
+++ trunk/packages/camlgz/trunk/debian/rules Sun Oct 15 11:13:33 2006
@@ -19,14 +19,7 @@
include /usr/share/dpatch/dpatch.make
PACKAGE = camlgz
-debian/control:
- sed -e 's%#OcamlABI#%$(OCAMLABI)%' $@.in >$@
-
configure-stamp: configure
- for t in `find debian/ -name \*.in | grep -v debian/control.in`; do \
- sed -e 's%#OcamlABI#%$(OCAMLABI)%' $$t >$${t%.in}; \
- done
-
dh_testdir
# Add here commands to configure the package.
./configure --with-findlib
More information about the Pkg-ocaml-maint-commits
mailing list