Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Peter Liljenberg
lyskom-elisp-client
Commits
a6d2b470
Commit
a6d2b470
authored
Jul 03, 2004
by
Ulrik Haugen
Browse files
* Makefile (DPKG_BUILDPACKAGE_OPTIONS): Buggfix, don't set
DPKG_BUILDPACKAGE_OPTIONS to "''".
parent
896bc0ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
a6d2b470
2004-07-03 Ulrik Haugen <qha@lysator.liu.se>
* Makefile (DPKG_BUILDPACKAGE_OPTIONS): Buggfix, don't set
DPKG_BUILDPACKAGE_OPTIONS to "''".
2004-06-26 David Byers <byers@lysator.liu.se>
* reading.el (lyskom-add-memberships-to-membership): Use
...
...
src/Makefile
View file @
a6d2b470
...
...
@@ -313,7 +313,7 @@ DEBIANCLIENTVERSIONSUFFIX = 1
# and when you're the only one who'll use the package and you're not
# really the maintainer you might want to set this to something like
# '-us -uc' and perhaps -rfakeroot aswell.
DPKG_BUILDPACKAGE_OPTIONS
=
''
DPKG_BUILDPACKAGE_OPTIONS
=
DEBIANCLIENTVERSION
:=
$(
subst
-,.,
$(CLIENTVERSION)
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment