[Pkg-xfce-commits] r2431 - desktop/branches/svn-snapshots/libxfce4menu/debian

ncommander-guest at alioth.debian.org ncommander-guest at alioth.debian.org
Fri Oct 17 05:33:20 UTC 2008


Author: ncommander-guest
Date: 2008-10-17 05:33:19 +0000 (Fri, 17 Oct 2008)
New Revision: 2431

Modified:
   desktop/branches/svn-snapshots/libxfce4menu/debian/changelog
   desktop/branches/svn-snapshots/libxfce4menu/debian/control
   desktop/branches/svn-snapshots/libxfce4menu/debian/rules
Log:
Backed out r2428, it was unneeded

Modified: desktop/branches/svn-snapshots/libxfce4menu/debian/changelog
===================================================================
--- desktop/branches/svn-snapshots/libxfce4menu/debian/changelog	2008-10-17 02:49:45 UTC (rev 2430)
+++ desktop/branches/svn-snapshots/libxfce4menu/debian/changelog	2008-10-17 05:33:19 UTC (rev 2431)
@@ -1,6 +1,5 @@
 libxfce4menu (4.5.91-1) UNRELEASED; urgency=low
 
-  [ Yves-Alexis Perez ]
   [Mike Massonnet]
   * Initial packaging                                           closes: #000000
 
@@ -17,11 +16,4 @@
     - update shlib for Fuzzy.
     - don't mess with config.{guess,sub}
 
-  [ 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
+ -- Yves-Alexis Perez <corsac at debian.org>  Tue, 14 Oct 2008 22:26:36 +0200

Modified: desktop/branches/svn-snapshots/libxfce4menu/debian/control
===================================================================
--- desktop/branches/svn-snapshots/libxfce4menu/debian/control	2008-10-17 02:49:45 UTC (rev 2430)
+++ desktop/branches/svn-snapshots/libxfce4menu/debian/control	2008-10-17 05:33:19 UTC (rev 2431)
@@ -2,7 +2,7 @@
 Priority: optional
 Section: libs
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
-Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at debian.org>, Mike Massonnet <mmassonnet at gmail.com>, Michael Casadevall <sonicmctails at gmail.com>
+Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at debian.org>, Mike Massonnet <mmassonnet at gmail.com>
 Build-Depends: debhelper (>= 6), libxfce4util-dev (>= 4.5.91), libgtk2.0-dev
 Standards-Version: 3.8.0
 Homepage: http://www.xfce.org/
@@ -16,9 +16,7 @@
 Suggests: devhelp
 Description: Development files for libxfce4menu
  This package contains the headers and the static library
- for libxfce4menu which provides an implementation of
- the freedesktop.org menu specification, allowing for
- standardized menus between X11 desktop environments.
+ for libxfce4menu.
  .
  The libxfce4menu Reference Manual is also included and
  it can be consulted using Devhelp or a web browser.
@@ -36,9 +34,4 @@
 Architecture: any
 Depends: ${shlibs:Depends}, libxfce4menu-0.1-0
 Description: debugging symbols for libxfce4menu
- This package contains the headers and the static library
- for libxfce4menu which provides an implementation of
- the freedesktop.org menu specification, allowing for
- standardized menus between X11 desktop environments.
- .
  This package contains debugging symbols and informations for libxfce4menu.

Modified: desktop/branches/svn-snapshots/libxfce4menu/debian/rules
===================================================================
--- desktop/branches/svn-snapshots/libxfce4menu/debian/rules	2008-10-17 02:49:45 UTC (rev 2430)
+++ desktop/branches/svn-snapshots/libxfce4menu/debian/rules	2008-10-17 05:33:19 UTC (rev 2431)
@@ -11,13 +11,12 @@
 	CFLAGS += -O2
 endif
 
-configure: config-stamp
-config-stamp:
+config.status: configure
 	dh_testdir
 	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --sysconfdir=/etc
 
 build: build-stamp
-build-stamp: configure 
+build-stamp:  config.status 
 	dh_testdir
 	$(MAKE)
 	touch $@




More information about the Pkg-xfce-commits mailing list