Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libvirt
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Libvirt Packaging Team
libvirt
Commits
50a862f8
Commit
50a862f8
authored
15 years ago
by
Laurent Léonard
Browse files
Options
Downloads
Patches
Plain Diff
Clean debian/rules.
parent
e0e89f2c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debian/rules
+11
-12
11 additions, 12 deletions
debian/rules
with
11 additions
and
12 deletions
debian/rules
+
11
−
12
View file @
50a862f8
#!/usr/bin/make -f
DEB_PYTHON_SYSTEM=pycentral
DEB_DH_INSTALL_SOURCEDIR = debian/tmp
DEB_PYTHON_SYSTEM = pycentral
ifneq (,$(findstring $(DEB_HOST_ARCH), i386 amd64))
BUILD_XEN
=
--with-xen
BUILD_VBOX
=
--with-vbox
BUILD_XEN
=
--with-xen
BUILD_VBOX
=
--with-vbox
else
BUILD_XEN
=
--without-xen
BUILD_VBOX
=
--without-vbox
BUILD_XEN
=
--without-xen
BUILD_VBOX
=
--without-vbox
endif
ifneq (,$(findstring $(DEB_HOST_ARCH), ia64))
BUILD_LXC
=
--without-lxc
BUILD_LXC
=
--without-lxc
else
BUILD_LXC
=
--with-lxc
BUILD_LXC
=
--with-lxc
endif
include /usr/share/cdbs/1/rules/debhelper.mk
...
...
@@ -43,12 +42,12 @@ DEB_CONFIGURE_EXTRA_FLAGS := \
DEB_DBG_PACKAGES = libvirt0-dbg
DEB_DBG_PACKAGE_libvirt0 = libvirt0-dbg
DEB_PYTHON_SETUP_CMD
:
= /dev/null
DEB_PYTHON_SETUP_CMD = /dev/null
DEB_DH_MAKESHLIBS_ARGS_libvirt0 += -V 'libvirt0 (>= 0.5.0)'
DEB_DH_INSTALLINIT_ARGS
:
= --no-restart-on-upgrade -- defaults 28 72
DEB_DH_INSTALLLOGROTATE_ARGS
:
= --name=libvirtd
DEB_DH_INSTALLINIT_ARGS = --no-restart-on-upgrade -- defaults 28 72
DEB_DH_INSTALLLOGROTATE_ARGS = --name=libvirtd
EXAMPLES
=
debian/libvirt-doc/usr/share/doc/libvirt-doc/examples/
EXAMPLES
=
debian/libvirt-doc/usr/share/doc/libvirt-doc/examples/
binary-install/libvirt-doc::
cd $(EXAMPLES) && rm -rf .libs *.o info1 suspend ../html/CVS
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment