* Steve Langasek <[email protected]>, 2011-11-08, 15:32:
--- debian/preprocess 1970-01-01 00:00:00 +0000
+++ debian/preprocess 2011-11-08 23:19:53 +0000
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+DEB_HOST_MULTIARCH=`dpkg-architecture -qDEB_HOST_MULTIARCH`
+
+for file in debian/*.in;
+do
+ target=`echo $file|sed -e 's/...$//'`
This could be written as:
target="${file%.in}"
@@ -124,6 +126,7 @@
dh_testdir
dh_testroot
+ sh debian/preprocess
dh_install --list-missing
# dh_installdebconf
dh_installdocs
The auto-generated files should be removed after they are not needed
anymore (or in the clean target).
--
Jakub Wilk
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]