[DEPRECATED, use docker as replacement] Scripts to generate Ubuntu and Debian docker images or chroot environments, i.e. used for building packages for these environments.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

35 lines
1.1 KiB

## @id $Id$
## 1 2 3 4 5 6 7 8
## 45678901234567890123456789012345678901234567890123456789012345678901234567890
EXTRA_DIST = debian bootstrap.sh
dist_bin_SCRIPTS = setup-debootstrap.sh
deb: distdir
cd ${distdir} && dpkg-buildpackage
distclean-local:
-rm -rf ${distdir}
clean-local:
- rm README.debian
- rm @PACKAGE_NAME@-dev_@PACKAGE_VERSION@-*.deb \
@PACKAGE_NAME@_@PACKAGE_VERSION@*.changes \
@PACKAGE_TARNAME@_@PACKAGE_VERSION@*.tar.gz \
@PACKAGE_NAME@_@PACKAGE_VERSION@*.dsc \
@PACKAGE_NAME@_@PACKAGE_VERSION@*.deb
distclean-local:
- rm -r ${top_builddir}/@DOC_DIR@/html/*
- rm -r ${top_builddir}/@DOC_DIR@/latex/*
- rm makefile makefile.in doxygen.err libmrw.doxytag
- find . -name '*~' | xargs rm
- rm -rf autom4te.cache SPECS RPMS BUILD BUILDROOT SRPMS
- rm aclocal.m4 config.guess config.sub configure \
depcomp install-sh ltmain.sh makefile makefile.in \
missing mkinstalldirs
- rm -r @PACKAGE_NAME@-@PACKAGE_VERSION@
MAINTAINERCLEANFILES = debian/control