r10728 - in /desktop/unstable/seahorse/debian: changelog rules

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Thu May 3 19:36:44 UTC 2007


Author: slomo
Date: Thu May  3 19:36:44 2007
New Revision: 10728

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10728
Log:
* debian/rules:
  + Drop circular target dependency.
  + Fix rules so the patches get actually applied.

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

Modified: desktop/unstable/seahorse/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/changelog?rev=10728&op=diff
==============================================================================
--- desktop/unstable/seahorse/debian/changelog (original)
+++ desktop/unstable/seahorse/debian/changelog Thu May  3 19:36:44 2007
@@ -19,6 +19,9 @@
       those two packages at the same time. gpg-agent will be used if both are
       installed as it starts earlier and seahorse doesn't crash the session
       anymore in that case. This is a partial fix for bug #415842.
+  * debian/rules:
+    + Drop circular target dependency.
+    + Fix rules so the patches get actually applied.
 
  -- Sebastian Dröge <slomo at debian.org>  Thu,  3 May 2007 20:49:56 +0200
 

Modified: desktop/unstable/seahorse/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/seahorse/debian/rules?rev=10728&op=diff
==============================================================================
--- desktop/unstable/seahorse/debian/rules (original)
+++ desktop/unstable/seahorse/debian/rules Thu May  3 19:36:44 2007
@@ -28,7 +28,7 @@
 # files. This should avoid autobuild errors, but adds a Build-Dependency
 # in autotools-dev
 autotools: autotools-stamp
-autotools-stamp: autotools
+autotools-stamp:
 	-if [ -f config.sub.old ]; then \
 	  rm -f config.sub; \
 	else \
@@ -43,8 +43,8 @@
 	ln -s /usr/share/misc/config.guess config.guess
 	touch $@
 
-configure: patch-stamp configure-stamp
-configure-stamp: autotools-stamp
+configure: configure-stamp
+configure-stamp: autotools-stamp patch-stamp
 	dh_testdir
 	CC="$(CC)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \
 		./configure $(confflags)




More information about the pkg-gnome-commits mailing list