Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
xml-core
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
Debian XML SGML Team
xml-core
Commits
fed34e01
Verified
Commit
fed34e01
authored
8 years ago
by
Mattia Rizzolo
Browse files
Options
Downloads
Patches
Plain Diff
Rewrite debian/rules using the dh sequencer
parent
12f1da7a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debian/rules
+3
-58
3 additions, 58 deletions
debian/rules
with
3 additions
and
58 deletions
debian/rules
+
3
−
58
View file @
fed34e01
#!/usr/bin/make -f
## ----------------------------------------------------------------------
## debian/rules : package script for xml-core
## ----------------------------------------------------------------------
## ----------------------------------------------------------------------
## uncomment this to turn on verbose mode
#export DH_VERBOSE=1
## ----------------------------------------------------------------------
PACKAGE = xml-core
## ----------------------------------------------------------------------
## targets
clean:
dh_testdir
dh_testroot
rm -f tools/update-xmlcatalog.8 debhelper/dh_installxmlcatalogs.1
dh_clean tools/update-xmlcatalog.8 \
debhelper/dh_installxmlcatalogs.1 \
build-stamp install-stamp
build: build-stamp
build-stamp:
dh_testdir
$(MAKE)
touch build-stamp
install: install-stamp
install-stamp: build
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
$(MAKE) install prefix=$(CURDIR)/debian/$(PACKAGE)/usr
touch install-stamp
%:
dh $@
binary-indep: build install
dh_testdir
dh_testroot
dh_installdocs
dh_installexamples
dh_installchangelogs
override_dh_install:
dh_install
DH_AUTOSCRIPTDIR=debhelper debhelper/dh_installxmlcatalogs
dh_installcatalogs
dh_link
dh_usrlocal
dh_compress
dh_fixperms
dh_installdeb
dh_perl -d
dh_gencontrol
dh_md5sums
dh_builddeb
binary-arch:
binary: binary-indep binary-arch
.PHONY: clean build install binary-indep binary-arch binary
## ----------------------------------------------------------------------
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