Lines Matching full:debian
95 debian-orig-suffix := \
102 debian: FORCE
105 PHONY += debian-orig
106 debian-orig: private source = $(shell dpkg-parsechangelog -S Source)
107 debian-orig: private version = $(shell dpkg-parsechangelog -S Version | sed 's/-[^-]*$$//')
108 debian-orig: private orig-name = $(source)_$(version).orig.tar$(debian-orig-suffix)
109 debian-orig: mkdebian-opts = --need-source
110 debian-orig: linux.tar$(debian-orig-suffix) debian
123 deb-pkg srcdeb-pkg: debian-orig
124 bindeb-pkg: debian
131 -R'$(MAKE) -f debian/rules' -j1 -a$$(cat debian/arch), \