Displaying 12 results from an estimated 12 matches for "deb_build_arch".
2006 Feb 19
1
r26 - in trunk/debian: . patches
...rules
===================================================================
--- trunk/debian/rules 2006-02-19 16:41:16 UTC (rev 25)
+++ trunk/debian/rules 2006-02-19 18:38:10 UTC (rev 26)
@@ -15,6 +15,8 @@
UP_VERSION := $(shell echo "$(DEB_VERSION)" | sed ''s/-[^-]*$$//'')
DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+XEN_CHANGESET := "Thu Feb 2 12:28:53 2006 +0100 8743:2804be3661ba"
+
include /usr/share/dpatch/dpatch.make
clean: really-clean unpatch
@@ -34,10 +36,10 @@
install: debian/stamps/build
rm -rf debian/install
- $(MAKE) dist DESTDIR...
2006 Feb 19
1
Do we have one make more than necessary?
...ESTDIR=$(CURDIR)/debian/install KERNELS= GCC=$(CC) CC=$(CC) HOSTCC=$(CC)
touch $@
install: debian/stamps/build
rm -rf debian/install
$(MAKE) dist DESTDIR=$(CURDIR)/debian/install KERNELS= XEN_PYTHON_NATIVE_INSTALL=1 CC=$(CC) GCC=$(CC) HOSTCC=$(CC) XEN_CHANGESET=8743
ifeq ($(DEB_BUILD_ARCH),i386)
$(MAKE) mrproper
$(MAKE) xen DESTDIR=$(CURDIR)/debian/install KERNELS= GCC=$(CC) CC=$(CC) HOSTCC=$(CC) XEN_TARGET_X86_PAE=y TARGET=$(CURDIR)/xen/xen_pae XEN_CHANGESET=8743
endif
$(MAKE) -C tools/examples install-udev DESTDIR=$(CURDIR)/debian/install
...
Doesn't...
2020 Jul 18
25
[PATCH 00/12] Bunch of patches for cross-compilatio + RP4
Initially out there as #965245.
I strongly prefer to build ARM64 packages on non-ARM systems. Something
about my main build machine having twice the cores and twice the clock
speed. As such after many builds I've managed to generate a set of
patches which appear to mostly function to get functioning cross-builds
of Xen.
These are NOT a 100% solution. Some packaging hacks were needed. In
2018 Feb 01
2
a quick small howto to get samba 4.7.4 on ubuntu 16.04.
...match the system more and you change the changelog, in this case, not done, this was a quick test.
apt-get source samba -b
#Setup a file apt to install you new builded samba, use this script.
cat << EOF >> apt.sh
#!/bin/bash
set -e
PWD=`pwd`
BUILDARCH=$(dpkg-architecture -q DEB_BUILD_ARCH)
echo "Processing for Arch: ${BUILDARCH}"
if [ ! -e /etc/apt/sources.list.d/file-repo.list ]; then
echo "deb [trusted=yes] file:${PWD} ${BUILDARCH}/" > /etc/apt/sources.list.d/file-repo.list
fi
if [ ! -d ${BUILDARCH} ]; then
mkdir ${BUILDARCH}
fi
if [ $(ls *.deb...
2006 Feb 18
1
r19 - in trunk/debian: . patches
...ebian/rules 2006-02-18 09:56:32 UTC (rev 18)
+++ trunk/debian/rules 2006-02-18 16:38:52 UTC (rev 19)
@@ -35,6 +35,10 @@
install: debian/stamps/build
rm -rf debian/install
$(MAKE) dist DESTDIR=$(CURDIR)/debian/install KERNELS= XEN_PYTHON_NATIVE_INSTALL=1 CC=$(CC) GCC=$(CC) HOSTCC=$(CC)
+ifeq ($(DEB_BUILD_ARCH),i386)
+ $(MAKE) mrproper
+ $(MAKE) xen DESTDIR=$(CURDIR)/debian/install KERNELS= GCC=$(CC) CC=$(CC) HOSTCC=$(CC) XEN_TARGET_X86_PAE=y
+endif
$(MAKE) -C tools/examples install-udev DESTDIR=$(CURDIR)/debian/install
find $(CURDIR)/debian/install -name ''*.pyc'' | xargs rm
mkdir...
2018 Feb 03
0
a quick small howto to get samba 4.7.4 on ubuntu 16.04.
...og, in this case, not done, this was a quick test.
> apt-get source samba -b
>
>
> #Setup a file apt to install you new builded samba, use this script.
> cat << EOF >> apt.sh
> #!/bin/bash
>
> set -e
>
> PWD=`pwd`
>
> BUILDARCH=$(dpkg-architecture -q DEB_BUILD_ARCH)
> echo "Processing for Arch: ${BUILDARCH}"
>
> if [ ! -e /etc/apt/sources.list.d/file-repo.list ]; then
> echo "deb [trusted=yes] file:${PWD} ${BUILDARCH}/" >
> /etc/apt/sources.list.d/file-repo.list
> fi
>
> if [ ! -d ${BUILDARCH} ]; then
>...
2011 Nov 25
2
[PATCH 6/7] Create 2 ocaml packages, libxen-4.1-ocaml and libxen-4.1-ocaml-dev.
...index f4656f8..b99b999 100644
--- a/xen/debian/rules.real
+++ b/xen/debian/rules.real
@@ -1,7 +1,11 @@
+include /usr/share/ocaml/ocamlvars.mk
+
DEB_HOST_ARCH := $(shell dpkg-architecture -a$(ARCH) -qDEB_HOST_ARCH)
DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -a$(ARCH) -qDEB_HOST_GNU_TYPE)
DEB_BUILD_ARCH := $(shell dpkg-architecture -a$(ARCH) -qDEB_BUILD_ARCH)
+GENCONTROL_ARGS := -VF:OCamlABI="$(OCAML_ABI)"
+
export DH_OPTIONS
setup_env := env -u ARCH -u FLAVOUR -u VERSION -u MAKEFLAGS
@@ -18,6 +22,8 @@ binary-arch-arch: install-libxen-dev_$(ARCH)
binary-arch-arch: install-lib...
2018 Feb 01
3
Changing expired Samba AD password during Windows login
On another clean install (with all updates) of Ubuntu Server 16.04.3,
trying your line of dependencies fails:
Package libgpgme-dev is not available, but is referred to by another
package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libgpgme-dev' has no installation candidate
E: Unable to locate package
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
2019 Apr 05
0
Make/Build Error on armhf
...he folder where you created the 01-xx 02-xx folders.
And put this script below in this folder.
## SCRIPT START update-local-repo.sh
#!/bin/bash
set -e
if [ -z ${1} ]
then
echo "Error, Missing the folder with the .deb files as \$1"
exit 1
fi
BUILDARCH=$(dpkg-architecture -q DEB_BUILD_ARCH)
echo "Processing for Arch: ${BUILDARCH}"
if [ ! -e /etc/apt/sources.list.d/file-repo.list ]; then
echo "deb [trusted=yes] file:/home/pbuilder/archive/build-samba ${BUILDARCH}/" > /etc/apt/sources.list.d/file-repo.list
fi
if [ ! -d ${BUILDARCH} ]; then
mkdir ${BUIL...
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
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