Build-depend on autotools-dev (and not libtool, automake or autoconf), and drop sloppy autoreconf introduced in 1.1.22git20091109-1.2.
Jonas Smedegaard
13 years ago
| 6 | 6 |
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/frei0r.git
|
| 7 | 7 |
Homepage: http://www.piksel.org/frei0r
|
| 8 | 8 |
Build-Depends: cdbs,
|
|
9 |
autotools-dev,
|
| 9 | 10 |
debhelper,
|
| 10 | |
libtool,
|
| 11 | |
automake,
|
| 12 | |
autoconf,
|
| 13 | 11 |
pkg-config,
|
| 14 | 12 |
libcv-dev,
|
| 15 | 13 |
libgavl-dev,
|
| 9 | 9 |
DEB_UPSTREAM_URL = http://www.piksel.no/frei0r/releases
|
| 10 | 10 |
DEB_UPSTREAM_PACKAGE = frei0r-plugins
|
| 11 | 11 |
DEB_UPSTREAM_TARBALL_MD5 = a2eb63feeeb0c5cf439ccca276cbf70c
|
| 12 | |
|
| 13 | |
clean::
|
| 14 | |
$(RM) Makefile.in aclocal.m4 configure doc/Makefile.in
|
| 15 | |
$(RM) doc/html/Makefile.in include/Makefile.in ltmain.sh
|
| 16 | |
$(RM) m4/libtool.m4 m4/ltoptions.m4 m4/ltversion.m4
|
| 17 | |
$(RM) m4/lt~obsolete.m4 m4/ltsugar.m4 src/Makefile.in
|
| 18 | |
|
| 19 | |
makebuilddir::
|
| 20 | |
libtoolize -f
|
| 21 | |
autoreconf -fs
|