d/rules: Drop some unused sed substitutions
This commit is contained in:
parent
1d61f76241
commit
71841e1f1c
4
debian/rules
vendored
4
debian/rules
vendored
@ -64,15 +64,11 @@ debian/%: debian/%.in
|
||||
sed \
|
||||
-e "s#@SONAME@#$(SONAME)#g" \
|
||||
-e "s#@APIVER@#$(APIVER)#g" \
|
||||
-e "s#@VERSION@#$(DEB_VERSION_UPSTREAM)#g" \
|
||||
-e "s#@SHARED_PKG@#$(SHARED_PKG)#g" \
|
||||
-e "s#@COMMON_PKG@#$(COMMON_PKG)#g" \
|
||||
-e "s#@DEV_PKG@#$(DEV_PKG)#g" \
|
||||
-e "s#@UDEB_PKG@#$(UDEB_PKG)#g" \
|
||||
-e "s#@DOC_PKG@#$(DOC_PKG)#g" \
|
||||
-e "s#@BIN_PKG@#$(BIN_PKG)#g" \
|
||||
-e "s#@EXAMPLES_PKG@#$(EXAMPLES_PKG)#g" \
|
||||
-e "s#@GTK_BINARY_VERSION@#$(GTK_BINARY_VERSION)#g" \
|
||||
-e "s#@LIBDIR@#$(LIBDIR)#g" \
|
||||
-e 's#@CONFDIR@#$(CONFDIR)#g' \
|
||||
-e "s#@MODULES_BASE_PATH@#$(MODULES_BASE_PATH)#g" \
|
||||
|
Loading…
Reference in New Issue
Block a user