~mpt/ubuntu/oneiric/gnome-control-center/bug-844807

« back to all changes in this revision

Viewing changes to .pc/00_disable-nm.patch/configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya, Micah Gersten, Rodrigo Moya
  • Date: 2011-05-24 10:55:28 UTC
  • mfrom: (1.1.46 upstream)
  • Revision ID: james.westby@ubuntu.com-20110524105528-dlmxhkwzc0t67kzn
Tags: 1:3.0.2-1ubuntu3
[ Micah Gersten ]
* debian/control:
  - Add reaks/Replaces on g-s-d (<< 3.0~) for gnome-control-center-data (LP: #786417)

[ Rodrigo Moya ]
* New upstream release
* debian/watch:
  - Switch to .bz2, as this is what is used in ftp.gnome.org now
* debian/patches/01_git_remove_gettext_calls.patch
* debian/patches/01_git_kill_warning.patch:
  - Remove upstreamed patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
m4_define([gnome_control_center_version], 3.0.1.1)
 
1
m4_define([gnome_control_center_version], 3.0.2)
2
2
AC_INIT([gnome-control-center], [gnome_control_center_version],
3
3
        [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])
4
4
 
34
34
 
35
35
IT_PROG_INTLTOOL([0.40.1])
36
36
 
37
 
AM_GNU_GETTEXT_VERSION([0.17])
38
 
AM_GNU_GETTEXT([external])
39
 
 
40
37
GETTEXT_PACKAGE=gnome-control-center-2.0
41
38
AC_SUBST(GETTEXT_PACKAGE)
42
39
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext package])