From 1ed04c1a2fbb63669397c4ce348ebd1320207a8a Mon Sep 17 00:00:00 2001 From: Dmitrijs Ledkovs Date: Mon, 19 Jan 2009 14:27:06 +0000 Subject: [PATCH] Cleaning pycompat file, which gets generated during build --- debian/rules | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index cb2fb78..35a3758 100755 --- a/debian/rules +++ b/debian/rules @@ -1,13 +1,17 @@ #!/usr/bin/make -f DEB_PYTHON_SYSTEM := pycentral -# Include CDBS Stuff include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk +# copied from /usr/share/cdbs/1/rules/gnome.mk +# to do gnome stuff $(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%: dh_scrollkeeper -p$(cdbs_curpkg) $(DEB_DH_SCROLLKEEPER_ARGS) dh_gconf -p$(cdbs_curpkg) $(DEB_DH_GCONF_ARGS) dh_desktop -p$(cdbs_curpkg) $(DEB_DH_DESKTOP_ARGS) $(if $(wildcard /usr/bin/dh_iconcache),dh_iconcache -p$(cdbs_curpkg)) + +clean:: + rm $(CURDIR)/debian/pycompat -- 2.11.4.GIT