comparison Makefile @ 28457:e6310cdcc4d0

dockerdeb: add Ubuntu Trusty One problem reported by lintian is "bad-distribution-in-changes-file unstable" in changelog, but the current changelog for the official package in Ubuntu also uses that distribution name (unstable), because they import from Debian. This certainly doesn't stop the build process.
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 10 Mar 2016 23:46:19 +0800
parents 17b85d739b62
children ef5553fab197
comparison
equal deleted inserted replaced
28456:d9d51da7a850 28457:e6310cdcc4d0
166 166
167 docker-debian-jessie: 167 docker-debian-jessie:
168 mkdir -p packages/debian-jessie 168 mkdir -p packages/debian-jessie
169 contrib/dockerdeb debian jessie 169 contrib/dockerdeb debian jessie
170 170
171 docker-ubuntu-trusty:
172 mkdir -p packages/ubuntu-trusty
173 contrib/dockerdeb ubuntu trusty
174
171 fedora20: 175 fedora20:
172 mkdir -p packages/fedora20 176 mkdir -p packages/fedora20
173 contrib/buildrpm 177 contrib/buildrpm
174 cp rpmbuild/RPMS/*/* packages/fedora20 178 cp rpmbuild/RPMS/*/* packages/fedora20
175 cp rpmbuild/SRPMS/* packages/fedora20 179 cp rpmbuild/SRPMS/* packages/fedora20