debian: Remove a now useless substvar.
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@65 53a565d1-3bb7-0310-b661-cf11e63c67ab
This commit is contained in:
parent
9c886e6e87
commit
b6d807e7ac
|
@ -53,11 +53,9 @@ binary-arch: build install autoclean-files
|
||||||
usr/lib/$(fullversionname)
|
usr/lib/$(fullversionname)
|
||||||
|
|
||||||
echo >>autoclean-files \
|
echo >>autoclean-files \
|
||||||
debian/substvars \
|
|
||||||
debian/$(libraw).postinst \
|
debian/$(libraw).postinst \
|
||||||
debian/$(libraw).substvars
|
debian/$(libraw).substvars
|
||||||
|
|
||||||
echo "soversion=$(major)" >>debian/substvars
|
|
||||||
if [ "$(potato-build)" = "yes" ]; then \
|
if [ "$(potato-build)" = "yes" ]; then \
|
||||||
cp debian/libraw1394-potato.postinst.in \
|
cp debian/libraw1394-potato.postinst.in \
|
||||||
debian/$(libraw).postinst; \
|
debian/$(libraw).postinst; \
|
||||||
|
|
Reference in New Issue