commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 02/02: exclude shlibs for private modules in /usr/lib/hurd


From: Pino Toscano
Subject: [hurd] 02/02: exclude shlibs for private modules in /usr/lib/hurd
Date: Sat, 21 Sep 2013 12:33:06 +0000

This is an automated email from the git hooks/post-receive script.

pino pushed a commit to branch master
in repository hurd.

commit eb0bb90c1465285256b29717a0b7a6e548750763
Author: Pino Toscano <address@hidden>
Date:   Sat Sep 21 14:32:43 2013 +0200

    exclude shlibs for private modules in /usr/lib/hurd
    
    this allows the drop of the shlibs for hurd, which has no public
    libraries anymore after the hurd-libs0.3 split
---
 debian/changelog |    3 +++
 debian/rules     |    3 +--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7e4d0bf..e2c3c51 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,9 @@ hurd (20130916-2) UNRELEASED; urgency=low
   * Add ${perl:Depends} in hurd-dev.
   * Add ${shlibs:Depends} in hurd-libs0.3-udeb.
   * Rename the installed libdde-linux26 stuff back to libdde_linux26.
+  * Exclude shlibs for private modules in /usr/lib/hurd; this allows the drop
+    of the shlibs for hurd, which has no public libraries anymore after the
+    hurd-libs0.3 split.
 
  -- Samuel Thibault <address@hidden>  Tue, 17 Sep 2013 19:42:22 +0200
 
diff --git a/debian/rules b/debian/rules
index 666fce9..7c6d57d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -92,8 +92,7 @@ override_dh_fixperms:
 
 override_dh_makeshlibs:
        dh_makeshlibs -phurd-libs0.3 --add-udeb=hurd-libs0.3-udeb
-       dh_makeshlibs -phurd --add-udeb=hurd-udeb
-       dh_makeshlibs --remaining-packages
+       dh_makeshlibs --remaining-packages -Xusr/lib/hurd/
 
 debian/%.install: debian/%.install.in
        cat $^ | sed -e 's/@DEB_HOST_MULTIARCH@/$(DEB_HOST_MULTIARCH)/g' > $@

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]