[Pkg-xfce-commits] r2430 - desktop/branches/svn-snapshots/libxfce4menu/debian
ncommander-guest at alioth.debian.org
ncommander-guest at alioth.debian.org
Fri Oct 17 02:49:45 UTC 2008
Author: ncommander-guest
Date: 2008-10-17 02:49:45 +0000 (Fri, 17 Oct 2008)
New Revision: 2430
Modified:
desktop/branches/svn-snapshots/libxfce4menu/debian/
desktop/branches/svn-snapshots/libxfce4menu/debian/changelog
desktop/branches/svn-snapshots/libxfce4menu/debian/rules
Log:
* debian/rules:
- fixed rules to work once config.{sub|guess}
managing was removed from them
Property changes on: desktop/branches/svn-snapshots/libxfce4menu/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Modified: desktop/branches/svn-snapshots/libxfce4menu/debian/changelog
===================================================================
--- desktop/branches/svn-snapshots/libxfce4menu/debian/changelog 2008-10-17 02:40:22 UTC (rev 2429)
+++ desktop/branches/svn-snapshots/libxfce4menu/debian/changelog 2008-10-17 02:49:45 UTC (rev 2430)
@@ -20,5 +20,8 @@
[ Michael Casadevall ]
* debian/control:
- updated the descriptions
+ * debian/rules:
+ - fixed rules to work once config.{sub|guess}
+ managing was removed from them
-- Michael Casadevall <sonicmctails at gmail.com> Thu, 16 Oct 2008 22:38:40 -0400
Modified: desktop/branches/svn-snapshots/libxfce4menu/debian/rules
===================================================================
--- desktop/branches/svn-snapshots/libxfce4menu/debian/rules 2008-10-17 02:40:22 UTC (rev 2429)
+++ desktop/branches/svn-snapshots/libxfce4menu/debian/rules 2008-10-17 02:49:45 UTC (rev 2430)
@@ -11,12 +11,13 @@
CFLAGS += -O2
endif
-config.status: configure
+configure: config-stamp
+config-stamp:
dh_testdir
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --sysconfdir=/etc
build: build-stamp
-build-stamp: config.status
+build-stamp: configure
dh_testdir
$(MAKE)
touch $@
More information about the Pkg-xfce-commits
mailing list