diff Makefile @ 27210:9b86d29867a5

builddeb: add --distid option to specify Distributor ID This allows builddeb to handle distributions that are not Debian. Distributor ID is reported by lsb_release --id, and in case of builddeb it's usually Debian or Ubuntu.
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 25 Nov 2015 15:15:03 +0800
parents 7fbab10f812f
children ef9301ce6046
line wrap: on
line diff
--- a/Makefile	Wed Nov 25 14:59:43 2015 +0800
+++ b/Makefile	Wed Nov 25 15:15:03 2015 +0800
@@ -162,11 +162,11 @@
 
 deb:
 	mkdir -p packages/debian-unknown
-	contrib/builddeb --codename unknown
+	contrib/builddeb --distid debian --codename unknown
 
 docker-debian-jessie:
 	mkdir -p packages/debian-jessie
-	contrib/dockerdeb jessie
+	contrib/dockerdeb debian jessie
 
 fedora20:
 	mkdir -p packages/fedora20