* New Debian version.

* Now tests for existance of a configure script and if it exists will chmod
  it to 755 since it gets patched in w/o +x during debian source building.
* No longer Build-Depends on libesd-alsa0-dev (no longer exists).


SVN revision: 5588
This commit is contained in:
Stephen Frost 2001-10-29 13:10:36 +00:00
parent 695c961351
commit 32a8a58972
3 changed files with 10 additions and 1 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
epplets (0.6.cvs.2001102801-2) unstable; urgency=low
* Modified rules to chmod 755 ./configure since it's added as part
of the diff from the original CVS source.
* Removed libesd-alsa0-dev from Build-Depends, closes: #117506
-- Stephen Frost <sfrost@debian.org> Mon, 29 Oct 2001 07:43:16 -0500
epplets (0.6.cvs.2001102801-1) unstable; urgency=low
* New CVS build. Primary changes to E-Power and E-Time.

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: epplets
Section: x11
Priority: optional
Maintainer: Stephen Frost <sfrost@debian.org>
Build-Depends: freetype2-dev, libesd0-dev | libesd-alsa0-dev, libfnlib-dev, imlib-dev, gettext, xlibs-dev, debhelper (>=2.0)
Build-Depends: freetype2-dev, libesd0-dev, libfnlib-dev, imlib-dev, gettext, xlibs-dev, debhelper (>=2.0)
Standards-Version: 3.1.1.0
Package: epplets

1
debian/rules vendored
View File

@ -12,6 +12,7 @@ INSTALL = /usr/bin/install
build:
dh_testdir
test -e ./configure && chmod 755 ./configure
test -x ./configure && ./configure $(cfg) || ./autogen.sh $(cfg)
# temp dir