r13024 - in /desktop/unstable/ekiga/debian: changelog rules

kilian at users.alioth.debian.org kilian at users.alioth.debian.org
Sun Oct 7 13:10:12 UTC 2007


Author: kilian
Date: Sun Oct  7 13:10:12 2007
New Revision: 13024

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13024
Log:
* Fix clean target to first clean then unpatch.

Modified:
    desktop/unstable/ekiga/debian/changelog
    desktop/unstable/ekiga/debian/rules

Modified: desktop/unstable/ekiga/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/ekiga/debian/changelog?rev=13024&op=diff
==============================================================================
--- desktop/unstable/ekiga/debian/changelog (original)
+++ desktop/unstable/ekiga/debian/changelog Sun Oct  7 13:10:12 2007
@@ -1,3 +1,9 @@
+ekiga (2.0.11-3) UNRELEASED; urgency=low
+
+  * Fix clean target to first clean then unpatch.
+
+ -- Kilian Krause <kilian at debian.org>  Sun, 07 Oct 2007 15:09:38 +0200
+
 ekiga (2.0.11-2) unstable; urgency=low
 
   * Add debug package.

Modified: desktop/unstable/ekiga/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/ekiga/debian/rules?rev=13024&op=diff
==============================================================================
--- desktop/unstable/ekiga/debian/rules (original)
+++ desktop/unstable/ekiga/debian/rules Sun Oct  7 13:10:12 2007
@@ -30,7 +30,7 @@
 CFLAGS = -Wall -g
 CXXFLAGS = -Wall -g
 # --as-needed is relatively risky and should be added with -z defs if possible
-#LDFLAGS += -Wl,-z,defs -Wl,--as-needed
+LDFLAGS += -Wl,-z,defs -Wl,--as-needed
 
 #URL := http://www.ekiga.net/misc/ekiga-$(UPVERSION).tar.gz
 
@@ -93,11 +93,12 @@
 
 build-stamp: config.status
 	dh_testdir
-	$(MAKE) -C build-gtkonly
-	$(MAKE)
+	$(MAKE) -C build-gtkonly LDFLAGS=$(LDFLAGS)
+	$(MAKE) LDFLAGS=$(LDFLAGS)
 	touch $@
 
-clean:: unpatch
+clean:: clean-patched unpatch
+clean-patched:
 	dh_testdir
 	dh_testroot
 	-if [ -f Makefile ];then \
@@ -162,4 +163,4 @@
 	$(MAKE) -f debian/rules DH_OPTIONS=-a binary-common
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install patch
+.PHONY: build clean clean-patched binary-indep binary-arch binary install patch




More information about the pkg-gnome-commits mailing list