mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 09:40:36 +00:00
Fixing up the Makefile for packaging on master
Changelog fixed so that I can sign the resulting packages. Remove doc package from the Makefile, and explicitly specify section for packages in control
This commit is contained in:
1
Makefile
1
Makefile
@@ -50,7 +50,6 @@ DIST_TAR=dist/$(NAME)-$(VER).tar.gz
|
||||
DIST_ZIP=dist/$(NAME)-$(VER).zip
|
||||
DIST_DEB=dist/python-$(NAME)_$(VER)-1$(DEB_SUFFIX)_all.deb \
|
||||
dist/python3-$(NAME)_$(VER)-1$(DEB_SUFFIX)_all.deb \
|
||||
dist/python-$(NAME)-docs_$(VER)-1$(DEB_SUFFIX)_all.deb \
|
||||
dist/$(NAME)_$(VER)-1$(DEB_SUFFIX)_$(DEB_ARCH).changes
|
||||
DIST_DSC=dist/$(NAME)_$(VER)-1$(DEB_SUFFIX).tar.gz \
|
||||
dist/$(NAME)_$(VER)-1$(DEB_SUFFIX).dsc \
|
||||
|
||||
Reference in New Issue
Block a user