1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
# Workaround which runs ``make distclean'' before unapplying patches
cleanbuilddir::
# Invoke distclean
-$(DEB_MAKE_INVOKE) -k distclean
rm -f data/GNOME_Gwget.server.in data/GNOME_Gwget.server \
data/gwget.schemas
include /usr/share/cdbs/1/rules/utils.mk
include /usr/share/cdbs/1/class/gnome.mk
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
GNOME_MODULE := gwget
DEB_MAKE_CLEAN_TARGET :=
DEB_CONFIGURE_EXTRA_FLAGS += --enable-epiphany-extension \
--with-epiphany-version=2.22
|