diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rwxr-xr-x | debian/rules | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 829a149d7..5c724261a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ xine-lib (0.9.12-1) unstable; urgency=low * new upstream release (only small improvements, see upstream ChangeLog) + * moved locale files from libxine-dev to the libxine0 - -- Siggi Langauf <siggi@debian.org> Sat, 22 Jun 2002 18:44:48 +0200 + -- Siggi Langauf <siggi@debian.org> Sun, 23 Jun 2002 11:33:37 +0200 xine-lib (0.9.11-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index d76f9f894..a7da8b6b8 100755 --- a/debian/rules +++ b/debian/rules @@ -104,8 +104,9 @@ binary-arch: build install dh_movefiles --sourcedir=debian/libxine-dev -plibxine$(major) \ usr/lib/libxine*.so.$(major) \ usr/lib/libxine*.so.$(version) \ - usr/lib/xine/plugins/*.so \ - usr/share/xine + usr/lib/xine/plugins/*.so \ + usr/share/xine \ + usr/share/locale # dh_installdebconf dh_installdocs |