~ubuntu-branches/ubuntu/quantal/gnome-applets/quantal

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-05-30 11:39:03 UTC
  • mfrom: (1.10.9 upstream) (1.4.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20110530113903-1gru2a9vbvjt5wyj
Tags: 2.91.4~20110321-1ubuntu1
* Resynchronize on Debian, thanks Jeremy Bicha for some of the work
* Remaining diff
* debian/control.in:
  - Depend on introspection packages
  - Drop obsolete build-depends on libxklavier-dev
  - Don't build depends on system-tools-backends-dev, libcpufreq-dev
    libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev (no mixer built), 
    libupower-glib-dev (not using 01_battstat_upower.patch)
  - Remove gstreamer0.10-alsa | gstreamer0.10-audiosink depends and
    the mixer description from gnome-applets (mixer not built)
  - gnome-applets suggests gnome-netstatus-applet, deskbar-applet and
    cpufrequtils rather than recommends.
  - Remove keyboard layout switcher from package description
* debian/rules:
  - Don't enable the mixer applet, disable the battery status applet option
  - Compress packages with bzip2
  - use dh_pysupport
* debian/gnome-applets.manpages:
  - Stop shipping manpages, those are not distributed upstream either and the
    binaries are not in the standard path anyway so can't be run by users.
* debian/patches/01_no_more_deprecated.patch:
  - Add patch to migrate null_applet to libpanel-applet-3 (LP: #673109)
    and invest applet to use GObject introspection (LP: #673110)
* debian/patches/01_battstat_upower.patch:
  - Dropped, don't build the battery status applet
* debian/patches/80_correct_minicommander_install.patch:
  - Don't install the minicommander server when not required.
* debian/patches/81_silent_applet_cleaning:
  - Don't display a dialog about the applet configuration cleaning since 
    that's something which should be transparent for the users
* debian/patches/86_deprecate_applets.patch:
  - Define some applets as deprecated
* debian/watch:
  - Watch for unstable versions
* Dropped diff:
* debian/control.in:
  - Pre-depends on dpkg (required for bzip2 packaging), the dpkg version 
    has been available since before the previous lts

Show diffs side-by-side

added added

removed removed

Lines of Context:
809
809
Consider adjusting the PKG_CONFIG_PATH environment variable if you
810
810
installed software in a non-standard prefix.
811
811
 
812
 
_PKG_TEXT])dnl
 
812
_PKG_TEXT])[]dnl
813
813
        ])
814
814
elif test $pkg_failed = untried; then
815
815
        AC_MSG_RESULT([no])
820
820
 
821
821
_PKG_TEXT
822
822
 
823
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.])dnl
 
823
To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
824
824
        ])
825
825
else
826
826
        $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
1891
1891
fi
1892
1892
AC_MSG_RESULT(yes)])
1893
1893
 
 
1894
# Copyright (C) 2009  Free Software Foundation, Inc.
 
1895
#
 
1896
# This file is free software; the Free Software Foundation
 
1897
# gives unlimited permission to copy and/or distribute it,
 
1898
# with or without modifications, as long as this notice is preserved.
 
1899
 
 
1900
# serial 1
 
1901
 
 
1902
# AM_SILENT_RULES([DEFAULT])
 
1903
# --------------------------
 
1904
# Enable less verbose build rules; with the default set to DEFAULT
 
1905
# (`yes' being less verbose, `no' or empty being verbose).
 
1906
AC_DEFUN([AM_SILENT_RULES],
 
1907
[AC_ARG_ENABLE([silent-rules],
 
1908
[  --enable-silent-rules          less verbose build output (undo: `make V=1')
 
1909
  --disable-silent-rules         verbose build output (undo: `make V=0')])
 
1910
case $enable_silent_rules in
 
1911
yes) AM_DEFAULT_VERBOSITY=0;;
 
1912
no)  AM_DEFAULT_VERBOSITY=1;;
 
1913
*)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
 
1914
esac
 
1915
AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
 
1916
AM_BACKSLASH='\'
 
1917
AC_SUBST([AM_BACKSLASH])dnl
 
1918
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
 
1919
])
 
1920
 
1894
1921
# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
1895
1922
#
1896
1923
# This file is free software; the Free Software Foundation