[Pkg-cli-apps-commits] r3642 - in /packages/beagle/trunk/debian: changelog patches/use-python2.4.dpatch rules

meebey at users.alioth.debian.org meebey at users.alioth.debian.org
Fri Dec 28 20:32:59 UTC 2007


Author: meebey
Date: Fri Dec 28 20:32:59 2007
New Revision: 3642

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=3642
Log:
- target fix, that one was annoying


Removed:
    packages/beagle/trunk/debian/patches/use-python2.4.dpatch
Modified:
    packages/beagle/trunk/debian/changelog
    packages/beagle/trunk/debian/rules

Modified: packages/beagle/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/beagle/trunk/debian/changelog?rev=3642&op=diff
==============================================================================
--- packages/beagle/trunk/debian/changelog (original)
+++ packages/beagle/trunk/debian/changelog Fri Dec 28 20:32:59 2007
@@ -1,8 +1,10 @@
-beagle (0.3.2-1) UNRELEASED; urgency=low
+beagle (0.3.2-1~pre1) UNRELEASED; urgency=low
 
   [ Mirco Bauer ]
   * debian/rules:
     + Remove executable bit from iceweasel extension files.
+    + Enabled avahi support in configure call.
+    + Fixed configure-stamp target dependency, now it configures _once_.
   * debian/control:
     + Added libgalago1.0-cil back to build-dependencies.
       (it's not actively developed but not abandoned)
@@ -11,7 +13,6 @@
     + Changed recommends to depends of iceweasel-beagle.
     + Added icedove-beagle and iceweasel-beagle to suggests of beagle.
   * debian/rules:
-    + Enabled avahi support in configure call.
   * debian/patches/beagle-crawl-safely.dpatch:
     + Dropped, fixed upstream but differently.
   * debian/patches/beagle_secure_scripts.dpatch:

Modified: packages/beagle/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/beagle/trunk/debian/rules?rev=3642&op=diff
==============================================================================
--- packages/beagle/trunk/debian/rules (original)
+++ packages/beagle/trunk/debian/rules Fri Dec 28 20:32:59 2007
@@ -23,9 +23,8 @@
 PYVERS=$(shell pyversions -vs)
 
 configure: configure-stamp
-configure-stamp: patch
+configure-stamp: patch-stamp
 	dh_testdir
-	
 	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) \
 		--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man \
 		--sysconfdir=/etc --localstatedir=/var \
@@ -33,11 +32,10 @@
 		--enable-thunderbird \
 		--enable-avahi \
 		--enable-gtk-doc
-
 	touch configure-stamp
 
 build: build-stamp
-build-stamp:  configure-stamp
+build-stamp: configure-stamp
 	dh_testdir
 	$(MAKE)
 	touch build-stamp
@@ -46,7 +44,7 @@
 clean-patched:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp configure-stamp
+	rm -f build-stamp configure-stamp patch-stamp
 
 	[ ! -f Makefile ] || $(MAKE) distclean
 	
@@ -136,4 +134,4 @@
 
 binary: binary-indep binary-arch
 
-.PHONY: build clean binary-indep binary-arch binary install configure patch unpatch
+.PHONY: build clean clean-patched configure binary-indep binary-arch binary install install-dep install-arch patch unpatch




More information about the Pkg-cli-apps-commits mailing list