debian package works now
This commit is contained in:
parent
cda87c6064
commit
587b0f009b
2 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -8,7 +8,7 @@ Standards-Version: 3.7.2
|
|||
Package: openbox
|
||||
Architecture: i386
|
||||
Depends: libc6 (>= 2.5), libglib2.0-0, libxcursor, libx11-6, libpango1.0-0, libice6, libsm6, libxext6, libxinerama1, libxml2, libstartup-notification0, libxft2
|
||||
Recommends: obconf, x-display-manager, (ksmserver | gnome-session), ttf-bitstream-vera
|
||||
Recommends: obconf, x-display-manager, ksmserver | gnome-session, ttf-bitstream-vera
|
||||
Suggests: menu
|
||||
Conflicts: menu (<< 2.1.12)
|
||||
Provides: x-window-manager
|
||||
|
|
Loading…
Reference in a new issue