diff options
author | Josh Triplett <josh@freedesktop.org> | 2006-04-15 22:50:33 -0700 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2006-04-15 22:50:33 -0700 |
commit | 11c62f7d9d65c10c796c2199c73c8f167e53f234 (patch) | |
tree | 83b73b2c5b4b02bcbc2ad3392e6cabb7dca90f46 /debian | |
parent | 057ae541a3a73cffd58533029292c1c721fa3162 (diff) |
Stop installing the libtool .la files.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/libxcb0-dev.install | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 1b7ee20..76fb69d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,9 @@ libxcb0 (0.9-3) UNRELEASED; urgency=low autoconf, automake, and libtool. * Update -dbg package handling to work with debhelper compat level 5. Increase minimum version on debhelper Build-Depends to 5.0.0. + * Stop installing the libtool .la files. - -- Josh Triplett <josh@freedesktop.org> Sat, 15 Apr 2006 19:20:07 -0700 + -- Josh Triplett <josh@freedesktop.org> Sat, 15 Apr 2006 22:16:33 -0700 libxcb0 (0.9-2) unstable; urgency=low diff --git a/debian/libxcb0-dev.install b/debian/libxcb0-dev.install index 5ab44bc..f680b2b 100644 --- a/debian/libxcb0-dev.install +++ b/debian/libxcb0-dev.install @@ -2,4 +2,3 @@ usr/X11R6/include/X11/* usr/lib/lib*.a usr/lib/lib*.so usr/lib/pkgconfig/* -usr/lib/*.la |