Skip to content
Snippets Groups Projects
Commit cf941f0f authored by Seblu's avatar Seblu
Browse files

Update debian source format to 3.0 (native) and new buildd makefile rules

parent 6204a8ee
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ all:
tar: cleanbuild
git clone "." $(BUILD_DIR)/$(NAME)
-dpkg-source -I -b $(BUILD_DIR)/$(NAME)
-dpkg-source -Zbzip2 -I -b $(BUILD_DIR)/$(NAME)
-rm -rf $(BUILD_DIR)
deb: cleanbuild
......@@ -20,6 +20,10 @@ deb: cleanbuild
mv -vf $(BUILD_DIR)/* .
-rm -rf $(BUILD_DIR)
buildd: tar
chmod 644 $(NAME)_*.dsc $(NAME)_*.tar.bz2
scp $(NAME)_*.dsc $(NAME)_*.tar.bz2 incoming@buildd.fr.lan:squeeze
clean: clean_build
cleanbuild:
......
3.0 (native)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment