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
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -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:

debian/source/format

0 → 100644
+1 −0
Original line number Diff line number Diff line
3.0 (native)