r21915 - in /packages/unstable/gnome-main-menu/debian: changelog control control.in rules

jak at users.alioth.debian.org jak at users.alioth.debian.org
Sun Oct 11 16:40:00 UTC 2009


Author: jak
Date: Sun Oct 11 16:39:59 2009
New Revision: 21915

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=21915
Log:
Add the pkg-gnome team stuff.

Added:
    packages/unstable/gnome-main-menu/debian/control.in
Modified:
    packages/unstable/gnome-main-menu/debian/changelog
    packages/unstable/gnome-main-menu/debian/control
    packages/unstable/gnome-main-menu/debian/rules

Modified: packages/unstable/gnome-main-menu/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-main-menu/debian/changelog?rev=21915&op=diff
==============================================================================
--- packages/unstable/gnome-main-menu/debian/changelog [utf-8] (original)
+++ packages/unstable/gnome-main-menu/debian/changelog [utf-8] Sun Oct 11 16:39:59 2009
@@ -4,6 +4,7 @@
   * Build-Depend on libunique-dev.
   * Drop fix-gnomeui.diff, fixed upstream.
   * Drop autoreconf.diff and run autoreconf at build-time.
+  * Add the pkg-gnome team stuff.
 
  -- Julian Andres Klode <jak at debian.org>  Sat, 10 Oct 2009 16:22:19 +0200
 

Modified: packages/unstable/gnome-main-menu/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-main-menu/debian/control?rev=21915&op=diff
==============================================================================
--- packages/unstable/gnome-main-menu/debian/control [utf-8] (original)
+++ packages/unstable/gnome-main-menu/debian/control [utf-8] Sun Oct 11 16:39:59 2009
@@ -2,6 +2,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Julian Andres Klode <jak at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 7.0.50~),
                quilt,
                autotools-dev,
@@ -10,6 +11,7 @@
                libtool,
                gtk-doc-tools,
                intltool,
+               gnome-pkg-tools,
                libcairo2-dev,
                libdbus-glib-1-dev,
                libgconf2-dev,

Added: packages/unstable/gnome-main-menu/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-main-menu/debian/control.in?rev=21915&op=file
==============================================================================
--- packages/unstable/gnome-main-menu/debian/control.in (added)
+++ packages/unstable/gnome-main-menu/debian/control.in [utf-8] Sun Oct 11 16:39:59 2009
@@ -1,0 +1,47 @@
+Source: gnome-main-menu
+Section: gnome
+Priority: optional
+Maintainer: Julian Andres Klode <jak at debian.org>
+Uploaders: @GNOME_TEAM@
+Build-Depends: debhelper (>= 7.0.50~),
+               quilt,
+               autotools-dev,
+               automake,
+               autoconf,
+               libtool,
+               gtk-doc-tools,
+               intltool,
+               gnome-pkg-tools,
+               libcairo2-dev,
+               libdbus-glib-1-dev,
+               libgconf2-dev,
+               libglade2-dev,
+               libgnome2-dev,
+               libgnome-desktop-dev,
+               libgnome-menu-dev,
+               libgnomeui-dev,
+               libgtop2-dev,
+               libhal-storage-dev,
+               libiw-dev | not+linux-gnu,
+               libnm-glib-dev (>= 0.7) | not+linux-gnu,
+               libnm-util-dev (>= 0.7) | not+linux-gnu,
+               libpanel-applet2-dev,
+               libpango1.0-dev,
+               librsvg2-dev,
+               libunique-dev,
+               libslab-dev (>= 2.27)
+Standards-Version: 3.8.3
+
+Package: gnome-main-menu
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, gnome-menus, debconf
+Suggests: network-manager-gnome, beagle, synaptic | gnome-app-install
+Description: GNOME start menu applet
+ This applet provides a "start menu" for the GNOME desktop.
+ .
+ It features a list of favorite applications, and recently used documents.
+ .
+ It also integrates with the Beagle search tool to provide search facilities
+ from the start menu. It provides shortcuts for common system
+ administration actions and integrates with network-manager for network
+ status reporting.

Modified: packages/unstable/gnome-main-menu/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-main-menu/debian/rules?rev=21915&op=diff
==============================================================================
--- packages/unstable/gnome-main-menu/debian/rules [utf-8] (original)
+++ packages/unstable/gnome-main-menu/debian/rules [utf-8] Sun Oct 11 16:39:59 2009
@@ -1,6 +1,9 @@
 #!/usr/bin/make -f
 export LDFLAGS += -Wl,--as-needed
 export DEB_BUILD_OPTIONS += nocheck
+
+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 %:
 	dh --with quilt $@
@@ -15,6 +18,9 @@
 	find -type f -name Makefile.in -print0 | xargs -0 -r rm -f \;
 	rm -f configure config.sub config.guess aclocal.m4 config.h.in
 
+clean::
+	dh $@
+
 override_dh_auto_configure:
 	ln -s /usr/share/misc/config.sub .
 	ln -s /usr/share/misc/config.guess .




More information about the pkg-gnome-commits mailing list