[Python-modules-commits] r3880 - in packages/notify-python/trunk/debian (rules)

lool at users.alioth.debian.org lool at users.alioth.debian.org
Thu Dec 6 15:54:04 UTC 2007


    Date: Thursday, December 6, 2007 @ 15:54:02
  Author: lool
Revision: 3880

Cleanups

Modified:
  packages/notify-python/trunk/debian/rules

Modified: packages/notify-python/trunk/debian/rules
===================================================================
--- packages/notify-python/trunk/debian/rules	2007-12-06 15:44:47 UTC (rev 3879)
+++ packages/notify-python/trunk/debian/rules	2007-12-06 15:54:02 UTC (rev 3880)
@@ -35,13 +35,12 @@
 	dh_testroot
 	$(MAKE) -C build-$* install DESTDIR=$(CURDIR)/debian/python-notify
 
-install: build $(PYVERS:%=install-%)
-	dh_install
+install: $(PYVERS:%=install-%)
 
 clean:: reverse-patches
 	dh_testdir
 	dh_testroot
-	rm -Rf build-*
+	rm -rf $(PYVERS:%=build-%)
 	dh_clean src/pynotify.c
 
 binary-indep: install
@@ -53,8 +52,7 @@
 	dh_installexamples -s
 	dh_installchangelogs -s ChangeLog
 	dh_strip -s
-	dh_link -s
-	dh_compress -s -X.py -X.glade
+	dh_compress -s
 	dh_fixperms -s
 	dh_pysupport -s
 	dh_installdeb -s
@@ -64,5 +62,4 @@
 	dh_builddeb -s
 
 binary: binary-arch binary-indep
-.PHONY: build clean binary-indep binary-arch binary install
-.SECONDARY: $(PYVERS:%=build-%/configure-stamp) $(PYVERS:%=build-%/build-stamp)
+.PHONY: build install clean binary-indep binary-arch binary




More information about the Python-modules-commits mailing list