debian/changelog                    |    7 ++++++-
 debian/libberylsettings-dev.install |    1 -
 debian/rules                        |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

New commits:
commit cebd8796e02ef6e87d6ac67029c044db4ff3acf9
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Jan 10 21:56:33 2007 -0500

    Don't ship .la files in the libberylsettings-dev package.
    Also exclude them from dh_install

diff --git a/debian/changelog b/debian/changelog
index a25cb70..a1d1ac9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,14 @@
 beryl-core (0.1.4-1) unstable; urgency=low
+
   [ Shawn Starr ]
   * New upstream release.
   * 001_remove_xgl.patch: Fix minor changes to apply against 0.1.4.
 
- -- Shawn Starr <[EMAIL PROTECTED]>  Thu,  4 Jan 2007 21:07:43 -0500
+  [ David Nusinow ]
+  * Don't ship .la files in the libberylsettings-dev package. Also exclude
+    them from dh_install
+
+ -- David Nusinow <[EMAIL PROTECTED]>  Wed, 10 Jan 2007 21:55:42 -0500
 
 beryl-core (0.1.3-1) unstable; urgency=low
 
diff --git a/debian/libberylsettings-dev.install 
b/debian/libberylsettings-dev.install
index cefa2de..6cc1439 100644
--- a/debian/libberylsettings-dev.install
+++ b/debian/libberylsettings-dev.install
@@ -1,5 +1,4 @@
 usr/lib/libberylsettings.a
-usr/lib/libberylsettings.la
 usr/lib/libberylsettings.so
 usr/include/beryl/beryl-settings.h
 usr/include/beryl/beryl-settings-backend.h
diff --git a/debian/rules b/debian/rules
index 8276cc1..eb794c5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -81,7 +81,7 @@ binary-arch: build install
        dh_testroot -a
        dh_installdocs -a
        dh_installchangelogs ChangeLog -a
-       dh_install -a --sourcedir=debian/tmp --list-missing
+       dh_install -a --sourcedir=debian/tmp --list-missing --exclude=.la
        dh_compress -a 
        dh_installman -a 
        dh_link -a


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to