[Pkg-xfce-commits] r1443 - in desktop/trunk: libxfce4mcs/debian xfce-mcs-manager/debian xfce4-utils/debian xfwm4/debian

corsac-guest at alioth.debian.org corsac-guest at alioth.debian.org
Sun Dec 2 10:38:57 UTC 2007


Author: corsac-guest
Date: 2007-12-02 10:38:56 +0000 (Sun, 02 Dec 2007)
New Revision: 1443

Modified:
   desktop/trunk/libxfce4mcs/debian/changelog
   desktop/trunk/libxfce4mcs/debian/rules
   desktop/trunk/xfce-mcs-manager/debian/changelog
   desktop/trunk/xfce-mcs-manager/debian/rules
   desktop/trunk/xfce4-utils/debian/changelog
   desktop/trunk/xfce4-utils/debian/rules
   desktop/trunk/xfwm4/debian/changelog
   desktop/trunk/xfwm4/debian/rules
Log:
fix parallel builds


Modified: desktop/trunk/libxfce4mcs/debian/changelog
===================================================================
--- desktop/trunk/libxfce4mcs/debian/changelog	2007-11-29 19:19:35 UTC (rev 1442)
+++ desktop/trunk/libxfce4mcs/debian/changelog	2007-12-02 10:38:56 UTC (rev 1443)
@@ -4,16 +4,16 @@
   * Use ${binary:Version} so we are binNMU safe.
   * debian/control: Move fake Homepage field to a real one now dpkg
     supports it.
+  * Add Vcs-* headers to debian/control
 
   [ Yves-Alexis Perez ]
   * New upstream release.
-  * debian/rules: don't ignore all make errors at clean stage.
+  * debian/rules: 
+    - don't ignore all make errors at clean stage.
+    - fix parallel builds.
 
-  [ Simon Huggins ]
-  * Add Vcs-* headers to debian/control
+ -- Yves-Alexis Perez <corsac at corsac.net>  Sun, 02 Dec 2007 11:25:57 +0100
 
- -- Simon Huggins <huggie at earth.li>  Tue, 27 Nov 2007 16:39:16 +0000
-
 libxfce4mcs (4.4.1-1) unstable; urgency=low
 
   * New upstream release. 

Modified: desktop/trunk/libxfce4mcs/debian/rules
===================================================================
--- desktop/trunk/libxfce4mcs/debian/rules	2007-11-29 19:19:35 UTC (rev 1442)
+++ desktop/trunk/libxfce4mcs/debian/rules	2007-12-02 10:38:56 UTC (rev 1443)
@@ -11,15 +11,13 @@
 	CFLAGS += -O2
 endif
 
-configure: configure-stamp
-configure-stamp:
+config.status: configure
 
 	dh_testdir
 	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --disable-rpath --enable-static=yes --enable-final
-	touch configure-stamp
 	
-build: configure build-stamp
-build-stamp:
+build: build-stamp
+build-stamp: config.status
 
 	dh_testdir
 	$(MAKE)

Modified: desktop/trunk/xfce-mcs-manager/debian/changelog
===================================================================
--- desktop/trunk/xfce-mcs-manager/debian/changelog	2007-11-29 19:19:35 UTC (rev 1442)
+++ desktop/trunk/xfce-mcs-manager/debian/changelog	2007-12-02 10:38:56 UTC (rev 1443)
@@ -5,14 +5,16 @@
   * debian/xfce-mcs-manager.1, debian/xfce-setting-show.1:
     Update bug reporting address in manpage.
   * debian/xfce4-mcs-manager.menu: update to new menu policy.
-  * debian/rules: don't ignore all make errors at clean stage.
+  * debian/rules: 
+    - don't ignore all make errors at clean stage.
+    - fix parallel builds.
 
   [ Simon Huggins ]
   * debian/control: Move fake Homepage field to a real one now dpkg
     supports it.
   * Add Vcs-* headers to debian/control
 
- -- Simon Huggins <huggie at earth.li>  Tue, 27 Nov 2007 16:39:20 +0000
+ -- Yves-Alexis Perez <corsac at corsac.net>  Sun, 02 Dec 2007 11:29:15 +0100
 
 xfce-mcs-manager (4.4.1-1) unstable; urgency=low
 

Modified: desktop/trunk/xfce-mcs-manager/debian/rules
===================================================================
--- desktop/trunk/xfce-mcs-manager/debian/rules	2007-11-29 19:19:35 UTC (rev 1442)
+++ desktop/trunk/xfce-mcs-manager/debian/rules	2007-12-02 10:38:56 UTC (rev 1443)
@@ -18,8 +18,8 @@
 	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --disable-rpath --enable-final
 	touch config.status
 	
-build: config.status build-stamp
-build-stamp:
+build: build-stamp
+build-stamp: config.status
 
 	dh_testdir
 	$(MAKE)

Modified: desktop/trunk/xfce4-utils/debian/changelog
===================================================================
--- desktop/trunk/xfce4-utils/debian/changelog	2007-11-29 19:19:35 UTC (rev 1442)
+++ desktop/trunk/xfce4-utils/debian/changelog	2007-12-02 10:38:56 UTC (rev 1443)
@@ -2,12 +2,14 @@
 
   [ Yves-Alexis Perez ]
   * New upstream release.
-  * debian/rules: don't ignore all make errors at clean stage.
+  * debian/rules: 
+    - don't ignore all make errors at clean stage.
+    - fix parallel builds.
 
   [ Simon Huggins ]
   * Add Vcs-* headers to debian/control
 
- -- Simon Huggins <huggie at earth.li>  Tue, 27 Nov 2007 16:39:19 +0000
+ -- Yves-Alexis Perez <corsac at corsac.net>  Sun, 02 Dec 2007 11:31:33 +0100
 
 xfce4-utils (4.4.1-3) unstable; urgency=low
 

Modified: desktop/trunk/xfce4-utils/debian/rules
===================================================================
--- desktop/trunk/xfce4-utils/debian/rules	2007-11-29 19:19:35 UTC (rev 1442)
+++ desktop/trunk/xfce4-utils/debian/rules	2007-12-02 10:38:56 UTC (rev 1443)
@@ -14,15 +14,13 @@
 # dpatch stuff
 include /usr/share/dpatch/dpatch.make
 
-configure: configure-stamp
-configure-stamp: 
+config.status: configure
 	
 	dh_testdir
 	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --sysconfdir=/etc  --with-browser=sensible-browser --enable-final --with-vendor-info=Debian
-	touch configure-stamp
 
-build: patch configure-stamp build-stamp
-build-stamp:
+build: build-stamp
+build-stamp: config.status
 
 	dh_testdir
 	$(MAKE)

Modified: desktop/trunk/xfwm4/debian/changelog
===================================================================
--- desktop/trunk/xfwm4/debian/changelog	2007-11-29 19:19:35 UTC (rev 1442)
+++ desktop/trunk/xfwm4/debian/changelog	2007-12-02 10:38:56 UTC (rev 1443)
@@ -4,18 +4,17 @@
   * Use kill -s to keep Hurd and lintian happy at the same time.
   * debian/control: Move fake Homepage field to a real one now dpkg
     supports it.
+  * Add Vcs-* headers to debian/control
 
   [ Yves-Alexis Perez ]
   * New upstream release.
   * debian/patches:
    - 01_xfwm4-fix-transient-windows.patch removed, included upstream.
    - 02_fix-xfwm4-hang.patch removed, included upstream.
+  * debian/rules: fix parallel builds.
 
-  [ Simon Huggins ]
-  * Add Vcs-* headers to debian/control
+ -- Yves-Alexis Perez <corsac at corsac.net>  Sun, 02 Dec 2007 11:33:02 +0100
 
- -- Simon Huggins <huggie at earth.li>  Tue, 27 Nov 2007 16:39:20 +0000
-
 xfwm4 (4.4.1-3) unstable; urgency=high
 
   * debian/xfwm4.1: update bugs reporting in manpage.

Modified: desktop/trunk/xfwm4/debian/rules
===================================================================
--- desktop/trunk/xfwm4/debian/rules	2007-11-29 19:19:35 UTC (rev 1442)
+++ desktop/trunk/xfwm4/debian/rules	2007-12-02 10:38:56 UTC (rev 1443)
@@ -27,8 +27,8 @@
 	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --enable-final --enable-compositor
 	touch configure-stamp
 
-build: configure build-stamp
-build-stamp:
+build: build-stamp
+build-stamp: configure
 	
 	dh_testdir
 	$(MAKE)




More information about the Pkg-xfce-commits mailing list