projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9da593
)
switch Makefile to use upstream changelog for versioning info
author
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Tue, 19 Jan 2010 06:55:46 +0000
(
01:55
-0500)
committer
Daniel Kahn Gillmor
<dkg@fifthhorseman.net>
Tue, 19 Jan 2010 06:55:46 +0000
(
01:55
-0500)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 9381b033f4e5cc9991d34ceda0c46d3bc70c41e7..710d77963e658ec8e6be2fdcc3e9d930cc2445c6 100755
(executable)
--- a/
Makefile
+++ b/
Makefile
@@
-5,7
+5,7
@@
# © 2008-2010 Daniel Kahn Gillmor <dkg@fifthhorseman.net>
# Licensed under GPL v3 or later
-MONKEYSPHERE_VERSION = `head -n1
packaging/debian/changelog | sed 's/.*(\([^-]*\)-
.*/\1/'`
+MONKEYSPHERE_VERSION = `head -n1
changelog | sed 's/.*(\([^-]*\))
.*/\1/'`
# these defaults are for debian. porters should probably adjust them
# before calling make install