search for: dh_shlibdep

Displaying 14 results from an estimated 14 matches for "dh_shlibdep".

Did you mean: dh_shlibdeps
2018 Dec 05
0
Missing 'glusterfs.so' in Ubuntu
...\ After : override_dh_makeshlibs: # create symbols and shlibs files in separate wrapper script to deal with # private libraries debian/make_shlibs Add this part : ! Check if you see the snapper and/or ceph.so lines, if the exists, change it so it matches this: override_dh_shlibdeps: LD_LIBRARY_PATH=$(DESTDIR)/usr/lib/$(DEB_HOST_MULTIARCH)/samba:$$LD_LIBRARY_PATH \ dh_shlibdeps -a -Xceph.so -Xglusterfs.so -Xsnapper.so ifeq ($(DEB_HOST_ARCH_OS), linux) LD_LIBRARY_PATH=$(DESTDIR)/usr/lib/$(DEB_HOST_MULTIARCH)/samba:$$LD_LIBRARY_PATH \ dh_shli...
2013 Apr 04
1
Samba 4 Packaging Issues
...ux-gnu/samba'). > And also: > dpkg-shlibdeps: error: no dependency information found for > /home/USER/samba4_4.0.4/samba4-4.0.4/debian/tmp/usr/lib/x86_64-linux-gnu/samba/libldb.so.1 > (used by > debian/libsamdb0/usr/lib/x86_64-linux-gnu/samba/libsamdb-common.so). > > dh_shlibdeps says this: > dh_shlibdeps: dpkg-shlibdeps -Tdebian/libsamdb0.substvars > debian/libsamdb0/usr/lib/x86_64-linux-gnu/samba/libldbsamba.so > debian/libsamdb0/usr/lib/x86_64-linux-gnu/samba/libsamdb-common.so > debian/libsamdb0/usr/lib/x86_64-linux-gnu/samba/libldb-cmdline.so > deb...
2018 Dec 05
4
Missing 'glusterfs.so' in Ubuntu
Hi, guys. I'm new to all of this and need some help with a problem I've been banging my head against for a while. (Tried troubleshooting, checking logs, and lots of Googling for a few weeks now, but just keep hitting dead ends.) SYMPTOM: Missing file `/usr/lib/x86_64-linux-gnu/samba/vfs/glusterfs.so`, as evidenced by error messages like these: [2018/11/18 07:56:42.551587, 0]
2011 Nov 25
2
[PATCH 6/7] Create 2 ocaml packages, libxen-4.1-ocaml and libxen-4.1-ocaml-dev.
...caml/$(OCAML_DLL_DIR) +$(MAKE_CLEAN) -C $(DIR)/tools install DESTDIR=$(CURDIR)/$(INSTALL_DIR) $(CONFIG) # hvmloader #strip --remove-section=.comment --remove-section=.note $(INSTALL_DIR)/usr/lib/xen*/boot/* @@ -144,6 +152,37 @@ install-libxen-dev_$(ARCH): $(STAMPS_DIR)/install-utils_$(ARCH) dh_shlibdeps +$(MAKE_SELF) install-base +install-lib-ocaml_$(ARCH): DIR = $(BUILD_DIR)/install-utils_$(ARCH)_ocaml +install-lib-ocaml_$(ARCH): PACKAGE_NAME = libxen-$(VERSION)-ocaml +install-lib-ocaml_$(ARCH): DH_OPTIONS = -p$(PACKAGE_NAME) +install-lib-ocaml_$(ARCH): $(STAMPS_DIR)/install-utils_$(ARCH) +...
2019 Oct 18
2
Buster samba 4.11.1 availabe for testing.
...The 4.11.1 is based on the Debian Testing 4.11.0. My changes. * d/control changes: - Package samba, added acl to Recommends, obligated for member and AD-DC's. - re-enabled trackers to allow spotlight to build. * d/rules changes: - enable spotlight. - Use -l option to dh_shlibdeps instead of changing LD_LIBRARY_PATH - Use --with-libcephfs within rados dh_shlibdeps section fixed cannot find library libceph-common.so.0 on Debian Buster Debian Official disabled spotlight support, due to the extra packages pulled in. There is work going on, to reduce these package...
2011 Nov 29
6
[OCAML 0/7] V4 or so of the xen ocaml packaging patches
Here is the latest version of the patches to package the ocaml libraries. Changes since last time: * rename the packages from libxen-4.1-ocaml* to libxen-ocaml* - we wont be looking to install multiple concurrent versions of the same package, so the version doesn't need to be in the package name * Removed superfluous GENCONTROL definitions - dh_ocaml does what we need * Removed
2006 Aug 26
3
Bug#384739: ImportError: No module named xen.xend.server
Package: xen-utils-3.0 Version: 3.0.2+hg9697-2 Severity: grave Justification: renders package unusable Below you find the output of apt-get install xen-utils-3.0 . /usr/sbin/xend tries tom import the python scripts from /usr/lib/python as well as from /usr/lib64/python ; both directories do not exist on my system, I have python2.4 installed. (With both python2.3 and python2.4 installed I had the
2011 Nov 15
6
[OCAML 0/7] Xen ocaml library packaging
This is an update to the patches sent out on 25th October. I expect, as before, that some of the larger patches won't get to the list so they are also available here: https://github.com/jonludlam/pkg-xen/commits/for-debian6. Changes since last mail: * I have split out the unrelated change to include 2 extra header files in libxen-dev * I have removed some instances of brace expansion
2011 Oct 25
14
[PATCH 0/9] Package the ocaml libraries
The following set of patches package up the ocaml libraries that are part of the standard xen build. The patches are also currently available at: https://github.com/jonludlam/pkg-xen/commits/for-debian There are some things to note: 1. The 5 patches imported from xen-unstable are not, and will not go into the xen-4.1-stable series. However, the patches were created at the request of the
2004 Dec 20
3
Bug#286532: dnsmasq: misses message for DHCPINFORM due to 283331 fix
Package: logcheck-database Version: 1.2.32 Severity: normal Tags: patch The fix for 283331 exposed a bug in the dnsmasq rules. The rule was looking for DHCPINFO, but the actual message is DHCPINFORM. Prior to the 283331 fix, the old rule worked, because the "[()[:alnum:]]+" part of the rule matched the "RM" at the end of DHCPINFORM. -- System Information: Debian Release:
2004 Dec 25
2
Bug#287184: logcheck overwriting ownership/permissions of /etc/logcheck/* on upgrades
Package: logcheck Version: 1.2.32 Severity: important In postinst logcheck "fixes" permissions of /etc/logcheck/* to 750. In my (and others on #d-d) opinion ownership and permissions should be preserved upon package upgrades. Logcheck must not screw with my decision to make them world readable every time it configures. -- Peter
2004 Dec 21
3
Bug#286747: logcheck-database: ignore rules for USB headset
Package: logcheck-database Version: 1.2.32 Severity: wishlist Ignore rules to supress messages generated from pugging in, and then removing, a USB headset (one speaker). ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: drivers\/usb\/class\/audio\.c: v1.0.0:USB Audio Class driver$ ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: usbaudio: assuming that a stereo channel connected directly to a mixer is
2007 Oct 17
0
28 commits - configure.ac debian/changelog debian/control debian/copyright debian/.gitignore debian/libswfdec0.dirs debian/libswfdec0.files debian/libswfdec0.shlibs debian/libswfdec-dev.dirs debian/libswfdec-dev.files debian/rules debian/swf-player.dirs
...- dh_installmenu -# dh_installlogrotate -# dh_installemacsen -# dh_installpam -# dh_installmime -# dh_installinit - dh_installcron - dh_installman - dh_installinfo -# dh_undocumented - dh_installchangelogs - dh_link - dh_strip - dh_compress - dh_fixperms - dh_makeshlibs - dh_installdeb -# dh_perl - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/swf-player.dirs b/debian/swf-player.dirs deleted file mode 100644 index e742ee4..0000000 --- a/debian/swf-player.dirs +++ /dev/null @@ -1...
2013 Jan 26
0
Processed: switching email address
...es that were installed by another package: /etc/munin/plugin-conf.d/, /var/lib/munin/plugin-state/ Changed Bug submitter to 'Andreas Beckmann <anbe at debian.org>' from 'Andreas Beckmann <debian at abeckmann.de>' > submitter 676168 ! Bug #676168 [debhelper] debhelper: dh_shlibdeps uses DEBIAN/shlibs (from dh_makeshlibs) instead of $package.shlibs (from maintainer) Changed Bug submitter to 'Andreas Beckmann <anbe at debian.org>' from 'Andreas Beckmann <debian at abeckmann.de>' > submitter 636600 ! Bug #636600 [bugs.debian.org] clone sends back...