Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
email
Commits
88b6e7f3412f
Commit
8da561a6
authored
May 26, 2009
by
Sylvain Thénault
Browse files
packaging fixes
parent
4fa52d940b67
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian/rules
View file @
88b6e7f3
...
...
@@ -5,12 +5,12 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
build: build-stamp
build-stamp:
build-stamp:
dh_testdir
python setup.py -q build
touch build-stamp
clean:
clean:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
...
...
@@ -26,6 +26,7 @@ install: build
dh_installdirs -i
python setup.py -q install --no-compile --prefix=debian/cubicweb-email/usr/
cp doc/*.html doc/*.txt debian/cubicweb-email/usr/share/doc/cubicweb-email/
rm -rf debian/cubicweb-book/usr/lib/python*
# Build architecture-independent files here.
...
...
@@ -33,9 +34,6 @@ binary-indep: build install
dh_testdir
dh_testroot
dh_install -i
# dh_pycentral -i
# dh_python -i
# gzip -9 -c ChangeLog > changelog.gz
dh_installchangelogs -i
dh_installexamples -i
dh_installdocs -i
...
...
@@ -44,13 +42,13 @@ binary-indep: build install
dh_compress -i -X.py -X.ini -X.xml -Xtest
dh_fixperms -i
dh_installdeb -i
dh_gencontrol -i
dh_gencontrol -i
dh_md5sums -i
dh_builddeb -i
# Build architecture-dependent files here.
binary-arch:
binary-arch:
binary: binary-indep
binary: binary-indep
.PHONY: build clean binary-arch binary-indep binary
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment