diff options
author | Siggi Langauf <siggi@users.sourceforge.net> | 2003-04-27 12:25:05 +0000 |
---|---|---|
committer | Siggi Langauf <siggi@users.sourceforge.net> | 2003-04-27 12:25:05 +0000 |
commit | 6aeefdb60fc24788d169affcebf4f4ba97b12b53 (patch) | |
tree | 5dcc99bc7e396c22855ccc1d32a0d113554983dd | |
parent | 1ad39dc5643bbf3665e9ca65ef35545b8a1c18d5 (diff) | |
download | xine-lib-6aeefdb60fc24788d169affcebf4f4ba97b12b53.tar.gz xine-lib-6aeefdb60fc24788d169affcebf4f4ba97b12b53.tar.bz2 |
quick Debian update for the upcoming release
CVS patchset: 4694
CVS date: 2003/04/27 12:25:05
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/rules | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 2badc312a..565574972 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xine-lib (1-beta11-0) unstable; urgency=low + + * New Upstream release + + -- Siggi Langauf <siggi@debian.org> Sun, 27 Apr 2003 14:08:30 +0200 + xine-lib (1-beta10-2) unstable; urgency=low * backported xine-lib configure check from upstream CVS diff --git a/debian/rules b/debian/rules index 4cbd2bfaf..46002cfbf 100755 --- a/debian/rules +++ b/debian/rules @@ -34,7 +34,7 @@ ifeq (,$(findstring optimize,$(DEB_BUILD_OPTIONS))) $(warning trying to disable machine-specific optimizations) $(warning add 'optimize' to DEB_BUILD_OPTIONS to enable them) DEB_HOST_GNU_TYPE := \ - $(sehll echo $(DEB_HOST_GNU_TYPE)|sed -e 's/^alphaev56/alpha/') + $(shell echo $(DEB_HOST_GNU_TYPE)|sed -e 's/^alphaev56/alpha/') DEB_BUILD_GNU_TYPE := \ $(shell echo $(DEB_BUILD_GNU_TYPE)|sed -e 's/^alphaev56/alpha/') #on intel architectures, xine probes CPU specific optimizations on runtime @@ -100,7 +100,7 @@ binary-arch: build install dh_strip dh_compress dh_fixperms - dh_makeshlibs -V 'libxine1 (>= 1-beta10)' + dh_makeshlibs -V 'libxine1 (>= 1-beta11)' dh_installdeb # dh_shlibdeps chmod +x debian/shlibdeps.sh |