Lines Matching full:debian
113 debian-orig-suffix := \
120 debian: FORCE
123 PHONY += debian-orig
124 debian-orig: private source = $(shell dpkg-parsechangelog -S Source)
125 debian-orig: private version = $(shell dpkg-parsechangelog -S Version | sed 's/-[^-]*$$//')
126 debian-orig: private orig-name = $(source)_$(version).orig.tar$(debian-orig-suffix)
127 debian-orig: mkdebian-opts = --need-source
128 debian-orig: linux.tar$(debian-orig-suffix) debian
143 deb-pkg srcdeb-pkg: debian-orig
144 bindeb-pkg: debian
151 --rules-file='$(MAKE) -f debian/rules' --jobs=1 -r$(KBUILD_PKG_ROOTCMD) -a$$(cat debian/arch), \