[Pkg-sdl-commits] [SCM] Packaging of SDL_net branch, master, updated. debian/1.2.7-3

Manuel A. Fernandez Montecelo manuel.montezelo at gmail.com
Sun Dec 4 19:54:25 UTC 2011


The following commit has been merged in the master branch:
commit 29a890a60779736b227c6de5c9ba1d430a33e926
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Sun Dec 4 19:27:49 2011 +0000

    Avoid shipping .la file altogether (Closes: #633328)

diff --git a/debian/changelog b/debian/changelog
index ea8893d..f4c0139 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,9 +22,11 @@ sdl-net1.2 (1.2.7-3) unstable; urgency=low
     - Removed Conflict dependencies on libsdl-net1.1. It's very old and not
       present in any of the last Debian releases, long unsupported.
   * debian/copyright: updated and converted to DEP-5
-  * Removed dependency_libs from .la files (Closes: #633328)
+  * Stop shipping .la files (Closes: #633328).  The command given in the bug
+    report to remove dependency_libs is not working, and I don't think that any
+    Debian package use .la anyway -- 0 rdepends for the -dev package.
 
- -- Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>  Sun, 04 Dec 2011 18:12:42 +0000
+ -- Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>  Sun, 04 Dec 2011 10:12:42 +0000
 
 sdl-net1.2 (1.2.7-2) unstable; urgency=low
 
diff --git a/debian/libsdl-net1.2-dev.install b/debian/libsdl-net1.2-dev.install
index c81d0eb..6330bb9 100644
--- a/debian/libsdl-net1.2-dev.install
+++ b/debian/libsdl-net1.2-dev.install
@@ -1,5 +1,4 @@
 usr/include
 usr/lib/lib*.a
-usr/lib/lib*.la
 usr/lib/lib*.so
 usr/lib/pkgconfig
diff --git a/debian/rules b/debian/rules
index deb4476..6576cba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,9 +27,5 @@ override_dh_autoreconf:
 override_dh_auto_configure:
 	dh_auto_configure -- $(confflags)
 
-override_dh_auto_install:
-	sed -i "/dependency_libs/ s/'.*'/''/" $(shell find -name libSDL_net.la)
-	dh_auto_install
-
 override_dh_auto_installchangelogs:
 	dh_auto_installchangelogs -- CHANGES

-- 
Packaging of SDL_net



More information about the pkg-sdl-commits mailing list