search for: override_dh_python2

Displaying 3 results from an estimated 3 matches for "override_dh_python2".

2012 Jan 07
2
Comments regarding xen-api_1.3-14_amd64.changes
Hi, it seems python files in python-xenapi package aren't byte-compiled properly. You may want to refine dh_python2 call to fix that. Cheers, Luca
2014 Jul 19
0
[HowTo] Installing Samba and sssd on Debian Wheezy (with manual backport)
...ill most likely fail with: # dh_python2:145: extension for python2.6 is missing. Build extensions for all supported Python # versions (`pyversions -vr`) or adjust X-Python-Version field or pass --no-guessing-versions to dh_python2 # # You will need to add the following to the debian/rules file: # # override_dh_python2: # dh_python2 --no-guessing-versions # # Build the package dpkg-buildpackage -us -uc # ------------------- # Now let's go with sssd: # Download sssd source package. You can get the link from https://packages.debian.org/jessie/sssd dget -x http://ftp.de.debian.org/debian/pool/main/s/sssd/...
2016 May 26
0
Samba 4.4.3 debian wheezy backport intructions
...*/ctdb-tests rm -rf $(DESTDIR)/usr/share/ctdb-tests # Install ctdb conffiles - mkdir -p $(DESTDIR)/lib/systemd/system/ - install -m 0644 ctdb/config/ctdb.service $(DESTDIR)/lib/systemd/system/ dh_install --sourcedir=$(DESTDIR) --list-missing --fail-missing override_dh_python2: diff -ru samba-4.4.3+dfsg.orig/debian/samba.links samba-4.4.3+dfsg/debian/samba.links --- samba-4.4.3+dfsg.orig/debian/samba.links 2016-05-02 22:48:32.000000000 +0200 +++ samba-4.4.3+dfsg/debian/samba.links 2016-05-26 17:04:51.037082597 +0200 @@ -1,2 +0,0 @@ -# mask /etc/init.d/samba init scr...