Displaying 20 results from an estimated 21 matches for "dh_instal".
Did you mean:
dh_install
2011 Nov 25
2
[PATCH 6/7] Create 2 ocaml packages, libxen-4.1-ocaml and libxen-4.1-ocaml-dev.
...tall-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)
+ dh_testdir
+ dh_testroot
+ dh_prep
+ dh_install --sourcedir=$(DIR) $(OCAML_STDLIB_DIR)/*/META
+ dh_install --sourcedir=$(DIR) $(OCAML_STDLIB_DIR)/*/*.cma
+ dh_install --sourcedir=$(DIR) $(OCAML_DLL_DIR)/*
+ dh_strip
+ dh_shlibdeps
+ dh_ocaml
+ +$(MAKE_SELF) install-base
+
+install-lib-ocaml-dev_$(ARCH): DIR = $(BUILD_DIR)/install-utils_$(ARCH)_...
2011 Nov 29
6
[OCAML 0/7] V4 or so of the xen ocaml packaging patches
...iple 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 inclusion of the ocamlvars.mk in rules - it only needs to be
in rules.real
* Fixed a problem with the dh_install invocations where it was globbing
the local filesystem rather than the sourcedir
* Excluded the .owner files from OCAML_DLL_DIR
* Renamed the patches to reflect their origins, and whether they are exactly
taken from upstream or reworked.
* Rebased on Bastian's latest work
Likely tha...
2006 Feb 20
1
the EXTRAVERSION problem in dh-kpatches...
...ug and mention that we need a fixed version
for our xen packages, but as it looks for me (at the moment) the maintainer
is not really interessted in getting this "fixed".
--Ralph
P.s.: If we don't remove the EXTRAVERSION from our xen patch, then the exactly
error message is:
...
dh_install -p xen-docs -X examples
--sourcedir=/home/ralphp/build/xen-3.0.1/debian/install
dh_installdocs
dh_installchangelogs
dh_installkpatches
Diff file changes EXTRAVERSION: debian/linux-2.6.12-xen.patch
at /usr/bin/dh_installkpatches line 99.
make: *** [binary] Error 255
2004 Sep 04
0
Problems on compiling deb from vorbis-tools trunk
...he process went smoothly with vorbis but failed with
vorbis-tools.
Being more specific to compile vorbis-tools I do:
1) Download source using svn co http://svn.xiph.org/trunk/vorbis-tools/
2) Run autogen.sh
3) Run dpkg-build-package
The compilation starts, but fails with the following message:
dh_install -s --list-missing
cp: cannot stat `debian/tmp/usr/bin/vcut': No such file or directory
dh_install: command returned error code 256
make: *** [install-arch] Error 1
I don't have the knowledge to debug this problem (it looks like vcut is
not being compiled), sorry. Does anyone have a hint?...
2012 Oct 04
1
My Xen package plans/thoughts/ideas for Jessie
...enable it
for armhf and arm64.
* Toolstack virtual package, split existing package into common,
xm/xend and xl. xcp-xapi could also provide the virtual package
allowing only the desired toolstack to be installed.
* Rejig the tools install targets to allow use of dh_install
--list-missing or --fail-missing. I'm not sure if this is
worthwhile but there's a small number of bugs filed about
missing this and that (e.g. man pages) which might have been
avoided if we could use these. This might be a case of trying it
and seei...
2011 Jan 05
1
Bug#609005: xen-utils-4.0: please consider supporting remus
...5 00:32:41.000000000 +0200
@@ -159,6 +159,7 @@
install -D -m644 debian/xen-utils.README.Debian $(PACKAGE_DIR)/usr/share/doc/$(PACKAGE_NAME)/README.Debian
install -D -m644 debian/xen-utils-$(VERSION).lintian-overrides $(PACKAGE_DIR)/usr/share/lintian/overrides/$(PACKAGE_NAME)
dh_install --sourcedir=$(DIR) usr/lib/xen-$(VERSION)
+ dh_install --sourcedir=$(DIR) usr/bin/remus usr/lib/xen-$(VERSION)/lib/python
dh_pysupport -V$(shell pyversions -rv) /usr/lib/xen-$(VERSION)
dh_strip
dh_makeshlibs -V
overlord3:~$ cat /local/xen/lindi-exp1/config.pvops
name...
2009 Jul 15
0
Bug#536175: Bug#536175: Bug#536176: xen-utils-3.4: trying xen-3.4 once breaks xen-3.2 (?)
...all-utils_$(ARCH): $(STAMPS_DIR)/install-utils_$(ARCH)
install -D -m644 debian/xen-utils.README.Debian $(PACKAGE_DIR)/usr/share/doc/$(PACKAGE_NAME)/README.Debian
install -D -m644 debian/xen-utils-$(VERSION)$(ABINAME).lintian-overrides $(PACKAGE_DIR)/usr/share/lintian/overrides/$(PACKAGE_NAME)
dh_install --sourcedir=$(DIR) usr/lib/xen-$(VERSION)$(ABINAME)
+ dh_install --sourcedir=$(DIR) usr/share/xen-$(VERSION)$(ABINAME)
dh_pycentral usr/lib/xen-$(VERSION)$(ABINAME)
dh_strip
dh_makeshlibs
2006 May 22
2
Bug#368496: xen-utils-3.0: Include support for HVM-based guests
Package: xen-utils-3.0
Severity: wishlist
Please include support for HVM-based guests. This allows hardware
virtualization on systems with Intel's chips with VT (IE, Pentium D
930), and AMD's future chips with Pacifica. HVM allows you to run
unmodified operating systems under Xen, such as Windows XP/2003.
The following files are needed:
/usr/lib/xen/bin/qemu-dm
2016 Aug 06
2
debian (1.2.22-3~bpo8+1) package build failure
...m building the
jessie-backports version. The stable version (1.2.19-1+deb8u1)
works and builds fine using the same commands, however I also
encountered a similar build problem in a sid chroot with
1.2.23-1
$ debian/rules build && fakeroot debian/rules binary
: ...ends with the following:
dh_install --sourcedir=debian/tmp --fail-missing
dh_install: libxapian22 missing files (usr/lib/*/libxapian.so.*), aborting
debian/rules:171: recipe for target 'install-stamp' failed
make: *** [install-stamp] Error 20
There's a couple of possibly-relevant lines near the top:
libtool: warning: &...
2018 Jun 22
0
Samba 4.7.8 Available for Debian Stretch (amd64/i386)
...ystemd-install-services
- Use dh_missing --fail-missing
- Re-order debian/rules overrides in the order they are called
- Remove broken get-packaged-orig-source target
- Remove unused DEB_BUILD_OPT_FOO variables
- Add some comments
- Move all the custom installs from override_dh_install to
override_dh_auto_install
- Remove --sourcedir override to dh_install "since dh_install automatically
looks for files in debian/tmp in debhelper compatibility level 7 and
above"
- PIDFile= is now correctly set in *.service
* Update d/control, Relax Build-Dep...
2011 Jan 05
0
Bug#608988: xen-utils-4.0: please consider supporting remus
...5 00:32:41.000000000 +0200
@@ -159,6 +159,7 @@
install -D -m644 debian/xen-utils.README.Debian $(PACKAGE_DIR)/usr/share/doc/$(PACKAGE_NAME)/README.Debian
install -D -m644 debian/xen-utils-$(VERSION).lintian-overrides $(PACKAGE_DIR)/usr/share/lintian/overrides/$(PACKAGE_NAME)
dh_install --sourcedir=$(DIR) usr/lib/xen-$(VERSION)
+ dh_install --sourcedir=$(DIR) usr/bin/remus usr/lib/xen-$(VERSION)/lib/python
dh_pysupport -V$(shell pyversions -rv) /usr/lib/xen-$(VERSION)
dh_strip
dh_makeshlibs -V
overlord3:~$ cat /local/xen/lindi-exp1/config.pvops
name...
2013 Jan 16
3
compiling samba for ubuntu 12.4 lts
Hi,
I'm trying to create a samba4.0.1-package for ubuntu12.4. It seems
as if I've succeeded to resolve the dependencies and everything is
compiling and linking just fine until it switches to the source4
directory. There I always get these kerberos/heimdal-related linker-errors:
default/source3/libads/kerberos_57.o: In function
2006 Feb 18
1
how to package hypervisor-pae?
...oth hypervisors a seperate menu.lst entry in grub he could easiely switch
between both versions.
2) we do it with hooks in debian/rules and install the pae enabled version not
in debian/install for packaging, but in debian/install-pae or something like
this. by doing this, we could add a second dh_install call just for the
pae-hypervisor (which gets installed from debian/instlall-pae then).
the advantage would be, that no patching of upstream is required, but then we
still need the conflict in debian/control, because both hypervisor would
consist files with exactly the same name.
I would think...
2011 Aug 10
1
Xen 4.1.1 packaging enhancement
Hi,
This email is mainly addressed at Waldi (Bastian Blank). I'm resending it
since the previous one is waiting for approval due to its size being
bigger than 40k (I compressed the .diff this time, so it should be ok).
I have worked on enhancing the current packaging of Xen 4.1.1 over the
last weeks. The main goal was to package the OCaml libraries of Xen as
separated binary packages, and
2016 May 26
0
Samba 4.4.3 debian wheezy backport intructions
...n: libs
Architecture: any
diff -ur cmocka-1.0.1.orig/debian/rules cmocka-1.0.1/debian/rules
--- cmocka-1.0.1.orig/debian/rules 2015-02-22 20:19:45.000000000 +0100
+++ cmocka-1.0.1/debian/rules 2016-05-26 16:48:09.021068427 +0200
@@ -20,7 +20,6 @@
override_dh_auto_install-indep:
dh_install obj-*/doc/html usr/share/doc/cmocka-doc
- dh_doxygen
get-orig-source:
uscan --verbose --force --rename
---------------------------------------------------------------------------------------------------------------------
ldb-1.1.26~bpo7+1.diff
-----------------------------------...
2014 Mar 15
2
[PATCH pkg-libvirt/libguestfs] Split off ZFS support from libguestfs0.
Hilko,
This is an experimental patch showing how to split libguestfs into
subpackages, so the main libguestfs0 doesn't depend on everything.
Splitting packages only works for packages which are in the appliance
(ie. in appliance/packagelist or supermin.d/packages).
In this patch, only zfs-fuse [which previously caused trouble for
users: https://bugs.launchpad.net/bugs/1053911] has been
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
2013 Mar 07
7
Fixes from the patch queue of the Debian package
Here are three patches that fix issues with out-of-tree building and
one that uses Ruby's own autoconf stuff for determining how Ruby
bindings should be built.
Cheers,
-Hilko
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
2009 Apr 09
0
Processed: Update submitter address for my bugs
...epler at gmail.com>.
> submitter 263616 !
Bug#263616: cdbs: Make it possible to use debian/stamp-install
Changed Bug submitter from Daniel Schepler <schepler at math.berkeley.edu> to Daniel Schepler <dschepler at gmail.com>.
> submitter 324740 !
Bug#324740: debhelper: Provide dh_install --ignore-errors flag
Changed Bug submitter from Daniel Schepler <schepler at math.berkeley.edu> to Daniel Schepler <dschepler at gmail.com>.
> submitter 360744 !
Bug#360744: pbuilder: Make BUILDUSERNAME available during pbuilder login
Changed Bug submitter from Daniel Schepler <...