* fix to generate debian/control correctly.

This commit is contained in:
Akira TAGOH
2003-11-01 13:41:37 +00:00
parent ec90f57ba7
commit 1e4988c7d8
2 changed files with 2 additions and 2 deletions

2
debian/rules vendored Executable file → Normal file
View File

@ -47,7 +47,7 @@ libpath=$(CURDIR)/$(BUILD_SHARED_DIR)/gdk-pixbuf/.libs:$(CURDIR)/$(BUILD_SHARED_
debian/control:
dh_testdir
sed -e 's/@SONAME@/${soname}${suffix}/g' -e 's/@VERSION@/${version}/g' $@.in > $@
sed -e 's/@SONAME@/${soname}${suffix}/g' -e 's/@VERSION@/${version}/g' -e 's/@GNOME_TEAM@/${uploaders}/' $@.in > $@
extract: $(STAMP_DIR)/extract-stamp
$(STAMP_DIR)/extract-stamp: