summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-12 22:14:46 +0000
committerDana Jansens <danakj@orodu.net>2007-05-12 22:14:46 +0000
commit587b0f009b22d2a38850e879e2f1c59d36e379da (patch)
treecaa6833584aeed2f015cca482a8177cdcab667ea /Makefile.am
parentcda87c60647951cc9e7fca36f6fc1ea02bf5417d (diff)
debian package works now
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 31505897..dbae6678 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -363,7 +363,7 @@ dist_rc_DATA = \
data/menu.xml
edit = $(SED) \
- -e 's!@time\@!`date`!' \
+ -e 's!@time\@!$(shell date "+%a, %d %B %Y %T %z")!' \
-e 's!@version\@!$(VERSION)!' \
-e 's!@bindir\@!$(bindir)!'
@@ -390,7 +390,6 @@ debian/changelog: debian debian/changelog.in
@rm -f $@
@mkdir debian 2>/dev/null || true
@$(edit) $(srcdir)/debian/changelog.in >$@
- @chmod +x $@
dist_gnomewmfiles_DATA = \
data/gnome-wm-properties/openbox.desktop \
@@ -465,8 +464,8 @@ distclean-local:
done \
done
-deb: dist debian/changelog
+deb: dist debian/changelog
fakeroot debian/rules binary
-# dpkg-buildpackage -rfakeroot
+# dpkg-buildpackage -b -rfakeroot -f openbox-$(VERSION).tar.gz
.PHONY: doc deb